movingpandas / qgis-processing-trajectory

Trajectory tools for the QGIS Processing toolbox
GNU General Public License v3.0
45 stars 16 forks source link

Couldn't load plugin 'processing_trajectory' #13

Closed adamgarbo closed 3 years ago

adamgarbo commented 4 years ago

I am attempting to install the Trajectools plugin on macOS with QGIS 3.10, however, am currently faced with the following error:

ModuleNotFoundError: No module named 'geopandas'

I have tried installing geopandas using both pip install geopandas and conda install geopandas but to no avail. I am able to import geopandas when working from within Python 3 without any issues.

I'd appreciate any insights into this issue!

Screen Shot 2020-04-10 at 5 39 51 PM

goatsweater commented 4 years ago

QGIS ships with it's own version of Python on MacOS. Using pip install geopandas (or conda) will install to the system default location for the Python that comes with MacOS (which QGIS ignores). That is also why import geopandas works when you are using Python outside QGIS.

I'm not sure how to trigger pip install from within QGIS though.

adamgarbo commented 3 years ago

Closed as unresolved.