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
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/
The text was updated successfully, but these errors were encountered:
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/
The text was updated successfully, but these errors were encountered: