-
Notifications
You must be signed in to change notification settings - Fork 43
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
Runtime error when running Savu #643
Comments
Hi, thanks for trying to use Savu. It seems that you're using python 3* when running Savu? We're in the process of upgrading to python 3 but for now you'll need to make sure that you're running Python 2. thanks |
Hello, |
Hi @aboulhaa and good to see you having a go with Savu! At what point did the installation process prompt you to install python 3? I wrote the installation scripts and I'm not sure when that could happen. As @dkazanc states, it should install python 2 at the moment. So it would be great if I could get a bit more information. The Savu installation process outputs all information to a savu_error_log.txt file in your /tmp folder. If you could find it ("find . -name savu*" in the /tmp folder should do the trick) and upload it that would be useful. |
Hello Nicwade, 1- Run the following command: I got the following message: CondaEnvException: Pip failed
" 2- Would you like to run the tests? (y/n): Ran 81 tests in 0.006s FAILED (errors=76) ************** Single-threaded local tests complete ****************** *************** SAVU TESTS COMPLETE! ****************** 3- changed directory to the installation folder and Run |
Hi aboulhaa, could you please attach your log (/tmp/tmp.LNeOKP6aVd/savu_error_log.txt) somehow please? |
Hi dkazanc, I checked the file /tmp/tmp.Em20K7KVG6/temp_output.txt, it is empty. |
Sorry wrong file! |
Hi aboulhaa, thanks for the log file. We are currently working on improving the installation process so thank you for your patience. To fix this at the moment will require you to make an amendment to the environment.yml Inside the savu folder (savu_v2.4) that you downloaded there is an environment.yml file. Can you replace sphinx-rtd-theme with sphinx-rtd-theme==0.4.3 and try the installation again. Please report back if you have any more difficulties. |
Hi Nicwade, thank you for your help. |
Ah sorry to hear that, it fixed the problem for me. Can you try removing the line then? It shouldn't cause any problems for running Savu. Thanks! |
Hello, I still get the same message! Thank you. |
Hello everyone,
I installed savu following the instructions on the web site.
The installation prompted me to use a version higher than Python 2 while it seems to be referring to Python 2 during runtime.
When I run this command,
savu <data_file> <process_list>
I get the following errors:
Traceback (most recent call last):
..
print "Tests will run shortly, and may take some time to complete"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Tests will run shortly, and may take some time to complete")?
Kindly advise if you faced something similar or direct me to the correct contact to check out.
Thank you.
The text was updated successfully, but these errors were encountered: