-
Notifications
You must be signed in to change notification settings - Fork 4
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
jaxlib
: could not find a version that satisfies
#136
Comments
Seems that this is actually a problem in tensorwaves. In that case, you should have the same effect in the terminal: conda env create --force # completely reset the compwa-org environment
pip install tensorwaves[jax,pwa]==0.4.5 Note that tensorwaves etc is not part of the default dependencies defined for the Conda environment. They are installed once a notebook is run. The Conda config for this repo just installs dev tools like jupyter lab, pre-commit and sphinx. |
My guess is that either jaxlib or TF (which comes in through |
88374c2 removes the need for |
See jax-ml/jax#438. Since JAX is quite important in the notebooks, I recommend working with WSL2: |
Did you get the numeric computations to work in WSL? If so, I'll close this issue. |
Yes, it works great with WLS |
Perfect! |
Bug description
the line
causes the error
once I remove
jax
from thetensorwaves
options, it works.System info
I am on the
e73542d
commit ofpolarization-sensitivity
branch running the notebook017.ipynb
Bug resulted on the following system:
conda env create
from the project folderThe text was updated successfully, but these errors were encountered: