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
After creating a python 3.6 environment with gdal relying on Conda in this fashion conda create --name sentinel_hub_conda python=3.6 gdal
And pip install sentinel hub
When I run import sentinelhub in my sentinel_hub_conda environment, I obtain Segmentation fault: 11.
The text was updated successfully, but these errors were encountered:
Sorry, I have noticed but the issue was already opened #73 . Waiting for the fix in pyproj #368 but in the meantime pip uninstall pyproj and conda install pyproj should solve the issue.
After creating a python 3.6 environment with gdal relying on Conda in this fashion
conda create --name sentinel_hub_conda python=3.6 gdal
And
pip install sentinel hub
When I run
import sentinelhub
in my sentinel_hub_conda environment, I obtainSegmentation fault: 11
.The text was updated successfully, but these errors were encountered: