Forums

Module not found:Pandas

My web app is using python version 3.10 and my console version is 3.10.5. So I tried upgrading to 3.10.6 which was successful but allotted memory space ran out. After that I tried deploying my project (git cloned) but my error log still says 'module not found :pandas'. I did all this after reading the debugging help link. Please let me know how to rectify this.

Make sure that you have installed the module for the Python version/virtualenv that you are using to run your code: https://help.pythonanywhere.com/pages/InstallingNewModules/