You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for rp
Running setup.py clean for rp
Building wheel for fire (setup.py) ... done
Created wheel for fire: filename=fire-0.7.0-py3-none-any.whl size=114262 sha256=2dcf10af439021942d54c79836671a432eb6ede9631d49379692358dfd558c98
Stored in directory: c:\users\alexa\appdata\local\pip\cache\wheels\9e\5b\45\29f72e55d87a29426b04b3cfdf20325c079eb97ab74f59017d
Successfully built fire
Failed to build rp
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (rp)
C:\Users\Alexa\Desktop\test project\Go-with-the-Flow>python cut_and_drag_gui.py
Traceback (most recent call last):
File "C:\Users\Alexa\Desktop\test project\Go-with-the-Flow\cut_and_drag_gui.py", line 1, in
from rp import *
ModuleNotFoundError: No module named 'rp'
The text was updated successfully, but these errors were encountered:
Hi! You need to run "pip install rp", but this is probably not working because of path length limitations on Windows.
Basically, Windows by default sets a hard limit on file path lengths - so a file like "C:\Users\Folder1\Folder2\image.jpg"
might be ok but "C:\Users\Folder1\Folder2\Folder3\Folder4\Folder5\Folder6\Folder7\Folder8\...\Folder999\image.jpg" might not be. There is a way to disable this, a user figured it out in a different issue and linked to a tutorial!
We developed this on Ubuntu and Mac, so if you run into any other problems please let me know.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for rp
Running setup.py clean for rp
Building wheel for fire (setup.py) ... done
Created wheel for fire: filename=fire-0.7.0-py3-none-any.whl size=114262 sha256=2dcf10af439021942d54c79836671a432eb6ede9631d49379692358dfd558c98
Stored in directory: c:\users\alexa\appdata\local\pip\cache\wheels\9e\5b\45\29f72e55d87a29426b04b3cfdf20325c079eb97ab74f59017d
Successfully built fire
Failed to build rp
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (rp)
C:\Users\Alexa\Desktop\test project\Go-with-the-Flow>python cut_and_drag_gui.py
Traceback (most recent call last):
File "C:\Users\Alexa\Desktop\test project\Go-with-the-Flow\cut_and_drag_gui.py", line 1, in
from rp import *
ModuleNotFoundError: No module named 'rp'
The text was updated successfully, but these errors were encountered: