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

Unable to install PyPI dependency with sub-dependencies #2435

Open
jonashaag opened this issue Nov 7, 2024 · 2 comments · May be fixed by #2438
Open

Unable to install PyPI dependency with sub-dependencies #2435

jonashaag opened this issue Nov 7, 2024 · 2 comments · May be fixed by #2438
Labels
🐍 pypi Issue related to PyPI dependencies

Comments

@jonashaag
Copy link

pdbpp = { git = "https://github.com/bretello/pdbpp" }
  × failed to solve the pypi requirements of 'default' 'linux-64'
  ├─▶ failed to resolve pypi dependencies
  ╰─▶ Package `fancycompleter` attempted to resolve via URL: git+https://github.com/bretello/fancycompleter@0.10.5. URL dependencies
      must be expressed as direct requirements or constraints. Consider adding `fancycompleter @ git+https://github.com/bretello/
      fancycompleter@0.10.5` to your dependencies or constraints file.

When I add it:

pdbpp = { git = "https://github.com/bretello/pdbpp" }
fancycompleter = { git = "https://github.com/bretello/fancycompleter", tag = "0.10.5" }

I get:

  × failed to solve the pypi requirements of 'default' 'linux-64'
  ├─▶ failed to resolve pypi dependencies
  ╰─▶ Requirements contain conflicting URLs for package `fancycompleter`:
      - git+https://github.com/bretello/fancycompleter@0.10.5
@ernimd
Copy link

ernimd commented Nov 7, 2024

Having same issue...

@wolfv
Copy link
Member

wolfv commented Nov 7, 2024

We're preparing a fix. Sorry for the regression!

@wolfv wolfv linked a pull request Nov 7, 2024 that will close this issue
@tdejager tdejager added the 🐍 pypi Issue related to PyPI dependencies label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐍 pypi Issue related to PyPI dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants