Arithmetic Formatter pytest module error:
Old problems, new solutions
It seems like the problem with pytest module in Arithmetic Formatter is happening again. I’ve tried some old solutions around there in the forum, none of them worked. Just adding the package ‘pkgs.python38Packages.pytest’ on ‘deps’ is not working anymore, no matter how you try it. But I found a new way to solve this and wanted to share with you guys.
Installing poetry
I saw this in replies of a topic about this problem in this forum, but it doens’t tells you how to do it, so I decided to share this piece:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
(it goes on Replit Shell’s)
Update poetry
I think it will be also necessary, at least in my case it was. So you can also give Replit Shell’s this piece:
poetry update
It’s all folks!
At least for me it was… any of you guys from staff could test it so let me know if the problem persists and it needs more pieces.