Arithmetic Formatter - Use run command gone and ModuleNotFoundError

Tell us what’s happening:
Hello, have few problems and can’t solve it by myself.
Few days ago I finished my first project (Time calculator), I did not have any issues with replit and everything went fine.
However, yesterday I started a new challenge (Arithmetic Formatter) and everything went wrong from the beginning.
Firstly, I got ModuleNotFoundError: No module named ‘pytest’. I tried to change the nix file. Unfortunately, it did not help me.
Then I got another problem, Use run command is gone and I don’t know how to return it.
Thank you for your help

Your code so far

Your browser information:

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

Challenge: Scientific Computing with Python Projects - Arithmetic Formatter

Link to the challenge:

At the shell command prompt type pip install pytest

In the .replit file add this line:

run = "python3 main.py"

1 Like

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