You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lock file does not exist
Updating the lock file...
python.use_venv is on, creating a virtualenv for this project...
Virtualenv is created successfully at /home/.../pdmworkspace/.venv
/home/.../.local/lib/python3.10/site-packages/pdm/models/candidates.py:573: ExtrasWarning: Extras not found for jax: [cuda12_pip]
return filter_requirements_with_extras(
🔒 Lock successful
Changes are written to pdm.lock.
Synchronizing working set with lock file: 6 to add, 0 to update, 0 to remove
✔ Install opt-einsum 3.3.0 successful
✔ Install jax 0.4.11 successful
✔ Install ml-dtypes 0.2.0 successful
✔ Install numpy 1.24.3 successful
✔ Install scipy 1.9.3 successful
✔ Install jaxlib 0.4.10+cuda12.cudnn88 successful
🎉 All complete!
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
mkdir pdmworkspace cd pdmworkspace
pyproject.toml
:Actual behavior
Successfully installed with:
Expected behavior
No
ExtrasWarning: Extras not found for jax: [cuda12_pip]
, but installed the extra deps like these:https://github.com/google/jax/blob/9b10384b430231d42b215a14aa09c127e52ec586/setup.py#L111-L121
Environment Information
The text was updated successfully, but these errors were encountered: