Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
unsatisfying opened this issue Apr 17, 2023 · 0 comments
Open

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

unsatisfying opened this issue Apr 17, 2023 · 0 comments

Comments

@unsatisfying
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant