We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-vvv
(venv) <centos7:/tmp>$ ./venv/bin/poetry add -vv crypto==1.4.1 Using virtualenv: /tmp/venv Updating dependencies Resolving dependencies... 1: fact: tmp is 0.1.0 1: derived: tmp 1: fact: tmp depends on crypto (1.4.1) 1: selecting tmp (0.1.0) 1: derived: crypto (==1.4.1) 1: fact: crypto (1.4.1) depends on Naked (*) 1: fact: crypto (1.4.1) depends on shellescape (*) 1: selecting crypto (1.4.1) 1: derived: shellescape 1: derived: Naked 1: selecting shellescape (3.8.1) 1: Version solving took 0.299 seconds. 1: Tried 1 solutions. Stack trace: 14 venv/lib64/python3.8/site-packages/clikit/console_application.py:131 in run status_code = command.handle(parsed_args, io) 13 venv/lib64/python3.8/site-packages/clikit/api/command/command.py:120 in handle status_code = self._do_handle(args, io) 12 venv/lib64/python3.8/site-packages/clikit/api/command/command.py:171 in _do_handle return getattr(handler, handler_method)(args, io, self) 11 venv/lib64/python3.8/site-packages/cleo/commands/command.py:92 in wrap_handle return self.handle() 10 venv/lib64/python3.8/site-packages/poetry/console/commands/add.py:173 in handle status = self._installer.run() 9 venv/lib64/python3.8/site-packages/poetry/installation/installer.py:103 in run return self._do_install(local_repo) 8 venv/lib64/python3.8/site-packages/poetry/installation/installer.py:235 in _do_install ops = solver.solve(use_latest=self._whitelist) 7 venv/lib64/python3.8/site-packages/poetry/puzzle/solver.py:65 in solve packages, depths = self._solve(use_latest=use_latest) 6 venv/lib64/python3.8/site-packages/poetry/puzzle/solver.py:233 in _solve result = resolve_version( 5 venv/lib64/python3.8/site-packages/poetry/mixology/__init__.py:7 in resolve_version return solver.solve() 4 venv/lib64/python3.8/site-packages/poetry/mixology/version_solver.py:84 in solve next = self._choose_package_version() 3 venv/lib64/python3.8/site-packages/poetry/mixology/version_solver.py:403 in _choose_package_version for incompatibility in self._provider.incompatibilities_for(version): 2 venv/lib64/python3.8/site-packages/poetry/puzzle/provider.py:410 in incompatibilities_for return [ 1 venv/lib64/python3.8/site-packages/poetry/puzzle/provider.py:411 in <listcomp> Incompatibility( AssertionError at venv/lib64/python3.8/site-packages/poetry/mixology/incompatibility.py:60 in __init__ 56│ # intersection, they're mutually exclusive, making this incompatibility 57│ # irrelevant, since we already know that mutually exclusive version 58│ # ranges are incompatible. We should never derive an irrelevant 59│ # incompatibility. → 60│ assert by_ref[ref] is not None 61│ else: 62│ by_ref[ref] = term 63│ 64│ new_terms = [] (venv) <centos7:/tmp>$ ./venv/bin/poetry -V Poetry version 1.1.14 (venv) <centos7:/tmp>$
The text was updated successfully, but these errors were encountered:
the real problem is Naked, and this is a duplicate of #1985
Naked
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
-vvv
option).Issue
The text was updated successfully, but these errors were encountered: