-
Notifications
You must be signed in to change notification settings - Fork 934
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
Installation of BoltzTraP2
fails
#5816
Comments
This looks like a case of #2252 Does it fail with |
Thanks for the quick response, yes it does: (venv) yang@Yang-NUC:~$ pip install --use-pep517 BoltzTraP2
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting BoltzTraP2
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ff/dc/b92402e057b5b90df72f1ff611689999ae39960502a2af78f77d0f4a1f14/boltztrap2-24.7.2.tar.gz (81.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.8/81.8 MB 12.0 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
Error: numpy is not installed.
Please install it using your package manager or with "pip install numpy".
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. |
Then the package (
|
👍 Just confirmed that this works:
|
Thanks a lot for the information! Update: I would expect the build dependency issue being solved for BoltzTraP2 once https://gitlab.com/sousaw/BoltzTraP2/-/merge_requests/21 is merged. |
Summary
Hi
uv
developers! Thanks for this amazing drop-in replacement for making everything much faster. I'm having some issue installingBoltzTraP2
and I would appreciate your help :)Information
uv
version: 0.2.33Code to recreate
This should very easy to recreate, I could reliably recreate this failure with
uv pip install BoltzTraP2 --verbose
, and it seemssetuptools
cannot recognizenumpy
for some reason.Meanwhile
pip install BoltzTraP2
works fine.Installation log
The text was updated successfully, but these errors were encountered: