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
I am trying to install Solaris on Google Colab, but some problems appears when I install the dependences.
I install Conda first as the documentation says and also rtree and gdal, but at the end, when I do the pip install the result says that "InvalidVersionSpec: Invalid version '4.19.112+': empty version component"
I am trying to install Solaris on Google Colab, but some problems appears when I install the dependences.
I install Conda first as the documentation says and also rtree and gdal, but at the end, when I do the pip install the result says that "InvalidVersionSpec: Invalid version '4.19.112+': empty version component"
%%bash
MINICONDA_INSTALLER_SCRIPT=Miniconda3-4.5.4-Linux-x86_64.sh
MINICONDA_PREFIX=/usr/local
wget https://repo.continuum.io/miniconda/$MINICONDA_INSTALLER_SCRIPT
chmod +x $MINICONDA_INSTALLER_SCRIPT
./$MINICONDA_INSTALLER_SCRIPT -b -f -p $MINICONDA_PREFIX
%%bash
conda install --channel defaults conda python=3.6 --yes
conda update --channel defaults --all --yes
!conda install -c conda-forge rtree gdal=2.4.1
!pip install solaris
I tried also installing the gdal>=3.0.2 as in the requirements before install Solaris but the problem remains.
!conda install -c conda-forge gdal=3.0.2
I haven`t been able to install Solaris yet because all of this dependences problems. Hope anyone can help! Thanks.
The text was updated successfully, but these errors were encountered: