-
Notifications
You must be signed in to change notification settings - Fork 48
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
Some errors in installation #29
Comments
The syntax warning are puzzeling me a bit, I don't get them. Can you tell me your Python version (I use 3.7), Windows or Linux? Latest master version? |
Thanks for your quick reply. I used python version == 3.7.1 in Linux. My conda list is as below(Sorry, I don't know how to show it better): Name Version Build Channel Looking forward to your new reply, thanks. |
Thanks for your nice work!!!
But, I met some errors in the process of installation. Please see below.
INFO: LeeSigma cython module not found. (run build process?) INFO: LeeSigma2 cython module not found. (run build process?) INFO: N-Dimensional Beltrami cython modules not found. (run build process?) INFO: Bilateral module not found. (run build process?) INFO: SRAD cython module not found. (run build process?) INFO: EMDES cython module not found. (run build process?) INFO: IDANQ cython module not found. (run build process?) /home/yr2/PyRAT/pyrat/viewer/Dialogs.py:251: SyntaxWarning: "is not" with a literal. Did you mean "!="? elif pyrat.data.layers[layer].name is not '': /home/yr2/PyRAT/pyrat/viewer/Dialogs.py:371: SyntaxWarning: "is" with a literal. Did you mean "=="? if itemname[0] is 'L': /home/yr2/PyRAT/pyrat/viewer/Dialogs.py:392: SyntaxWarning: "is" with a literal. Did you mean "=="? elif itemname[0] is 'D': Traceback (most recent call last): File "setup.py", line 9, in <module> import pyrat.lib.nlsar.nlsetup as nlsetup File "/home/yr2/PyRAT/pyrat/__init__.py", line 105, in <module> from . import filter File "/home/yr2/PyRAT/pyrat/filter/__init__.py", line 9, in <module> from .Spectrum import * File "/home/yr2/PyRAT/pyrat/filter/Spectrum.py", line 10, in <module> from pyrat.filter import Unweight File "/home/yr2/PyRAT/pyrat/filter/Unweight.py", line 2, in <module> matplotlib.use('Qt5Agg') File "/home/yr2/.conda/envs/pyrat/lib/python3.8/site-packages/matplotlib/__init__.py", line 1171, in use plt.switch_backend(name) File "/home/yr2/.conda/envs/pyrat/lib/python3.8/site-packages/matplotlib/pyplot.py", line 284, in switch_backend raise ImportError( ImportError: Cannot load backend 'Qt5Agg' which requires the 'qt5' interactive framework, as 'headless' is currently running
And, my env packages are OK.
Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered: