Scientific Computing with Python Projects - Arithmetic Formatter

I get this error while running the test for the Arithmetic Formatter

 python3 main.py
Traceback (most recent call last):
  File "/home/runner/boilerplate-arithmetic-formatter-2/main.py", line 2, in <module>
    from pytest import main
ModuleNotFoundError: No module named 'pytest'

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 Edg/114.0.1823.58

Challenge: Scientific Computing with Python Projects - Arithmetic Formatter

Link to the challenge:

At the Shell command prompt on replit type “pip install pytest”

1 Like

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