-
Notifications
You must be signed in to change notification settings - Fork 105
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] Failed to import spectral module #90
Comments
Did you try this: Hope this helps! |
I haven't tried it yet but I will do so and let you know, thanks for the reply! |
Hi @gideonite |
You might need to try creating a new Python environment, e.g., with Conda? This works for me in Google Colab:
|
Thanks @shoyer , this solved my problem! |
Yikes sorry for this very very long delay. Did you wind up finding a solution? It may be because the package on PyPI is out of date. @juliandwain |
Installing the package via
does work for me. I was just wondering if its possible to include in the PyPI release so that one does not have to install it via the git command. |
We're going to issue a new release shortly after fixing the issues for the channel flow demo |
Hi,
Thanks for this amazing library!
I installed the module using the command given in the README
pip install jax-cfd[complete]
to have access to all submodules.When I try to import the spectral module via
import jax_cfd.spectral as spectral
I get the following error message:Some more information about my system and the environment:
Python 3.9.7 (default, Sep 16 2021, 13:09:58)
0.2.21
0.1.0
Linux 5.10.16.3-microsoft-standard-WSL2
Is there any way that I can resolve this issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered: