When I run the program I keep getting an error message about pytest, the import pytest came with the code when I started so I'm not sure what to do

Bug description:

Expected vs Current Behavior:

Steps to reproduce:

Bug appears at this link: https://replit.com/@drod75/boilerplate-arithmetic-formatter#main.py

Screenshot(s)/Screen Recording:

Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@drod75

The only code that I made is here, everything else in the project was given to start with.

Hi @drod75 , welcome to the forums!
Can you try entering pip install pytest into the Shell and see if it works?

1 Like

It worked, Thank you!

1 Like

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