Can't get replit to run code for python arithmetic arranger

I’m trying to run my code in replit but it keeps coming up with the error that there is no module named pytest. can anyone help with this? I saw the discussion about adding code to replit.nix but I don’t see that file even when I display the hidden ones.

you can install the pytest package directly using pip in your Replit project’s terminal.

pip install pytest

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