#使用環境
MacbookPro(13-inch 2017)
Big Sur(ver11.1)
#shapeleインストール時
pip install shapely
で下記エラー発生
##ERROR: Command errored out with exit status 1:
status1でコマンドが中止されたことを示しているよう。
解決策不明。
##OSError: Could not find library geos_c or load any of its variants ['/Library/Frameworks/GEOS.framework/Versions/Current/GEOS', '/opt/local/lib/libgeos_c.dylib', '/usr/local/lib/libgeos_c.dylib']
shapely公式によるとGeosが必要らしい。
brew install geos
で解決。
※shapely-wheelsをインストールする解決策も出てきたが、よくわかっていない。
※Windowsだと別途用意されている解決方法があるらしい。