raylib-py
raylib-py copied to clipboard
Error when importing raylibpy
Hello, I really like raylib and it works without any problem in C
Today i wanted to use it inside python, I didpip install raylib-py
then opened a python terminal to import it import raylibpy
and i got this error message
What does that error mean?
I'm getting a similar error:
Traceback (most recent call last):
File "
I also am having this issue. Windows 10, Python 3.8.
Same as @SkilLP, Python 3.8.6 on Windows 10 2004
Same, raspberry pi, python 3.7
You can might be able to work around it by setting the RAYLIB_BIN_PATH environment variable to point to the where library is installed since there will be binaries there. Unfortunately, only intel binaries are available. Apparently, ARM is not worth supporting.