I have already installed all the SPy dependencies and trying to import the spectral module in ipython version3.0 and getting this error : no module named spectral. what could possibly be wrong?
I have already installed all the SPy dependencies and trying to import the spectral module in ipython version3.0 and getting this error : no module named spectral. what could possibly be wrong?
The easiest way to install Spectral for Python 3 is:
Go to the installation page http://www.spectralpython.net/installation.html
Click on the link "Python Package Index (PyPI)". It will lead you to the download page: https://pypi.org/project/spectral/.
Click on Download files, save the "spectral.tar.gz" into your computer.
Extract the files (right click -> Extract here).
On terminal type "cd /home/user/Downloads/spectral-0.19" (or use the path to the folder you just unconpressed).
On terminal type "sudo python3 setup.py install"
Obs: if you use "sudo python setup.py install", as shown at installation page, it will install Spectral for Python 2.