pip Errors

100 entries

Error Code Domain Category Fix Rate Confidence Tier
ERROR: Could not install packages due to an OSError: [WinError 5] Access denied ERROR pip permission_error 88% 85% ai_generated
INFO: pip is looking at multiple versions of <package> to determine which version is compatible with other requirements. This could take a while. pip resolver_error 82% 85% ai_generated
INFO: pip is looking at multiple versions of X to determine which version is compatible (backtracking) pip resolution_warning 75% 80% ai_generated
ERROR: Failed to build installable wheels for some pyproject.toml based projects (build isolation) ERROR pip build_error 85% 88% ai_generated
Failed building wheel for X pip build 78% 83% ai_generated
ERROR: The cache entry is corrupted: hash mismatch for cached file ERROR pip cache_error 95% 95% ai_generated
error: command 'cmake' failed: No such file or directory pip build_error 90% 87% ai_generated
ERROR: Cannot install X and Y because these package versions have conflicting dependencies ERROR pip dependency-resolution 75% 82% ai_generated
ERROR: Could not find a version that satisfies the requirement package>=2.0 ERROR pip resolution 93% 95% ai_generated
ERROR: pip's dependency resolver does not currently consider all the packages ERROR pip resolution_error 55% 75% ai_generated
ERROR: Project has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Cannot build editable installation. ERROR pip build_error 90% 92% ai_generated
ERROR: Project file has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook ERROR pip install_error 90% 90% ai_generated
error: externally-managed-environment pip environment 97% 98% ai_generated
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE ERROR pip security_error 88% 90% ai_generated
ERROR: Cannot install package-a and package-b because these package versions have conflicting dependencies ERROR pip resolution 89% 91% ai_generated
ERROR: Could not find a version that satisfies the requirement (from versions: none). No matching distribution found ERROR pip configuration_error 90% 92% ai_generated
ERROR: Package requires a different Python: X.Y.Z not in '>=3.X' ERROR pip version_error 90% 90% ai_generated
error: metadata-generation-failed pip build 88% 90% ai_generated
ERROR: Could not find a version that satisfies the requirement <package>. No matching distribution found (no binary available for this platform) ERROR pip platform_error 75% 82% ai_generated
ERROR: No matching distribution found for package ERROR pip resolution_error 88% 90% ai_generated
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device ERROR pip system_error 92% 95% ai_generated
pip install fails with UnicodeDecodeError in virtualenv with Korean path pip path_encoding 85% 88% ai_generated
ERROR: <package>.whl is not a supported wheel on this platform. ERROR pip platform_error 82% 85% ai_generated
WARNING: Retrying (Retry(total=0)) after connection broken by 'ProxyError': Cannot connect to proxy pip network_error 82% 85% ai_generated
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool pip network_error 82% 85% ai_generated
ERROR: Package 'package' requires a different Python version: X.Y.Z not in '>=3.8,<3.12' ERROR pip compatibility_error 85% 90% ai_generated
ERROR: Package 'package' requires a different Python version: 3.8 not in '>=3.9' ERROR pip compatibility 95% 96% ai_generated
error: command 'gcc' failed: No such file or directory. ERROR: Failed building wheel for <package> ERROR pip build_error 85% 88% ai_generated
pip._vendor.urllib3.exceptions.MaxRetryError: Could not fetch URL: There was a problem confirming the ssl certificate pip network_error 87% 90% ai_generated
error: subprocess-exited-with-error: pip subprocess to build wheel failed pip build 87% 89% ai_generated
error: subprocess-exited-with-error: python setup.py egg_info did not run successfully pip build_error 85% 88% ai_generated
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. subprocess-exited-with-error ERROR pip build_error 80% 85% ai_generated
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. pip network_error 88% 90% ai_generated
WARNING: The candidate selected for download or install is a yanked version pip security_warning 88% 88% ai_generated
WARNING: The candidate selected for download or install is a yanked version: '<package>==X.Y.Z' (reason: 'critical bug') pip package_error 90% 92% ai_generated
ERROR: Package 'X' has no 'pyproject.toml' or 'setup.py' ERROR pip install_error 80% 85% ai_generated
ERROR: File 'setup.cfg' not found for legacy editable install of '<package>' ERROR pip build_error 85% 88% ai_generated
ERROR: Could not install packages due to an OSError: [Errno 36] File name too long ERROR pip system_error 75% 82% ai_generated
ERROR: Invalid requirement: '<package> ; extra == "test"' - Expected end of string after extra specifier ERROR pip config_error 90% 87% ai_generated
error: subprocess-exited-with-error: Cython.Compiler.Errors.CompileError: /path/to/file.pyx:1:0: 'header.h' not found error pip build_error 82% 86% ai_generated
ERROR: Package 'X' requires a different Python: X.Y not in '>=3.8,<3.11' ERROR pip install_error 95% 90% ai_generated
error: subprocess-exited-with-error: python setup.py egg_info did not run successfully. exit code: 1 __main__.NameError: name 'unicode' is not defined pip build_error 85% 88% ai_generated
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, update the hashes as well. Otherwise, examine the package contents carefully; someone may have tampered with them. package==1.2.3 from https://files.pythonhosted.org/packages/.../package-1.2.3.tar.gz#sha256=abc123...: Expected sha256 abc123... Got sha256 def456... pip data_error 90% 85% ai_generated
ERROR: Command errored out with exit status 128: git clone --filter=blob:none '[email protected]:user/private-repo.git' /tmp/pip-req-build-xxxxx stderr: Cloning into '/tmp/pip-req-build-xxxxx'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. pip auth_error 88% 90% ai_generated
ERROR: Project has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Cannot build editable. The project's build backend 'setuptools.build_meta' does not have a 'build_editable' hook. pip build_error 82% 87% ai_generated
ERROR: Invalid requirement: 'package [extra1, extra2]' (line 1 of requirements.txt). Hint: = is not a valid operator. Did you mean == ? pip config_error 95% 88% ai_generated
WARNING: Retrying (Retry(total=0)) after connection broken by 'ProxyError': ('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required')) 407 pip network_error 85% 89% ai_generated
error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. If you wish to install a non-Debian packaged Python application, it may be easiest to use pipx install xyz, which will manage a virtual environment for you. Make sure you have pipx installed. See /usr/share/doc/python3.11/README.venv for more information. error pip install_error 92% 88% ai_generated
error: legacy-install-failure × Encountered error while trying to install package. ╰─> numpy note: This is an issue with the package mentioned above, not pip. hint: See the output of 'pip debug --verbose' for an overview of the current compatibility. error pip build_error 80% 85% ai_generated
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, update the hashes in the requirements file. Otherwise, check the package hashes against the PyPI index or use --no-hashes to disable hash checking. ERROR pip data_error 85% 90% ai_generated
ERROR: Command errored out with exit status 128: git clone --filter=blob:none 'https://github.com/user/private-repo.git' /tmp/pip-req-build-xxxxx. Check the logs for full command output. ERROR pip auth_error 88% 87% ai_generated
ERROR: Could not find a version that satisfies the requirement <package> (from versions: none). No matching distribution found (no binary available for this platform) ERROR pip install_error 80% 86% ai_generated
ERROR: Could not find a backend for building the project. The project uses a build backend that is not installed. pip build_error 82% 87% ai_generated
ERROR: Could not install packages due to a ConnectionError: [Errno 104] Connection reset by peer pip network_error 78% 85% ai_generated
ERROR: Invalid requirement: 'package==1.0 ; extra == "test"' - Expected end of string after extra specifier pip config_error 92% 88% ai_generated
ERROR: File 'setup.py' not found for editable install of '<package>'. A setup.py or pyproject.toml is required. pip install_error 80% 86% ai_generated
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. The package <package> has an incorrect hash. It may be compromised, or a new version may have been released. pip install_error 85% 89% ai_generated
ERROR: <package>.whl is not a supported wheel on this platform. It is not compatible with this Python interpreter or platform. ERROR pip install_error 92% 85% ai_generated
ERROR: Invalid requirement: 'package[extra1,extra2]' (line 1 of requirements.txt). Hint: = is not a valid operator. Did you mean == ? ERROR pip config_error 95% 88% ai_generated
ERROR: Command errored out with exit status 128: git clone --filter=blob:none '[email protected]:user/private-repo.git' /tmp/pip-install-xxxx Check the logs for full command output. ERROR pip auth_error 80% 87% ai_generated
error: legacy-install-failure × Encountered error while trying to install package. ╰─> numpy note: This is an issue with the package mentioned above, not pip. error pip build_error 88% 84% ai_generated
ERROR: Could not find a backend for building the project. The project uses a build backend that is not installed. Backend: 'setuptools.build_meta' ERROR pip build_error 85% 88% ai_generated
ERROR: File 'setup.cfg' not found for legacy editable install of '<package>'. A setup.cfg or pyproject.toml is required for editable installs. ERROR pip install_error 80% 85% ai_generated
ERROR: Option '--trusted-host' is not allowed in the pip.conf file. Use the format: trusted-host = pypi.org files.pythonhosted.org ERROR pip config_error 95% 90% ai_generated
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, update the hashes in the requirements file. Otherwise, check that the requirements file is correct. The package <package> has an incorrect hash: expected sha256=abc123... got sha256=def456... ERROR pip data_error 90% 90% ai_generated
ERROR: Invalid requirement: 'http://example.com/package.zip' - Expected file://, https://, or a valid package name. ERROR pip config_error 95% 88% ai_generated
ERROR: Command errored out with exit status 128: git clone --filter=blob:none '[email protected]:user/private-repo.git' /tmp/pip-req-build-xxxxx. Check the logs for full command output. Permission denied (publickey). ERROR pip auth_error 85% 90% ai_generated
error: subprocess-exited-with-error: python setup.py egg_info did not run successfully. exit code: 1. Cython.Compiler.Errors.CompileError: /tmp/pip-install-xxx/package/src/foo.pyx:1:0: 'bar.pxd' not found ERROR pip build_error 75% 85% ai_generated
ERROR: Cannot install package-a==1.0 and package-b==2.0 because these package versions have conflicting dependencies. The conflict is caused by: package-a 1.0 depends on package-c[extra1]>=3.0 and package-b 2.0 depends on package-c[extra2]>=3.0. To fix this, you could try to: 1. loosen the range of package versions you've specified. 2. remove package versions to allow pip to attempt to solve the dependency conflict. ERROR pip config_error 80% 88% ai_generated
ERROR: Command errored out with exit status 128: git clone --filter=blob:none '[email protected]:user/private-repo.git' /tmp/pip-install-xxx/package. Check the logs for full command output. stderr: [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ERROR pip auth_error 85% 90% ai_generated
ERROR: Could not install packages due to a BuildBackendException: Backend 'setuptools.build_meta' is not available. The project requires the following build dependencies: wheel, setuptools>=61.0. Check that these are installed and available in the build environment. ERROR pip build_error 80% 87% ai_generated
pip._vendor.urllib3.exceptions.SSLError: [SSL: SSL3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1129) ERROR pip network_error 70% 85% ai_generated
ERROR: Exception: Traceback (most recent call last): ... json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0). The cache entry for 'https://pypi.org/simple/package/' is corrupted. Try deleting the cache with 'pip cache purge'. ERROR pip data_error 95% 90% ai_generated
ERROR: Command errored out with exit status 255: hg clone 'https://hg.example.com/package' /tmp/pip-req-build-xxxxx ERROR pip install_error 88% 85% ai_generated
ERROR: Could not install packages due to a ZipError: [Errno 2] No such file or directory: '/path/to/package.whl' ERROR pip data_error 85% 82% ai_generated
ERROR: Invalid requirement: 'package==1.0' (line 1 of requirements.txt) ERROR pip config_error 95% 90% ai_generated
ERROR: Cannot install package-a 1.0 and package-b 2.0 because these package versions have conflicting dependencies. The conflict is caused by: package-a 1.0 depends on package-c>=3.0; python_version < '3.9' and package-b 2.0 depends on package-c<3.0; python_version >= '3.9' ERROR pip install_error 80% 87% ai_generated
ERROR: Could not install packages due to a SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) ERROR pip network_error 88% 90% ai_generated
ERROR: Command errored out with exit status 128: git clone --filter=blob:none '[email protected]:user/private-repo.git' /tmp/pip-req-build-xxxxx. Check the logs for full command output. ERROR pip auth_error 85% 90% ai_generated
error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. If you wish to install a non-Debian packaged Python application, it may be easiest to use pipx install xyz, which will manage a virtual environment for you. Make sure you have pipx installed. See /usr/share/doc/python3.11/README.venv for more information. error pip config_error 95% 92% ai_generated
ERROR: Could not install packages due to an OSError: [Errno 63] File name too long: '/path/to/venv/lib/python3.10/site-packages/...' ERROR pip system_error 85% 88% ai_generated
ERROR: Invalid constraint: --hash=sha256:abc123...: expected a constraint line with a requirement, got a hash option ERROR pip config_error 95% 82% ai_generated
ERROR: Cannot install package-a[extra1,extra2]==1.0 and package-b==2.0 because these package versions have conflicting dependencies. The conflict is caused by: package-a 1.0 depends on package-c>=3.0 and package-b 2.0 depends on package-c<3.0. ERROR pip install_error 80% 90% ai_generated
ERROR: Could not install packages due to an OSError: [Errno 30] Read-only file system: '/root/.cache/pip/http' ERROR pip system_error 90% 85% ai_generated
ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from pyproject.toml build-system.requires) ERROR pip build_error 85% 87% ai_generated
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements\.txt' ERROR pip config_error 90% 80% ai_generated
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. <package> is installed but <dependency> is missing. ERROR pip install_error 80% 85% ai_generated
ERROR: Command errored out with exit status 128: git clone --filter=blob:none '[email protected]:user/private-repo.git' /tmp/pip-req-build-xxxxx ERROR pip auth_error 85% 90% ai_generated
ERROR: Cannot uninstall requirement '<package>', not installed. It is only installed as an editable package. ERROR pip install_error 78% 85% ai_generated
ERROR: pip's dependency resolver detected conflicting requirements. The requirements.txt file contains '<package>==1.0' but pip freeze shows '<package>==2.0' installed. ERROR pip config_error 85% 88% ai_generated
ERROR: Could not find a backend for building the project. The project uses a build backend that is not installed. The build backend is '<backend_name>'. ERROR pip build_error 82% 87% ai_generated
ERROR: Could not install packages due to a TLS/SSL error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129) ERROR pip network_error 88% 90% ai_generated
ERROR: Project has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Cannot build editable. The build backend does not support the 'build_editable' hook. ERROR pip build_error 80% 86% ai_generated
ERROR: Cannot install <package-a> and <package-b> because these package versions have conflicting dependencies. The conflict is caused by: <package-c> 1.0 depends on <package-d>!=2.0 and <package-e> 2.0 depends on <package-d>==2.0. ERROR pip config_error 82% 89% ai_generated
ERROR: Editable install with file:// path does not support '--prefix' option. ERROR pip config_error 80% 85% ai_generated
ERROR: The line in requirements.txt has an invalid hash format: 'sha256:abc123...' The hash must be in the format 'sha256:...' (no spaces, lowercase). ERROR pip data_error 95% 88% ai_generated
ERROR: VCS install did not find a branch or tag to checkout. The repository at 'https://github.com/user/repo.git' has no branches or tags. ERROR pip install_error 75% 82% ai_generated
ERROR: Invalid value for '--trusted-host': 'example.com:8080' does not match expected pattern. Expected a hostname or IP address, optionally with a port. ERROR pip config_error 95% 90% ai_generated
ERROR: Cannot install package-a[extra1] and package-b[extra2] because these package versions have conflicting dependencies on common-dep (package-a[extra1] requires common-dep>=2.0, package-b[extra2] requires common-dep<2.0). ERROR pip resolver_error 78% 87% ai_generated
ERROR: Installation aborted by user. KeyboardInterrupt ERROR pip system_error 100% 95% ai_generated