Scientific Computing with Python Projects - Arithmetic Formatter

Tell us what’s happening:
so, my replit does not recognize pytest
and i don’t know what to do so that the run button works properly
please help
and thank you

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76

Challenge: Scientific Computing with Python Projects - Arithmetic Formatter

Link to the challenge:

at shell command prompt type “pip install pytest

in the .replit file add/change the line “run = python3 main.py

i did this but when i press run it gives me:

run = python3 main.py
sh: line 1: run: command not found
exit status 127

Did you try running python3 main.py directly on the shell?

Can you please link to your replit?

oh, i think this worked.
thank you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.