piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Missing package: ARC-Alkali-Rydberg-Calculator #385

Closed D0ZT closed 10 months ago

D0ZT commented 10 months ago

Package name

arc-alkali-rydberg-calculator

Package version

3.3.0, 3.2.9

PyPI URL

https://pypi.org/project/arc-alkali-rydberg-calculator/

piwheels URL

https://www.piwheels.org/project/arc-alkali-rydberg-calculator/

Python version

I am the maintainer

More information

While trying to install newest version of ARC using pip install ARC-Alkali-Rydberg-Calculator the message:

ERROR: Could not build wheels for ARC-Alkali-Rydberg-Calculator, which is required to install pyproject.toml-based projects

Is displayed. Checking piwheels, I saw that version 3.3.0 might have some issues with python 3.9. So I used the command:

sudo pip3 install ARC-Alkali-Rydberg-Calculator==3.2.9

To try and download a previous version of ARC that according to piwheels had no issue with python 3.9. Unfortunatly the same error message was displayed.

Any advice is appreciated.

bennuttall commented 10 months ago

The build failed but I've re-run it and it succeeded. It's available now.

D0ZT commented 10 months ago

Thank you for your help, unfortunately the issue has remained and using the command

" sudo -H pip3 install ARC-Alkali-Rydberg-Calculator==3.2.9 "

still gives the same error of

" ERROR: Could not build wheels for ARC-Alkali-Rydberg-Calculator, which is required to install pyproject.toml-based projects "

D0ZT commented 10 months ago

Just to add on there is a note: " note: This error originates from a subprocess, and is likely not a problem with pip. "

Any advice is appreciated

bennuttall commented 10 months ago

This must be some caching or something at your end. The wheel is available, so your pip command shouldn't be trying to build it.

Try running sudo pip3 install ARC-Alkali-Rydberg-Calculator==3.2.9 --no-cache. If that fails, add -v and share the output here.