LAYOUT.VERSION.MINOR error #1465
-
Hello all, i've been trying to run an Insar analysis using a package called dolphin (https://github.com/isce-framework/dolphin) but i've been having a few issues when trying to setup the environment. I'm currently using AWS Sagemaker Classic Studio and setting it up using the following simple docker file:
At first, pyproj was not recognizing the proj.db, so i had to setup an environment variable in my jupyter notebook:
Right now when executing the package i'm getting an error related to the LAYOUYT.VERSION.MINOR of pyproj, which is issuing the following message: Does anyone experienced it before or knows how to deal with this type of problems? ps: i'm installing dolphin using pip and it installs rasterio as one of the requirements... Can it be also installing pyproj in the back and creating multiple version of it? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is recommended to avoid using pip install with a conda environment as it often causes issues and unexpected behavior: https://pyproj4.github.io/pyproj/stable/installation.html |
Beta Was this translation helpful? Give feedback.
It is recommended to avoid using pip install with a conda environment as it often causes issues and unexpected behavior: https://pyproj4.github.io/pyproj/stable/installation.html