I hope this message finds you well. I am writing to bring to your attention an issue I have encountered while working on the Arithmetic Formatter project provided by FreeCodeCamp.
In the provided starter pack for the Arithmetic Formatter project, I have noticed that there is a module error when attempting to run the test module. Specifically, the error message states that the “pytest” module is not available. This error prevents me from successfully testing the code, as it crashes whenever I attempt to run the tests.
I understand the importance of thorough testing in the development process, and I believe that resolving this module error is crucial to ensuring the correctness of the project’s implementation. However, since the pytest module is not included in the starter pack, I am unable to execute the tests as intended.
I kindly request your assistance in resolving this issue. It would be greatly appreciated if you could either provide guidance on how to address this module error or update the starter pack to include the necessary dependencies, such as pytest, to facilitate the testing process.
Thank you for your attention to this matter. I am eager to continue working on the Arithmetic Formatter project and would greatly appreciate any assistance or guidance you can provide to resolve this module error.
Hello
In Replit, you usually don’t need to use pip install to add modules or packages because Replit automatically install them through the import statements in your code.Which was already in the starter pack given by the free code camp, I also tried installing it through pip install but the result is same can you help me with it,
Thank you
Thank you! I was having the same error and I thought this worked but not as I expected, I tried with others solutions but nothing happened, the thing is I still having this (I could not select “use run command” at the beginning , it was not that option) so I will create a help post:
run = “python3 main.py”
sh: line 1: run: command not found
exit status 127