ModuleNotFoundError:

Good Morning -

I am new to Python. A co-worker of mine (no longer with the company) wrote some code for a small project I run regularly. I am suddenly getting the error “ModuleNotFoundError: No module named ‘geopandas’. This code has run flawlessly for some time and I’m stuck.

I don’t have Admin rights to my machine so downloading and running any applications is not an option to load the module locally.

Did this module suddenly disappear? Thoughts?

Thank you!

Hm, there might have been a python update and python looks for modules in a previous site-package path? You’d need to provide more info… Python version, how was jupyterlab installed, jupyterlab version. Maybe a simple %pip install geopandas in a cell might fix this.

1 Like