[Thread Prev][Thread Next][Index]

Re: [ferret_users] Dear Ferret users, pyferret unable to display plot/image after installation



Dear Ferreters
G'day

So there is a way out of this problem but it is not the fix to the current version of pyferret installation with ubuntu 20.04 LTS. 

Here is the fix if you want to use the latest pyferret (7.64 version)

(1) go to the anaconda link https://anaconda.org/conda-forge/pyferret
(2) you can now see there is one command to install old version under cf202003
(3) so create a new ferret environment (I created FER but it can be a name of your choice) by...
conda create -n FER -c conda-forge/label/cf202003 pyferret ferret_datasets --yes
So, this will be version 7.5 and now you can test the plotting 
use coads_climatology
fill sst[l=1]
(4) after doing that you can now install the latest version of ferret (if you need the latest capacity of ferret updates of version 7.6) using the following command. 
conda create -n FERRET -c conda-forge pyferret ferret_datasets --yes

The purpose of doing this i


--


REGARDS

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


--


REGARDS

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

[Thread Prev][Thread Next][Index]