Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] STATS: Shapely required for raiderStats but not in environment.yml #50

Closed
jlmaurer opened this issue Jun 17, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@jlmaurer
Copy link
Collaborator

jlmaurer commented Jun 17, 2020

Describe the bug
shapely needs to be added to conda environment file requirements

To Reproduce
Steps to reproduce the behavior:

  1. create a clean conda environment using the environment.yml file
  2. raiderStats.py -h
  3. 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):

  • RAiDER git tag: 559f80a
  • Jupyter Notebook on Mac
@dbekaert
Copy link
Owner

Addressed in #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants