Closed sec13b closed 11 months ago
Hi,
As written in your python error, you need to add a flag --break-system-packages
to your command, or use a virtual env.
It becomes pip3 install -r requirements.txt --break-system-packages
This is related to python but not specifically to Coercer.
Best regards,
thank you