-
Notifications
You must be signed in to change notification settings - Fork 54
Installing pygslib with conda
Adrian Martinez Vargas edited this page Oct 26, 2018
·
16 revisions
Pygslib supports python 3.6 and 2.7. Python 3.7 is not supported yet because vtk for python 3.7 is not available in conda-forge or in anaconda cloud.
To install pygslib use the command
conda install pygslib -c opengeostat -c conda-forge
Conda-forge channel is required get the package dependency ezdxf
.
New miniconda and anaconda installers come with python 3.7. To downgrade python use
conda install python=3.6
The other option is working in a virtual environment.