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

Unable to Install submit50 with pip #364

Closed
denstream-io opened this issue Oct 14, 2024 · 2 comments
Closed

Unable to Install submit50 with pip #364

denstream-io opened this issue Oct 14, 2024 · 2 comments

Comments

@denstream-io
Copy link

Tried to install submit50 offline using pip:

pip install submit50

submit50

How do I go about this?

@denstream-io denstream-io changed the title Unable to Install with pip Unable to submit50 Install with pip Oct 14, 2024
@denstream-io denstream-io changed the title Unable to submit50 Install with pip Unable to Install submit50 with pip Oct 14, 2024
@sryu1
Copy link

sryu1 commented Nov 10, 2024

Just install rust from https://rustup.rs and pip install submit50 should work.

@mrsharp-milken
Copy link

mrsharp-milken commented Jan 24, 2025

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.

PR with proposed fix here: cs50/lib50#80

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

3 participants