Python Projects - Arithmetic Formatter - Nix Error

Hello,

I need some help testing my Arithmetic Formatter code in Replit. At the moment a Nix error comes up each time I run it.

https://replit.com/@NatashaRolt/boilerplate-arithmetic-formatter-3#arithmetic_arranger.py

I have tested the code in pycharm and it works each time but I can’t test it before uploading the solution.

Any idea how I can solve this?
Thanks

Challenge: Scientific Computing with Python Projects - Arithmetic Formatter

Link to the challenge:

It seems the replit is corrupt. I suggest copying your code from this replit into a new one using the starter link in the project description.

Hi njrolt!

I was having the same issue. I fixed it by installing the dependencies. Now I get all sorts of test failures :upside_down_face:

Hope this helps! - Mackenzie