-
Notifications
You must be signed in to change notification settings - Fork 172
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
[BUG] Incorrect wheel downloaded #646
Comments
I also asked in pypa/setuptools#4264. However, it seems to be an issue with how Buildout does things -- it should be able to filter out irrelevant packages much earlier (it does so for C-Python packages etc.). Pip also downloads packages correctly. |
This seems to happen since Python 3.8 – for yet unknown reasons. Please try the following setting, either in [buildout]
abi-tag-eggs = true It puts the eggs into separate directories depending on their ABI version. |
Thanks, @icemac. I tried that -- it still downloads the Python 38 wheel. It does create a folder called As of now, the only workaround I can think of is to pre-fetch the wheels using
It can even be a plugin. |
Did you check if you would have a cached wrong download ? This could happen if you have set |
I always set |
Buildout downloads Python 3.8 wheel in Python a 3.10 environment.
Note: We use bytecode-wheels, so version is important.
The text was updated successfully, but these errors were encountered: