kierenAW / conda_environments_for_data_science

Environmental configuration files used to aid in committing Data Science and Machine Learning.
MIT License
18 stars 8 forks source link

Conflict between plotly and ipywidgets on E043 #4

Open priesgo opened 1 week ago

priesgo commented 1 week ago

This is the result I got:

The following packages are incompatible
├─ ipywidgets ==8.0.2 pyhd8ed1ab_1 is requested and can be installed;
└─ plotly ==5.10.0 pyhd8ed1ab_0 is not installable because it requires
   └─ ipywidgets <8.0.0 , which conflicts with any installable versions previously reported.

Commenting out the plotly dependency fixed the issue, but of course, plotly is now missing.

priesgo commented 1 week ago

Actually plotly is not missing, it must a dependency of some other package and version 5.24.1 is installed.