Hello, I'm trying to run a notebook server in which I'm importing the geopandas library. If I run the cells manually everything works without problem. The moment I set a task on the notebook and want to run it automatically, the task fails. The error reports an unable to import geopandas. Geopandas is installed and when I run it manually there is no problem either.
ModuleNotFoundError: No module named 'geopandas'"
Does anyone have any ideas