You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[42288] mod is NULL - pyimod02_archiveTraceback (most recent call last):
File "PyInstaller/loader/pyimod02_archive.py", line 32, in <module>
ModuleNotFoundError: No module named 'zlib'
[42288] mod is NULL - pyimod03_importersTraceback (most recent call last):
File "PyInstaller/loader/pyimod03_importers.py", line 26, in <module>
ModuleNotFoundError: No module named 'pyimod02_archive'
Traceback (most recent call last):
File "PyInstaller/loader/pyiboot01_bootstrap.py", line 17, in <module>
ModuleNotFoundError: No module named 'pyimod03_importers'
[42288] Failed to execute script pyiboot01_bootstrap
System Details
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
$ python -V
Python 3.10.6
$ python3 -V
Python 3.10.6
As a Python dev myself I tend not to install any python package outside of virtual environments. That means my systems python should be pretty much vanilla.
The text was updated successfully, but these errors were encountered:
I stopped with supporting pyinstaller TBH. @jmwright has a pipeline somewhere that produces pyinstaller bundles with the latest version. Maybe try that but YMMV. #386 is the long term solution, but not ETA at this point of time.
Steps to reproduce:
chmod +x CQ-editor.sh
./CQ-editor.sh
Step 4 fails and produces the following output:
System Details
As a Python dev myself I tend not to install any python package outside of virtual environments. That means my systems python should be pretty much vanilla.
The text was updated successfully, but these errors were encountered: