After Recent Release - my replit code is not working

Hello,

My code was working fine.
After recent release, it doesn’t see any of the libraries that should be needed to run the code.
I tried to install them one by one in the command line, still it gave errors.

Code was running without errors for months!

Traceback (most recent call last):
  File "main.py", line 1, in <module>
    import server
  File "/home/runner/Mega/server.py", line 2, in <module>
    from flask import Flask, request
ModuleNotFoundError: No module named 'flask'
1 Like

Hello, @aialphatornado welcome to the community. I would suggest you change it to #code-help and to what you are using like #code-help:python. Hope you enjoy your time with us! :slight_smile:

2 Likes

Hi @aialphatornado, welcome to the community!

Did you use the Console or the Shell? You have to use the Shell. I don’t see why Flask would get uninstalled, though (it comes in Python Repls by default)

1 Like