ImportError: cannot import name 'ConfigMetadataHandler' from 'setuptools.config' (/usr/lib/python3.10/site-packages/setuptools/config/__init__.py)
See original GitHub issueDescribe 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:
- Created a year ago
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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!
Awesome 😃 Looking forward for your update! Thanks also for maintaining the AUR package 😃