-
Notifications
You must be signed in to change notification settings - Fork 25
99. Common Issues
Kevin L. edited this page Feb 22, 2025
·
1 revision
In this section, we'll go over some of the common issues you may encounter during the installation process.
This is related to pynpu not functioning correctly with Python 3.13. One of the maintainers has indicated that the problem may stem from changes in Python's threading library on Windows in this version.
For more details, check out this GitHub issue: https://github.com/moses-palmer/pynput/issues/614
- For now, the recommended workaround is to downgrade to Python 3.11, which has been confirmed to work by others on the thread.
OR
If you encounter this error or any similar error claiming <blablabla>Error: [WinError x] Access is denied while using pip to install a package, it likely means that pip does not have the necessary permissions to access and modify the Python directory (most likely located on the C: drive in this case) to download the starrail package.
- Make sure you run the terminal as administator!
- Follow the installation to install
starrailin that terminal.

