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
In python 3.11, there's several conflictions when using marvin 2.8.
It didn't be shown while being installed by pip, but the program didn't work when imported.
I use jupyter notebook to develop, but there are some packages that are conflict between latest jupyter notebook and marvin.
My way to solve it
pip install sdss-marvin
pip install notebook==6.4.13
pip install Flask==1.1.4
pip install Jinja2==2.11.3
pip install nbconvert==5.6.1
pip install markupsafe==2.0.1
pip install itsdangerous==2.0.1 # maybe they would be a little trivial
The text was updated successfully, but these errors were encountered:
Describe the bug
In python 3.11, there's several conflictions when using marvin 2.8.
It didn't be shown while being installed by pip, but the program didn't work when imported.
I use jupyter notebook to develop, but there are some packages that are conflict between latest jupyter notebook and marvin.
My way to solve it
pip install sdss-marvin
pip install notebook==6.4.13
pip install Flask==1.1.4
pip install Jinja2==2.11.3
pip install nbconvert==5.6.1
pip install markupsafe==2.0.1
pip install itsdangerous==2.0.1
# maybe they would be a little trivial
The text was updated successfully, but these errors were encountered: