Remix.run Logo
zorlack 3 days ago

Thank you for reporting this!

Would you mind telling me what environment you found this behavior in, and how you installed the app?

I've been testing in ubuntu containers doing:

    pip3 install service-ping-sping --break-system-packages
Thank you so much!!

*EDIT:*

I think this is to do with me not being specific about what version of typer I depend upon... working on it now!

This is now fixed in 0.2.11. Thanks @johnQdeveloper

johnQdeveloper 3 days ago | parent [-]

Yeah it was popos which is basically ubuntu.

pip install service-ping-sping

was how it was installed

Thanks for fixing.