You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
shapely needs to be added to conda environment file requirements
To Reproduce
Steps to reproduce the behavior:
create a clean conda environment using the environment.yml file
raiderStats.py -h
Traceback (most recent call last):
File "/Users/jlmd9g/software/miniconda3/envs/RAiDER/bin/raiderStats.py", line 10, in
from RAiDER.statsPlot import parseCMD
File "/Users/jlmd9g/software/miniconda3/envs/RAiDER/lib/python3.8/site-packages/RAiDER/statsPlot.py", line 10, in
from shapely.geometry import Polygon, Point
ModuleNotFoundError: No module named 'shapely'
Expected behavior
Print out the argparse help message
Desktop (please complete the following information):
Describe the bug
shapely needs to be added to conda environment file requirements
To Reproduce
Steps to reproduce the behavior:
File "/Users/jlmd9g/software/miniconda3/envs/RAiDER/bin/raiderStats.py", line 10, in
from RAiDER.statsPlot import parseCMD
File "/Users/jlmd9g/software/miniconda3/envs/RAiDER/lib/python3.8/site-packages/RAiDER/statsPlot.py", line 10, in
from shapely.geometry import Polygon, Point
ModuleNotFoundError: No module named 'shapely'
Expected behavior
Print out the argparse help message
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: