After installing all dependencies and the running "python main.py" I get the following error: stitch_utils.py", line 25, in
from crypto import Random
ImportError: No module named crypto
Crypto is installed, and shows up when using "pip freeze" and the folder etc is in my python directory.
After installing all dependencies and the running "python main.py" I get the following error: stitch_utils.py", line 25, in
from crypto import Random
ImportError: No module named crypto
Crypto is installed, and shows up when using "pip freeze" and the folder etc is in my python directory.
This is when running on Windows.