@Akash,

this is about the debian package (which handles the dependencies).
The bug ist still there. Easy reproducer is:

$ sudo apt install python3-poetry
$ poetry 
Traceback (most recent call last):
  File "/usr/bin/poetry", line 5, in <module>
    from poetry.console import main
  File "/usr/lib/python3/dist-packages/poetry/console/__init__.py", line 1, in 
<module>
    from .application import Application
  File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 7, 
in <module>
    from .commands.about import AboutCommand
  File "/usr/lib/python3/dist-packages/poetry/console/commands/__init__.py", 
line 4, in <module>
    from .check import CheckCommand
  File "/usr/lib/python3/dist-packages/poetry/console/commands/check.py", line 
2, in <module>
    from poetry.factory import Factory
  File "/usr/lib/python3/dist-packages/poetry/factory.py", line 18, in <module>
    from .repositories.pypi_repository import PyPiRepository
  File "/usr/lib/python3/dist-packages/poetry/repositories/pypi_repository.py", 
line 11, in <module>
    from cachecontrol import CacheControl
ModuleNotFoundError: No module named 'cachecontrol'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958227

Title:
  Traceback when calling "poetry" command: ModuleNotFoundError: No
  module named 'cachecontrol'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/poetry/+bug/1958227/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to