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

Package dependencies are too strict #478

Open
dobairoland opened this issue Jan 10, 2024 · 1 comment
Open

Package dependencies are too strict #478

dobairoland opened this issue Jan 10, 2024 · 1 comment

Comments

@dobairoland
Copy link

dobairoland commented Jan 10, 2024

Describe the bug
https://github.com/cs01/gdbgui/blob/master/requirements.txt is linked in setup.py as package dependencies. All of these are locked to one and only version. This might be useful for testing purposes but it causes very likely dependency hell and version clashing with other packages installed.

Shouldn't be https://github.com/cs01/gdbgui/blob/master/requirements.in the one which should be used as the package dependency?

To Reproduce

  1. Have anything which is incompatible with anything from requirements.txt, e.g. with click==8.1.7.
  2. pip gdbgui==0.15.2.0 cannot be installed because of clashing dependencies.
@kimstik
Copy link

kimstik commented Mar 8, 2024

similar issue:

gdbgui 0.15.2.0 requires werkzeug==3.0.0, but you have werkzeug 3.0.1 which is incompatible.

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

2 participants