question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: cannot import name 'ConfigMetadataHandler' from 'setuptools.config' (/usr/lib/python3.10/site-packages/setuptools/config/__init__.py)

See original GitHub issue

Describe the bug When attempting to install using a fresh build on Arch Linux we’re receiving the following error:

ImportError: cannot import name 'ConfigMetadataHandler' from 'setuptools.config' (/usr/lib/python3.10/site-packages/setuptools/config/__init__.py)

To Reproduce Steps to reproduce the behavior: Clean build of Arch Linux to June 2021 Attempt to install 2.0.4

Operating system (please complete the following information) Arch Linux as of 6/28/2022, uname -a: Linux archtop4 5.18.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 25 Jun 2022 20:22:01 +0000 x86_64 GNU/Linux

Versions: python-dephell-0.8.3-7 python-setuptools 1:61.3.1-1 Python 3.10.5

More info available upon request.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
dhtseanycommented, Jun 29, 2022

As I continue to investigate this further it appears that the method of building the python package on Arch Linux was deprecated which requires updates to the Arch Linux package. The problem I first reported is (mostly) Arch-specific and will be corrected shortly with a package upgrade. Thanks to the streamdeck-ui team for your hard work!

0reactions
fuxxcommented, Jun 29, 2022

Awesome 😃 Looking forward for your update! Thanks also for maintaining the AUR package 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

cannot import name 'Feature' from 'setuptools' · Issue #2423
ImportError : cannot import name 'Feature' from 'setuptools' #2423 ... /setup.py", line 25, in <module> from setuptools import setup, ...
Read more >
python setuptools: ImportError: cannot import name Library
I have tried using both easy_install and running python setup.py install in the mgrs directory. Easy_install gives me the error below. C:\Users\ ...
Read more >
Package Discovery and Namespace Packages - Setuptools
These patterns should match the full name of the Python module (as if it was written in an import statement). For example if...
Read more >
1817697 – openslide-python fails to build with setuptools 46+
1/setup.py", line 2, in <module> from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature' from 'setuptools' (/ ...
Read more >
ImportError: cannot import name 'Feature' - Launchpad Bugs
Two days ago setuptools v46 got released. One of changes was drop of Features feature. Now Kolla builds fail: INFO:kolla.common.utils.horizon: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found