My Repl keeps turning off & uninstalling packages

I have a Selenium Python Repl being used as a bot on a website and I used always on on it, but, it keeps turning off and uninstalling packages.

Specifically, it keeps uninstalling the OpenAI package (pip install openai) and every time I go to turn it back on it requires me to run pip install openai again. The only way it stays online is if I have it open on some device constantly which kinda defeats the purpose of always on. Can someone help? Thank you.

1 Like

Try poetry add openapi maybe? I do know repls use poetry by default, so that should make it auto-reinstall it should it get uninstalled.

3 Likes

It probably turned off because Replit broke yet again.

1 Like