Closed dutry closed 2 years ago
That's weird! There must be something going wrong with the environment variable, because this should work with the current version I think. Could you try
import apogee.tools.path as appath
print(appath._APOGEE_REDUX,appath._DR16REDUX, appath._APOGEE_REDUX == appath._DR16REDUX)
and send the output?
That's even weirder, because you don't seem to be able to load the tools
submodule, which you seem to have been able to do before (when importing apogee.tools.read
). Something may be corrupted about your installation, so the best thing to do might be to wipe the installation and freshly install the latest master branch.
Did you install with pip
? There is an apogee
package on pip
that's not the same!
When I try to
import apogee.tools.read as apread
, It shows the error:OSError: No default dr available for APOGEE_REDUX DR16, need to set it by hand
Two environment variables have been set:
The whole error screenshot: