Stopping poetry to install a package (python)

I am trying to get pytorch installed. The CPU version is small enough but then replit decides to override it with their GPU version and storage goes full and nothing works.

Can i stop this and just force my replit to use the one i PIPed in?

2 Likes

press the three dots on your file bar:

  1. press show hidden files
  2. press .replit file
  3. go to line 91, or guessImports under [packager] under [packager.features] and change it to false
2 Likes

Thanks. I can finally use torch … (kind of at least)

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.