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
I installed dependencies and built with make deploy -- --tags kernel and then rebooted.
uname -r
6.0.0-nyx+
I get this issue when I run a container based on the image pulled from Dockerhub (intellabs/kafl:latest) as well as when I build the image locally with the latest Dockerfile from master.
docker run -it --device /dev/kvm --user $(id -u):$(id -g) --group-add $(getent group kvm | cut -d: -f3) kafl:latest fuzz
[7] 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'
[7] Failed to execute script 'pyiboot01_bootstrap' due to unhandled exception!
When I was building I did run into issues with python 3.8 vs 3.9 but I resolved those with #175
The text was updated successfully, but these errors were encountered:
thank you very much for reporting this problem ! 💯
This seems related to Pyinstaller, judging by this very similar issue reported a few months ago: pyinstaller/pyinstaller#7692
I installed dependencies and built with
make deploy -- --tags kernel
and then rebooted.I get this issue when I run a container based on the image pulled from Dockerhub (intellabs/kafl:latest) as well as when I build the image locally with the latest Dockerfile from master.
When I was building I did run into issues with python 3.8 vs 3.9 but I resolved those with #175
The text was updated successfully, but these errors were encountered: