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

Poetry SolverProblemError #4

Closed
sinys15 opened this issue Jan 5, 2021 · 1 comment
Closed

Poetry SolverProblemError #4

sinys15 opened this issue Jan 5, 2021 · 1 comment

Comments

@sinys15
Copy link

sinys15 commented Jan 5, 2021

When I add cx-Oracle-async by Poetry and call "poetry show" command I got the next error:
mydir>poetry show

SolverProblemError

Because myproject depends on cx-Oracle-async (^0.1.3) which doesn't match any versions, version solving failed.

at c:\users\myuser\appdata\local\programs\python\python39-32\lib\site-packages\poetry\puzzle\solver.py:241 in _solve
237│ packages = result.packages
238│ except OverrideNeeded as e:
239│ return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest)
240│ except SolveFailure as e:
→ 241│ raise SolverProblemError(e)
242│
243│ results = dict(
244│ depth_first_search(
245│ PackageNode(self._package, packages), aggregate_package_nodes

@sinys15
Copy link
Author

sinys15 commented Jan 5, 2021

Re add module solved issue.

@sinys15 sinys15 closed this as completed Jan 5, 2021
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