Forums

Can't use installed module

Hi! I've been trying to deploy a web app that needs a new module. When I enter the virtual eviroment and do 'pip3.8 install name_of_module' it installs fine and I can do the import in the terminal and the .py without it throwing any erros, but when I go to the actual page it says it couldn't find the respective module, making it impossible to load.

The page throws an an error, in the log file saying something like "Error running WSGI application ModuleNotFoundError: No module named 'flask_qrcode', I have installed this module using the command pip3.6 install Flask-QRcode --user. I don't know what I'm doing wrong, could you help me?

Looks like we are talking over email already.