cs50 / check50

This is check50, a command-line program with which you can check the correctness of your programs.
GNU General Public License v3.0
401 stars 268 forks source link

pip3 install check50 doesn't work #311

Closed ArdB01 closed 1 year ago

ArdB01 commented 1 year ago

I wanted to install check50 and in their website it tells to type 'pip3 install check50' I did that but I got this error.

Screenshot 2023-07-31 at 23 59 44
rongxin-liu commented 1 year ago

Thanks for reporting. Please attached the full error here and let us know what operating system you are using.

ArdB01 commented 1 year ago

Thanks for reporting. Please attached the full error here and let us know what operating system you are using.

Iam using macOS Ventura version 13.2.1

Screenshot 2023-08-01 at 00 57 06 Screenshot 2023-08-01 at 00 57 24 Screenshot 2023-08-01 at 00 57 42
karjallo commented 1 year ago

Same error in ArchLinux, and also with submit50.

ArdB01 commented 1 year ago

Yeah I also got the same error with submit50.

livingst76 commented 1 year ago

Yeah I also got the same error with submit50.

I experienced this too. I'm new to Computer Programming and I don't what some of the errors mean either.

rongxin-liu commented 1 year ago

We have released a new version of check50 that should address this issue.

Please run pip3 install check50 --upgrade to install check50 and see if that works.

ArdB01 commented 1 year ago

pip3 install check50 --upgrade

https://github.com/cs50/check50/assets/139978263/84151291-9a7d-4a59-8fb1-f960df7c9262

It works now but there is an other problem with github I think.

ArdB01 commented 1 year ago

pip3 install check50 --upgrade

Screen.Recording.2023-08-01.at.18.03.20.mov

It works now but there is an other problem with github I think.

Now it works perfectly. Thanks