-
Notifications
You must be signed in to change notification settings - Fork 52
Description
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!