Hello all, I am unable to test my code using the run button for the arithmetic formatter project. I found an old forum post that talked about messing with the replit.nix file and it still didn’t solve my issue. When I tried this solution, replit wasn’t able to load the environment properly.
Is there a way to fix this issue ?
The replit did not install pytest correctly. You can fix it by going to the Shell tab and typing the following and hit Enter:
pip install pytest==6.2.4
Once it is complete, you will need to write your code in the function named arithmetic_arranger in the arithmetic_arranger.py file. Currently, you have not written anything.
That fixed it. Thank you for the help !
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.

