Dear Ryo,Thank you for your reply. I would like to mention the installation process.1) first I installed Anaconda2) then I created an environment named FERRET3) then I installed ferret in this environmentSo if I am correct my anaconda installed in /use/localBut 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 SaurabhOn 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 ferretTo 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