-
Notifications
You must be signed in to change notification settings - Fork 4
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 error #3
Comments
Hi, Discoplot was written in Python2.7 so you will need pip2 to install it. Best, Mitch |
Thank you, I installed pip2 and tried to install DiscoPlot. After this, I get a very long error message: What can I do to fix this? |
I still haven't figured out what causes the error, I do have DiscoPlot installed: (base) admin_bi@GSYMK2:/media/admin_bi/DATA/Files_Esther/DiscoPlot-1.0.2/discoplot$ ls But checking the installation outputs: And the "pip install --user DiscoPlot" still gives the same error as mentioned in my last comment. Really hope you can help me with this! :) |
Hi, it will probably run fine with Haha, sorry it's been a very long time since I've looked at this. |
Hi,
I tried installing DiscoPlot but I get this error:
(base) admin_bi@GSYMK2:/media/admin_bi/DATA/Files_Esther/DiscoPlot-1.0.2$ pip install --user DiscoPlot
Collecting DiscoPlot
Using cached DiscoPlot-1.0.2.tar.gz (94 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-bgx_l9ih/discoplot_13b996cbcb58403597de3b024e27c986/setup.py", line 11
print "Installation of DiscoPlot requires pip. Please install it! See -"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Installation of DiscoPlot requires pip. Please install it! See -")?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Although pip is installed:
(base) admin_bi@GSYMK2:/media/admin_bi/DATA/Files_Esther/DiscoPlot-1.0.2$ pip
Usage:
pip [options]
Do you know how to fix this?
The text was updated successfully, but these errors were encountered: