sdss / marvin

Data access and visualization for MaNGA. http://sdss-marvin.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

package confliction #801

Open eacva0 opened 8 months ago

eacva0 commented 8 months ago

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