-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Certain tools (stats, listlua) have no issues and function well. However, others (the more useful ones), such as build, listrawlua, writep8 get an error:
FileNotFoundError: [Errno 2] No such file or directory: '/home/xxxx/.local/lib/python3.6/site-packages/pico8/game/empty_023.p8.png'
I have tried reinstalling using pip, pip3 (even trying python -m pip install . and installing using sudo) with no solution. The directory /home/xxxx/.local/lib/python3.6/site-packages/pico8/game/ DOES exist. What is the purpose/creating of the file empty_023.p8.png ?
One note, when installing using pip, I get a warning: defaulting to user installation because normal site-packages is not writeable. Would this be related to the problem using the tools? Clearly pip is working correctly since I can use SOME p8tool tools....