cate
cate copied to clipboard
"No data sources found" after installation (mac, Anaconda2)
Expected behavior
installation succesful
$ cate -h returns help.
$ cate ds list returns list of available datasets.
Actual behavior
$ cate -h works as expected
$ cate ds list returns No data sources found.
Steps to reproduce the problem
- Install Cate in new environment in Anaconda2 by running
$ conda install -c ccitools cate/$ conda install -c ccitools cate-cli/ using setup.py file after download. (installing gui did not work - see #847 ) - Run
$ cate ds list.
Attempts to resolve the problem
- adjust lists of sources in conf.py after those of cate2.0.0-dev.26 and other versions - no improvement
- remove anaconda2 and reinstall cate package - no improvement
- install anaconda3, install cate in new environment cate-env and install cate by
$ conda install -c ccitools cate- succes :$ cate ds listnow returns list of available datasets.
Specifications
cate 2.0.0 macOS mojave 10.14.3 anaconda2/3 (as described above)
Note, Cate requires Python 3.6+, Python 2.x environments are not supported. The Cate installer actually uses Miniconda 3 do install a dedicated Python 3 environment.