from pyproj._network import ( # noqa: F401 pylint: disable=unused-import ImportError: DLL load failed while importing _network: The specified module could not be found. #1370
anwarmaxud
started this conversation in
General
Replies: 1 comment 1 reply
-
Please provide information about your system, how you installed pyproj, and the complete traceback of the import error. My best guess is that pyproj was not installed properly. Pyproj includes C extensions that must be compiled when installing from the source code or you must install a binary wheel compatible with your system where the extensions are pre-built. If you used |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello experts,
I am getting this error while trying to run the package/tool in Spyder. The pyproj version is 3.6.0, gdal = 3.6.2 and python 3.11.4. Any ideas why this is happening
Beta Was this translation helpful? Give feedback.
All reactions