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
This error is because submit50 requires lib50, and lib50 requires a version of the jellyfish package without a prebuilt wheel, so pip makes you install rust/cargo to build it.
Newer versions of jellyfish have prebuilt wheels, so allowing those versions should fix it.
Tried to install submit50 offline using pip:
pip install submit50
How do I go about this?
The text was updated successfully, but these errors were encountered: