[Thread Prev][Thread Next][Index]

Re: [ferret_users] error in student_t_cutoff function



I appears the conda installation on Linux is not defining LD_LIBRARY_PATH so that the libpyferret library can be found.  (At least this is the case with my miniconda-python3 installation on RHEL7.)  If you defined the environment variable LD_LIBRARY_PATH to be the directory containing the libpyferret .so library then all works fine.
So in the bash shell:
    export LD_LIBRARY_PATH=/path/to/conda/envs/FERRET/lib/python3.7/site-packages/pyferret

Karl



On Tue, Jul 23, 2019 at 3:13 PM saurabh rathore <rohitsrb2020@xxxxxxxxx> wrote:
Dear Ryo,
G'day

this is my anaconda installation and ferret installation environment:-
base                  *  /home/srathore/anaconda3
FERRET               /home/srathore/anaconda3/envs/FERRET

This is the error message that I am getting on using external function:-
**ERROR in External Function student_t_cutoff:
  Dynamic linking call dlopen() returns --
  "libpyferret.cpython-37m-x86_64-linux-gnu.so: cannot open shared object file: No such


--


REGARDS

Saurabh Rathore
Research Scholar (PhD.)
Centre For Oceans, Rivers, Atmosphere & Land Science Technology
Indian Institute Of Technology, Kharagpur
contact :- 91- 8345984434


--
Karl M. Smith, Ph.D.
JISAO Univ. Wash. and PMEL NOAA
"The contents of this message are mine personally and do
not necessarily reflect any position of the Government
or the National Oceanic and Atmospheric Administration."

[Thread Prev][Thread Next][Index]