Forums

Why are we not able to install packages into our virtualenv? Why do we keep getting log errors?

For 2 days we've been trying to deploy our app and we keep getting errors that the libraries installed are missing even though we followed the precise steps to accomplish this. We install everything under python vs 3.9. Why are we having these issues? PLeae help

Make sure that you are installing them in the vitrualenv/Python version that your web app is configured to run with. See https://help.pythonanywhere.com/pages/InstallingNewModules/