Skip to content

Incompatibility between kivy garden matplotlib and pyinstaller #8078

Closed Answered by rokm
Patricklevyy asked this question in Help
Discussion options

You must be logged in to vote

Aha, so your use of --debug=all (which implies --debug noarchive) is actually masking another issue:

>main
[5936] Module object for pyimod02_importers is NULL!
Traceback (most recent call last):
  File "PyInstaller\loader\pyimod02_importers.py", line 22, in <module>
  File "pathlib.py", line 14, in <module>
  File "urllib\parse.py", line 40, in <module>
ModuleNotFoundError: No module named 'ipaddress'
Traceback (most recent call last):
  File "PyInstaller\loader\pyiboot01_bootstrap.py", line 17, in <module>
ModuleNotFoundError: No module named 'pyimod02_importers'
[5936] Failed to execute script 'pyiboot01_bootstrap' due to unhandled exception!

which is caused by you using an old version…

Replies: 1 comment 27 replies

Comment options

You must be logged in to vote
27 replies
@Patricklevyy
Comment options

@rokm
Comment options

@Patricklevyy
Comment options

@rokm
Comment options

Answer selected by Patricklevyy
@Patricklevyy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants