-
Notifications
You must be signed in to change notification settings - Fork 40
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
Unable to run WEIS #238
Comments
Hi Andrew, It appears that your installation did not complete successfully. Are there any errors in the output of Have other modules, like WISDEM, been installed correctly? You can check by trying to Best, Dan |
Hi Dan, I suspected that may have been the case. I can't see any errors in the output when running After running: I get the following error:
|
Hi Dan, I am trying again to install WEIS, starting with creating the Anaconda environment. When I run
I get the following error: "Solving environment: failed PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
How might I be able to fix this? |
The default |
Hi Garrett, I tried again with Miniforge installed but unfortunately it led to the same error. Is there anything else I could try? |
What operating system are you on? You might also try dropping the |
I'm using Windows sub-system for Linux. It worked in building the environment afterI dropped the
I've now followed all the other steps of the installation guide up to
But now I'm getting the same error again as mentioned in the first comment - when I try to run any of the .py scripts, for example, runWEIS.py, I get the following error: ModuleNotFoundError: No module named 'weis' Do you have any suggestions for how I can fix this? |
Hi Andrew, If you're running from the Like before, it's best to check the individual modules of WEIS when debugging the installation. Your message about WISDEM gave me the numpy clue. Dan |
Hi Dan, I think I've got it working now. As you suggested, I installed an earlier version of However, this then gave me the error of: To fix this I ran: Which returned the error To fix this, I then ran And now I'm able to run the examples. Thanks so much for your help! Andrew |
For future reference, it might be useful to outline the steps all the steps I took for installation using WSL.
Hopefully, I remembered everything correctly and this will be useful for others wanting to install on WSL. |
Thanks for the tips! |
Hi,
I have been trying to install WEIS for the first time using WSL and followed the installation guide. I think I've successfully completed the installation but whenever I try to run any of the .py scripts, for example runWEIS.py, I get the following error:
ModuleNotFoundError: No module named 'weis'
I can't seem to figure out how to import weis as a module. Is there a way I can do this? Please forgive my ignorance if this is a simple fix, I don't have much experience with python/WSL.
Many thanks,
Andrew
The text was updated successfully, but these errors were encountered: