Hi, I was having some Nix issues so I forked my original code to the ‘Space Hotel 2 Code’ and now I am not able to install Flask on the forked repl
https://replit.com/@RihaanNatani/Space-Hotel-2
https://replit.com/@RihaanNatani/Space-Hotel
Hi, I was having some Nix issues so I forked my original code to the ‘Space Hotel 2 Code’ and now I am not able to install Flask on the forked repl
https://replit.com/@RihaanNatani/Space-Hotel-2
https://replit.com/@RihaanNatani/Space-Hotel
Welcome to Replit Ask! Please create a new topic rather than posting about your issue on an existing one and making more work for our sole moderator (@not-ethan , who does the work of several moderators for us).
Any errors? Can you please provide more information.
Welcome to the community! Flask comes by default with Python Repls. If for some reason you need to install it, first try using poetry add flask
, and if that doesn’t work, poetry remove flask; pip install flask
.
I used poetry first because it should already be installed with poetry. Poetry is the Replit package manager, but pip also works.
What error(s) are you getting?
Perhaps, if you have the free plan, you have run out of Repl storage?
The storage limit is currently the same for all plans.
AFAIK those limits are not yet enforced.
It says “account storage”. We don’t really know what that means, but it is definitely not repl storage. (We have had a few bug reports saying they are not getting enough repl storage even though it says account storage).