So I am trying to run a python script that has pyarmor and when I run it it says
from pyarmor_runtime_000000 import pyarmor
ModuleNotFoundError: No module named ‘pyarmor_runtime_000000’
But when I pip install pyarmor it says that the requirements are already satisfied and when I do pip list I see that it is installed. I am using python3 and Linux Debian.
I tried uninstalling and installing it and got the same error.