After transferring an old Python repl to the new template (cloning from Github repository into a new repl) I’m running into a somewhat old problem again: When I hit the Run button poetry starts to install a package gardenlinux:
After the successful installation nothing happens: The program doesn’t run and the the Run button stays activated, ie. it’s actually a Stop button. There’s also a huge CPU utilisation. Running the file from the shell works fine.
As with the old problem, the strange thing is that the repl is a pure Python repl, so no installation of packages is needed. And I don’t even know what gardenlinux does.
Thanks a lot! I don’t want to sound ungrateful, but isn’t there another way to do that through a configuration change? The last time an adjustment of the .replit file did the job …
@NateDhaliwal That doesn’t work. The new .replit file doesn’t have a packager section. And even if I put it in and add guessImports = false to the subsection packager.features it has no effect. That worked well for the previous template, but not for the new one. That’s why I made the topic.
I was able to reproduce the issue and let the team know. I believe this is to do with our new Modules system that encapsulates configuration for languages such as Python onto our own infrastructure. This seems to prevent users from configuring the packager in the .replit file.