File "/opt/tmp/pip-install-gw8o4f6x/zstandard_b8382a9755bc478f9f173324aa2c2ec3/make_cffi.py", line 161, in ffi = cffi.FFI() ^^^ File "/opt/tmp/pip-build-env-cm07uzhp/overlay/lib/python3.11/site-packages/cffi/api.py", line 48, in init import _cffi_backend as backend ModuleNot...
Error: ModuleNotFoundError: No module named 'redis' I can confirm that Installing 0.4.3 and then installing 0.5.2 works just fine, so it must be a dependency or requirement issue I would submit a pull request myself however I am unfamiliar with python and it's package manager, so I fe...
Injecting post-module load code for module 'multiprocessing': Nuitka-Plugins:INFO: multiprocessing: Monkey patching "multiprocessing" for compiled methods. Nuitka:INFO: Completed Python level compilation and optimization. Nuitka:INFO: Generating source code for C backend compiler. Nuitka:INFO: Running dat...
bonsai==1.5.0 Nuitka==1.0.6 ordered-set==4.1.0 zstandard==0.18.0 python -m nuitka --standalone --show-modules --show-modules-output=ldif-mixer.trace --include-module=math,bonsai._bonsai,select,_contextvars --follow-stdlib --show-scons ldif-mixer.py --run The main question: why at ...
I'm getting ModuleNotFoundError: No module named 'concurrent' with a very simple test Python program that demonstrates the issue encountered with a full program: (.venv) leonid@xlr2:~/dev/python/nuitka-test$ cat cassandra-driver-test.py ...
Hello! Thanks for working actively on python3.12! I hope to switch from 3.10 to 3.12 with a bigger project, but having trouble switching. I built a minimal example for the issue I found. A similar bug ticket exists, but it was closed sin...