[Error] Shapely import error: No module named 'shapely'

    728x90

     

    Shapely import error: No module named 'shapely'

    기하학 연산을 돕는 파이썬 라이브러리라고 합니다.

     

    pip으로 그대로 설치해주세요

    pip install shapely

     

    pip으로 설치했는데 잘 안 된다면 가상환경을 활성화해주세요

    source myvenv/bin/activate

     

    conda로 설치해주세요

    conda install -c conda-forge shapely

     

     

     

    728x90

    댓글