JarronL / pynrc

Python ETC and Simulator for JWST NIRCam
MIT License
3 stars 9 forks source link

Appears to require jwst_backgrounds #21

Open eas342 opened 6 years ago

eas342 commented 6 years ago

Description

Trying to install without jwst_backgrounds. Sounds like it's supposed to work without jwst_backgrounds so installer doesn't require it. Maybe put it back in as a requirement?

What I Did

MacBook-Pro:pynrc everettschlawin$ pip install . Processing /Users/everettschlawin/outside_progs/pynrc/pynrc Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/mf/jzbqy3z14sx1s6qkkkpgs4rc0000gn/T/pip-req-build-EVX43M/setup.py", line 18, in from pynrc.version import version File "pynrc/init.py", line 74, in from .nrc_utils import (read_filter, pix_noise, nrc_header, bp_2mass, bp_wise, \ File "pynrc/nrc_utils.py", line 41, in if not on_rtd: from jwst_backgrounds import jbt ImportError: No module named jwst_backgrounds

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/mf/jzbqy3z14sx1s6qkkkpgs4rc0000gn/T/pip-req-build-EVX43M/

JarronL commented 6 years ago

The pynrc install docs here and here both explicitly mention jwst_backgrounds as a requirement. Can you point me to where this is ambiguous?