Dear Maintainer,
I installed poetry and this happened
$ poetry init
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'
Please fix the dependencies
Best