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
Describe the bug
I try to use Marvin with the python package.
I enter python3, I import marvin
import marvin
There I have a warning:
[WARNING]: /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/marvin/init.py:400: MarvinUserWarning: path /Users/plana/sas/dr17/manga/spectro/analysis/v3_1_1/3.1.0/dapall-v3_1_1-3.1.0.fits cannot be found. Setting dapall to None.
warnings.warn('path {0} cannot be found. Setting dapall to None.'
I am not sure the warning is important.
I then try the example to retrieve an data cube:
my_cube = marvin.tools.Cube('8485-1901')
After a few seconds, I have errors messages, ending with:
brain.core.exceptions.BrainError: Requests Http Status Error: 409 Client Error: CONFLICT for url: https://magrathea.sdss.org/marvin/api/cubes/8485-1901/
Error: data release None no longer supported by the Marvin API. Update to a later MPL or use Marvin's local file access mode instead.
I am not sure what that's means. I know that Marvin had some trouble last week.
Can you help me.
Thanks a lot.
H. PLana
The text was updated successfully, but these errors were encountered:
Hi
The fix mentioned by Brett worked on the macos. Thanks. My worry was,
because of others isdues, I was nt sure if the prb was coming from my
instalation or from the server.
Thanks.
Sincerely
H. Plana
Describe the bug
I try to use Marvin with the python package.
I enter python3, I import marvin
I am not sure the warning is important.
I then try the example to retrieve an data cube:
After a few seconds, I have errors messages, ending with:
brain.core.exceptions.BrainError: Requests Http Status Error: 409 Client Error: CONFLICT for url: https://magrathea.sdss.org/marvin/api/cubes/8485-1901/
Error: data release None no longer supported by the Marvin API. Update to a later MPL or use Marvin's local file access mode instead.
I am not sure what that's means. I know that Marvin had some trouble last week.
Can you help me.
Thanks a lot.
H. PLana
The text was updated successfully, but these errors were encountered: