-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssertionError: Set as part of preparation during download #12168
Comments
Please provide a way of reproducing this, including the full command line and the package(s) involved. If you are using the legacy resolver, please confirm if using the standard resolver fixes the issue - there is a known issue with the legacy resolver. |
I got the same error. Unfortunately I cannot share details of packages involved publicly. This is on macOS Ventura, M1 CPU, pip 23.2 and Python 3.11.4. The command was: python3 -m pip -q --cache-dir=/tmp/cache install --use-deprecated=legacy-resolver -r requirements.txt
|
Duplicate of #12156 |
Description
Error while checking conflicts during package installations.
Expected behavior
The installation to pass successfully.
pip version
23.2
Python version
3.10
OS
CentOS
How to Reproduce
It fails while building wheels from a package that has source distribution.
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: