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
I have created the mospy environment using, conda env create KeckObservatory/mospy, on Linux.
When I type mospy into the command line, it opens mospy, however when I try to run mospy handle, I get the following error:
File "/home/.local/lib/python3.6/site-packages/MOSFIRE-1.0.dev0-py3.6.egg/MOSFIRE/IO.py", line 22, in
import ccdproc
ModuleNotFoundError: No module named 'ccdproc'
I have subsequently attempted to install ccdproc however, I get told: Requirement already satisfied.
Does anyone know how to solve this issue?
The text was updated successfully, but these errors were encountered:
@joshwalawender thanks for that, that appears to have solved that issue. When I enter mospy handle, I get a response that appears to be correct, ending with: "Usage: mospy handle [target]". However, when I then go to enter "mospy handle pathtofile", I get the following error: "mospy_handle.py: No match." Do you know what might be causing this?
I have created the mospy environment using, conda env create KeckObservatory/mospy, on Linux.
When I type mospy into the command line, it opens mospy, however when I try to run mospy handle, I get the following error:
File "/home/.local/lib/python3.6/site-packages/MOSFIRE-1.0.dev0-py3.6.egg/MOSFIRE/IO.py", line 22, in
import ccdproc
ModuleNotFoundError: No module named 'ccdproc'
I have subsequently attempted to install ccdproc however, I get told: Requirement already satisfied.
Does anyone know how to solve this issue?
The text was updated successfully, but these errors were encountered: