Replies: 1 comment 1 reply
-
Potentially helpful: pyinstaller/pyinstaller-hooks-contrib#33 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a code with some libraries included, when I created the executable everything seemed to be incorrect, but when trying to run it this error appears.
Traceback (most recent call last):
File "interface.py", line 7, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "geopandas_init.py", line 3, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "geopandas\geoseries.py", line 9, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "pyproj_init_.py", line 63, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "pyproj\network.py", line 10, in
ImportError: DLL load failed while importing network: The specified module could not be found.
[10812] Failed to execute script 'interface' due to unhandled exception!
I can't solve it, could anyone help me? The code itself is working perfectly
Beta Was this translation helpful? Give feedback.
All reactions