Replies: 1 comment 3 replies
-
hello! can you share the error message? I recently had an error installing arcade but it was really just asking me to brew uninstall pillow first so that it can reinstall pillow in the arcade install. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I want to learn game development, and I navigated my way to the arcade library.
Naturally, I wanted to install the library, so I opened up a VENV in cmd (windows 11 without admin privileges) and typed in "python -m pip install arcade" and it did a bunch of stuff with a few errors saying that it isn't a problem with PIP and returned to the command line.
I also tried "pip3 install arcade" and did everything in the article: https://api.arcade.academy/en/2.5.7/installation_windows.html
This is also my first time posting on GitHub, so please don't refrain from calling me out on some mistakes and suggesting some things.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions