NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
58 stars 22 forks source link

ubuntu 20.04 LTS, python 2.6 compilation method gives error with readline module #110

Closed haze1986 closed 2 years ago

haze1986 commented 2 years ago

pyferret Traceback (most recent call last): File "", line 1, in File "/home/users/ansley/git/PyFerret/install/lib64/python2.6/site-packages/pyferret/init.py", line 43, in ImportError: No module named readline

can i check with is the best way to have the readline module? I already have libreadline-dev package

seasage commented 2 years ago

It looks to me like your installation is not configured correctly. I would recommend that you try reinstalling with conda or rebuilding.

For installation instructions, please see: https://github.com/NOAA-PMEL/PyFerret