I cant run configure.py #276
Quack2Play
started this conversation in
General
Replies: 2 comments
-
randbytes was added in python 3.9, so make sure you use a newer python version |
Beta Was this translation helpful? Give feedback.
0 replies
-
i installed a new python and runned the program but then it says: File "g:\MKW\mkw-master\mkw-master\configure.py", line 126, in patch_compilers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i try to run configure.py i get the message: Traceback (most recent call last):
File "g:/MKW Code/mkw-master/mkw-master/configure.py", line 11, in
from random import randbytes
ImportError: cannot import name 'randbytes' from 'random' (C:\Python38\lib\random.py)
Beta Was this translation helpful? Give feedback.
All reactions