Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something is missing of rp #4

Open
Mistermango23 opened this issue Jan 22, 2025 · 2 comments
Open

something is missing of rp #4

Mistermango23 opened this issue Jan 22, 2025 · 2 comments

Comments

@Mistermango23
Copy link

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'

@RyannDaGreat
Copy link
Collaborator

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.

@RyannDaGreat
Copy link
Collaborator

See this issue: #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants