Python -Arithmetic Formatter "no module named pytest"

the code is not running as it is giving the error that pytest module not found.

image

even though i am done with the entire code

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Challenge: Scientific Computing with Python Projects - Arithmetic Formatter

Link to the challenge:

1 Like

At shell command prompt “pip install pytest”

1 Like

I used the following in the shell: ‘python3 -m pip install pytest’ which installed pytest for me.

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