Hello,
I’m trying to use a python package called interactions-py to make a Discord bot and when I start my Repl, it automatically installs another package for Discord with poetry.
Is it possible to disable the automatic pip install with poetry on a Python Repl ?
Thanks
Even though it breaks the packager, you can still use poetry directly from the Shell, which is what the packager calls under the hood. (It calls upm, which calls poetry)