jupyter / jupyter_core

Core Jupyter functionality
https://jupyter-core.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
195 stars 181 forks source link

There are conflicts between the modules of the dependencies. #350

Open unsatisfying opened 1 year ago

unsatisfying commented 1 year ago

I used pip install jupyter to install the project and its dependencies. It installed jupyter==1.0.0 and jupyter-core==5.3.0 for me. Both dependencies have the same path of the module /jupyter.py with different content. However, installing both projects together will cause the later installation to overwrite the modules of the former. These module conflicts may cause some of the functionality to be unusable or some unexpected behavior. In particular, when I uninstall one of the dependency, it uninstall the "jupyter.py" file of the others at the same time, making the functionality of the other dependency package unavailable.