-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Labels
installation-issuesIssue related to installation problems.Issue related to installation problems.
Description
In trying to install and work with sentinelhub there is a dependency to pyproj
package. Any tips to what could be going wrong with pyproj
from pyproj import _datadir
ImportError: lib/python3.6/site-packages/pyproj-2.6.0-py3.6-linux-ppc64le.egg/pyproj/_datadir.cpython-36m-powerpc64le-linux-gnu.so: undefined symbol: proj_context_set_autoclose_database
from sentinelhub.common import BBox, CRS
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "lib/python3.6/site-packages/sentinelhub-3.0.2-py3.6.egg/sentinelhub/__init__.py", line 5, in <module>
from .data_request import WmsRequest, WcsRequest, FisRequest, GeopediaWmsRequest, GeopediaImageRequest, \
File "lib/python3.6/site-packages/sentinelhub-3.0.2-py3.6.egg/sentinelhub/data_request.py", line 13, in <module>
from .ogc import OgcImageService
File "/lib/python3.6/site-packages/sentinelhub-3.0.2-py3.6.egg/sentinelhub/ogc.py", line 11, in <module>
from .constants import ServiceType, DataSource, MimeType, CRS, SHConstants, CustomUrlParam
File "/lib/python3.6/site-packages/sentinelhub-3.0.2-py3.6.egg/sentinelhub/constants.py", line 12, in <module>
import pyproj
File "lib/python3.6/site-packages/pyproj-2.6.0-py3.6-linux-ppc64le.egg/pyproj/__init__.py", line 51, in <module>
from pyproj import _datadir
ImportError: lib/python3.6/site-packages/pyproj-2.6.0-py3.6-linux-ppc64le.egg/pyproj/_datadir.cpython-36m-powerpc64le-linux-gnu.so: undefined symbol: proj_context_set_autoclose_database
Metadata
Metadata
Assignees
Labels
installation-issuesIssue related to installation problems.Issue related to installation problems.