Replies: 1 comment 1 reply
-
Thanks God, i resolved the problem !!!! Here are the commands: conda config --add channels conda-forge Then, to run the examples: 3- launch Spyder 4- Execute 01_turbine_model.py 5- Enjoy ! 😁 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am a novice at python. I started by running the examples presented in: https://github.com/NREL/ROSCO/tree/main/Examples
I am using spyder which i launch from anaconda on windows OS.
I followed the steps written here :
https://rosco.readthedocs.io/en/latest/source/install.html#rosco-anaconda-download
where i type the commands in anaconda prompt.
I am using python 3.11.7 so i changed the line from:
conda create -y --name rosco-env python=3.10
to
conda create -y --name rosco-env python=3.11.7
and everuthing was done successfully.
However when i try to run the 01_turbine_model.py, I get the following error in IPython console:
ModuleNotFoundError: No module named 'rosco'
I am confused because i did not understand this error and dont know how to solve it although i have already downloaded the package.
Could you help please ?
Thank you in advance.
Best Regards,
Beta Was this translation helpful? Give feedback.
All reactions