遇到ModuleNotFoundError: No module named 'setuptools.extern.six' 错误时,通常是因为 setuptools 包的版本更新后,其内部结构发生了变化,导致旧的引用方式不再有效。以下是一些解决步骤: 确认setuptools是否已安装: 在命令行中运行以下命令来检查 setuptools 是否已安装: bash pip show setuptools 如果命令返回了关...
/setuptools/__init__.py", line 11, in <module> from setuptools.extern.six.moves import filterfalse, map File "/usr/local/lib/python2.7/dist-packages/setuptools/extern/__init__.py", line 1, in <module> from pkg_resources.extern import VendorImporter ImportError: No module named extern...
No solution in Can't build App, Error: import module hook setuptools.extern.six.moves, No module named _vendor.six #3777 works. I've tried both setuptools 49.X.Z and setuptools latest (59.3.0) with no luck The issue was not fixed even after uninstalling and reinstalling python I've...
Description of the issue I encountered the message ModuleNotFoundError: No module named 'pkg_resources.extern' while running an exe build for my usual application. The strange thing was that the application requirements and code were exa...
Hello, I would like to use connector-x on ARM64 architecture. However, it seems that this library has no ARM architecture version when trying to pip install it via docker buildx on this type of architecture. Would it be possible to relea...
File "f:\anaconda\lib\site-packages\PyInstaller\hooks\pre_safe_import_module\hook-setuptools.extern.six.moves.py", line 34, in pre_safe_import_module for real_module_name, six_module_name in real_to_six_module_name.items(): Ran into the same issue on Windows using the latest commit on...
Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.5/site-packages/setuptools/__init__.py", line 10, in <module> from setuptools.extern.six.moves import filter, filterfalse, map File "/usr/lib/python3.5/site-packages/setuptools/extern/__...
with setuptools v70.0.0: ModuleNotFoundError: No module named 'pkg_resources.extern' #8554 altendky opened this issue May 21, 2024· 6 comments · Fixed by #8555 Comments Contributor altendky commented May 21, 2024 • edited Description of the issue I have added some TODO notes below...