Skip to content
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

🐛[BUG]: ModuleNotFoundError: No module named 'warp' #126

Closed
sangnguyens opened this issue Nov 3, 2023 · 2 comments
Closed

🐛[BUG]: ModuleNotFoundError: No module named 'warp' #126

sangnguyens opened this issue Nov 3, 2023 · 2 comments
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@sangnguyens
Copy link

Version

[0.4.0] - 2023-11-xx

On which installation method(s) does this occur?

Pip, Source

Describe the issue

running darcy_fno model I got the error below:
Traceback (most recent call last): File "/media/adminisatrator/SSD1/nvidia/self-peace/darcy_fno_modulus_launch/train_darcy_fno.py", line 12, in <module> from modulus.datapipes.benchmarks.darcy import Darcy2D File "/home/adminisatrator/.local/lib/python3.10/site-packages/modulus/datapipes/benchmarks/darcy.py", line 18, in <module> import warp as wp ModuleNotFoundError: No module named 'warp'

Can anyone help to fix it?

Minimum reproducible example

No response

Relevant log output

No response

Environment details

No response

@sangnguyens sangnguyens added ? - Needs Triage Need team to review and classify bug Something isn't working labels Nov 3, 2023
@sangnguyens
Copy link
Author

I missed package warp-lang as mentioned in readme.

@iamstarlee
Copy link

I missed package warp-lang as mentioned in readme.

You saved me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants