[Thread Prev][Thread Next][Index]

Re: [ferret_users] error in student_t_cutoff function



Dear Ryo,
Thank you for your reply. I would like to mention the installation process. 
1) first I installed Anaconda
2) then I created an environment named FERRET 
3) then I installed ferret in this environment

So if I am correct my anaconda installed in /use/local

But my Ferret is installed in the environment called FERRET rather then base. 

I don't know that is my installation is having any problem?

Cheers Saurabh

On Tue, Jul 23, 2019, 4:58 PM Ryo Furue <furue@xxxxxxxxxx> wrote:
Hi Saurabh,


On Tue, Jul 23, 2019 at 2:44 PM saurabh rathore <rohitsrb2020@xxxxxxxxx> wrote:

  "libpyferret.cpython-37m-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory".

The error message "No such file or directory" suggests either 1) that the search path doesn't include the directory where the pyferret libraries reside or 2) that the library doesn't exist.

To check (1), what do you find from this command?

yes? SPAWN env | grep -i ferret

To check (2), go to your anaconda directory.  (I don't know where yours is, but mine is under /usr/local/ .)  Then, do this

$ find . -iname '*pyferret*'

I find the library, which is  /usr/local/miniconda3/envs/FERRET/lib/python3.6/site-packages/pyferret/libpyferret.cpython-36m-darwin.so  .

Cheers,
Ryo


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement