AI and DS Skills

 View Only
Expand all | Collapse all

geopandas module issues

  • 1.  geopandas module issues

    Posted Mon August 23, 2021 09:40 AM
      |   view attached
    Hi everyone, please assist me with the below. I have geopanda installed but get the issue below when running the libraries. Please see the image attached too. Thanks


    ---------------------------------------------------------------------------
    ModuleNotFoundError                       Traceback (most recent call last)
    <ipython-input-2-2a3d858bbca9> in <module>
          1 import pandas as pd
    ----> 2 import geopandas as gpd
          3 
          4 from shapely.geometry import Point, LineString, Polygon
          5 import matplotlib.pyplot as plt
    
    ModuleNotFoundError: No module named 'geopandas'
    
    


    ------------------------------
    Kgotlaetsile Mathews Modieginyane
    ------------------------------

    #AIandDSSkills
    #DataandAILearning


  • 2.  RE: geopandas module issues

    Posted Wed August 25, 2021 10:25 AM
    seems to me you need to install geopandas in this env.
    pip install geopandas


    ------------------------------
    Samuel Diaz
    ------------------------------