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
When building xcube in docker using default xcube 0.6.1 Dockerfile, installation of xcube-cds plugin fails due to the xcube requirements entry in the setup.py file.
Perhaps the setup.py requirements should be commented out like the xcube-sh plugin
Info
Error message when running Docker build
source activate xcube && cd xcube-cds && python setup.py develop && sed "s/- xcube/# - xcube/g" -i environment.yml && mamba env update -n xcube
running develop
running egg_info
creating xcube_cds.egg-info
writing xcube_cds.egg-info/PKG-INFO
writing dependency_links to xcube_cds.egg-info/dependency_links.txt
writing requirements to xcube_cds.egg-info/requires.txt
writing top-level names to xcube_cds.egg-info/top_level.txt
writing manifest file 'xcube_cds.egg-info/SOURCES.txt'
reading manifest file 'xcube_cds.egg-info/SOURCES.txt'
writing manifest file 'xcube_cds.egg-info/SOURCES.txt'
running build_ext
Creating /opt/conda/envs/xcube/lib/python3.8/site-packages/xcube-cds.egg-link (link to .)
Adding xcube-cds 0.6.1.dev0 to easy-install.pth file
Installed /xcube/xcube-cds
Processing dependencies for xcube-cds==0.6.1.dev0
Searching for cdsapi>=0.2.7
Reading https://pypi.org/simple/cdsapi/
Downloading https://files.pythonhosted.org/packages/d6/9e/952b99737b2dfc56229306abdd8f353b9114480db29e379ad2a621b12e6b/cdsapi-0.4.0.tar.gz#sha256=e2fc7c06c18810b2dea38522e4d41470ab91607a155df7de6a6a8bceea90b39d
Best match: cdsapi 0.4.0
Processing cdsapi-0.4.0.tar.gz
Writing /tmp/easy_install-mfu_wykp/cdsapi-0.4.0/setup.cfg
Running cdsapi-0.4.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-mfu_wykp/cdsapi-0.4.0/egg-dist-tmp-u9y3tkvv
warning: no files found matching 'LICENSE'
warning: no files found matching '*.in' under directory 'tests'
Moving cdsapi-0.4.0-py3.8.egg to /opt/conda/envs/xcube/lib/python3.8/site-packages
Adding cdsapi 0.4.0 to easy-install.pth file
Installed /opt/conda/envs/xcube/lib/python3.8/site-packages/cdsapi-0.4.0-py3.8.egg
Searching for xcube>=0.5.0
Reading https://pypi.org/simple/xcube/
Couldn't find index page for 'xcube' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
No local packages or working download links found for xcube>=0.5.0
error: Could not find suitable distribution for Requirement.parse('xcube>=0.5.0')
The text was updated successfully, but these errors were encountered:
Description
When building xcube in docker using default xcube 0.6.1 Dockerfile, installation of
xcube-cds
plugin fails due to the xcube requirements entry in thesetup.py
file.Perhaps the
setup.py
requirements should be commented out like the xcube-sh pluginInfo
Error message when running Docker build
The text was updated successfully, but these errors were encountered: