Skip to content
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

Open
GiacomoFly opened this issue Oct 9, 2020 · 3 comments
Open

INSTALLATION ISSUE #26

GiacomoFly opened this issue Oct 9, 2020 · 3 comments

Comments

@GiacomoFly
Copy link

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

@simoneTocket
Copy link

I have the same issue, any update?

@Dirkjoost
Copy link

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
(and this uninstalled the 0.5.6 version)

trying out with the command pytornado returns the standard help infos

@GiacomoFly
Copy link
Author

GiacomoFly commented Aug 31, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants