-
Notifications
You must be signed in to change notification settings - Fork 7
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
INSTALLATION ISSUE #26
Comments
I have the same issue, any update? |
I had the same issue, installing pytornado alongside of Ceasiompy on a fresh Ubunto20.04 with MiniCondo environment for Ceasiompy finally worked using trying out with the command |
Thank you for the update!!
Regards.
Il Mar 31 Ago 2021, 12:52 Dirkjoost ***@***.***> ha scritto:
… I had the same issue, installing pytornado alongside of Ceasiompy on a
fresh Ubunto20.04 with MiniCondo environment for Ceasiompy
finally worked using
https://github.com/airinnova/pytornado/archive/master.zip file (with
pytornado *0.5.4*)
instead of
https://github.com/airinnova/pytornado (which will give you the *0.5.6*
unreleased version)
installed with
pip install . as suggested in issue #23
<#23>
(and this uninstalled the 0.5.6 version)
trying out with the command pytornado returns the standard help infos
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARKBVJ3FGSY2ACSWNZ563ILT7SX5HANCNFSM4SKJHIOQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Dear all,
I have followed the instructions about the installation of PyTornado but the software does not work.
Within the root folder of the code (where the setup.py is placed) from the terminal I have wrote the following commad:
pipi install --user .
At the end of the installation process, the following message appeared on the terminal:
Successfully built pytornado
Installing collected packages: pytornado
Successfully installed pytornado-0.5.4
So it seems that the installation was succesfull but when I try to perform the tutorial example (described at the "Getting Started" page of the documentation) the software does not work, The folder "pytornado" and the plot of results are not created.
First of all, I was expecting to see an executable file created after the installation/compiling process but no such file was created. This sounds strange. Does anybody know if an executable of the software should have been created through the installation process?
To launch the software, I have found the pytornado.bat file within the following path:
pytornado-master/src/bin
that is equivalent to run the script _pytornado_exe.py on the terminal.
Please help me!!
Thanks,
Giacomo
The text was updated successfully, but these errors were encountered: