Forums

Error installing geopandas

Hello, I am trying to use geopandas in my dashboard. Whenever I try to access the dashboard via the pythonanywhere link I get an error and the error log states the following:

Error running WSGI application
ModuleNotFoundError: No module named 'geopandas'

In my code I try to

import geopandas as gpd

I have installed geopandas via the bash console as follows:

mysite$ pip3.8 install geopandas --user

Any help would be highly appreciated.

Do you run your web app in python 3.8 and not in a virtual environment??

When I try to install geopandas in a virtual environment i now get this error:

ERROR: Could not install packages due to an EnvironmentError: [Errno 122] Disk quota exceeded

You do not have enough disk quota to install it on your account.