After a migration to nix, the poetry broke

Replit:

https://replit.com/@JDJGInc_Offical/Meggy-Bot

no Matter what I do, the replit refuses to boot.

1 Like

Note, it worked fine before the migration.

1 Like

the new update also doesn’t seem to respect the pyproject.toml

Managed to fix by clearing the poetry.lock. poetry config, as well as stuff that are tied to poetry except the pyproject.toml

nvm poetry update did not fix it, I also really hate the auto grab packages.

Hi JDJG! Try to see if this helps you:

Me too, but you can always disable it (guessImports to false in .replit file)

1 Like