-
Notifications
You must be signed in to change notification settings - Fork 15
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
Module import issue #22
Comments
@ebranlard Is the above something to do with running in Spyder. I followed the steps and for some reason it cannot find the module. |
It's possible, maybe spyder is using a special environment. You can try to ask spyder to open a command line for you and redo the steps. |
@ebranlard Thanks for getting back. Will try that out and keep you posted. |
Hi @kpramng Let us know if this is still an issue or what you did to solve it. |
Hi,
I followed the below instructions to install weio and used the code https://github.com/ebranlard/weio/blob/main/examples/Read_FASTOut.py to read the contents of a .out file, but returned the following error. I ran the python script in Spyder.
Any help is highly appreciated.
git clone https://github.com/ebranlard/weio cd weio python -m pip install --user -r requirements.txt python -m pip install -e . # install python -m unittest discover -v # run test
Best regards,
Karthik
The text was updated successfully, but these errors were encountered: