While trying to setup training env, I came across the following error -
The following two steps helped me go through these errors -
- use it to initiate an env with python 2.7 version
virtualenv -p python2.7 venv
- install the following two packages while installing Install System Level Libraries
apt-get install libgeos-dev
apt-get install libgdal-dev
Note that for ohsome2label we still need python3.6 version. One can use different virenv for that.
Hope it helps!
While trying to setup training env, I came across the following error -
The following two steps helped me go through these errors -
virtualenv -p python2.7 venvapt-get install libgeos-devapt-get install libgdal-devNote that for ohsome2label we still need python3.6 version. One can use different virenv for that.
Hope it helps!