降级包版本:如果更新和创建虚拟环境都不能解决问题,尝试降级importlib-metadata的版本到一个与你的其他包兼容的版本。你可以在pip的文档或PyPI网站上查找兼容的版本号。运行以下命令来安装特定版本的importlib-metadata: pip install importlib-metadata==<compatible_version> 将<compatible_version>替换为适合你环境的版本...
{% set version = "8.3.0" %} package: name: importlib-metadata version: {{ version }} source: url: https://pypi.io/packages/source/i/importlib_metadata/importlib_metadata-{{ version }}.tar.gz sha256: 9c8fa6e8ea0f9516ad5c8db9246a731c948193c7754d3babb0114a05b27dd364 build: number...
[[source]]name="pypi"url="https://pypi.org/simple"verify_ssl=true[dev-packages] [packages]importlib-metadata="*"[requires]python_version="3.7" $ pipenv --support Pipenv version:'2020.11.15' Pipenv location:'/usr/local/lib/python3.7/dist-packages/pipenv' ...
install_requires=[ 'importlib-metadata>=4.12; python_version < "3.10"', Simply replacing ~= by >=.I believe there is no reason to be so strict. The current version of importlib-metadata is 6.0.0: https://pypi.org/project/importlib-metadata/...
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy --upgrade 安装过程出现红色提示: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. ...
The currently installed version ofpipis 19.2.3.metadata()gives access to most of the information that you can see onPyPI. You can for instance see that this version ofpiprequires either Python 2.7, or Python 3.5 or higher. Withfiles(), you get a listing of all files that make up thepi...
Executable: /home/uralbash/test1/.env/bin/python OS: Linux Arch: x86_64 Distribution: Ubuntu (based on Debian) 22.04.1 How did you install Nuitka and Python Installed from pip The specific PyPI names and versions python -m pip freeze ...
Was there a need to unconditionally use `importlib-metadata`, even on Python >= 3.10? This change broke my application framework (Asphalt) because it does `isinstance(value, EntryPoint)`, checking against `importlib.metadata.EntryPoint`, but after `importlib_metadata` is imported, iterating entry...
(from https://pypi.org/simple/importlib-metadata/) (requires-python:>=3.7) is already being built: importlib-metadata from https://files.pythonhosted.org/packages/a3/82/f6e29c8d5c098b6be61460371c2c5591f4a335923639edec43b3830650a4/importlib_metadata-6.7.0.tar.gz [end of output] note: This ...