You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
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 GUI installation fails on mac with Anaconda2 pre-installed #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 list now returns list of available datasets.
Specifications
cate 2.0.0
macOS mojave 10.14.3
anaconda2/3 (as described above)
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
returnsNo data sources found.
Steps to reproduce the problem
$ conda install -c ccitools cate
/$ conda install -c ccitools cate-cli
/ using setup.py file after download. (installing gui did not work - see GUI installation fails on mac with Anaconda2 pre-installed #847 )$ cate ds list
.Attempts to resolve the problem
$ conda install -c ccitools cate
- succes :$ cate ds list
now returns list of available datasets.Specifications
cate 2.0.0
macOS mojave 10.14.3
anaconda2/3 (as described above)
The text was updated successfully, but these errors were encountered: