Closed sojastar closed 4 years ago
Hi again,
Uninstalling prompt-toolkit 3.0 and replacing it with version 2.0.10 fixed the problem.
Julien Jassaud
It appears that prompt-toolkit 3.0.0 released on 11/24, so it's picking that incompatible dependency when trying to install prompt-toolkit >= 2.0.10. Thanks for the report!
I'm running into this with the correct version of prompt-toolkit:
(venv) ➜ pip3 install --upgrade monome-druid
Requirement already satisfied: monome-druid in ./venv/lib/python3.8/site-packages (1.0.0) Collecting prompt-toolkit<3.0,>=2.0.10 Using cached prompt_toolkit-2.0.10-py3-none-any.whl (340 kB) Requirement already satisfied: setuptools-scm in ./venv/lib/python3.8/site-packages (from monome-druid) (6.0.1) Requirement already satisfied: setuptools-scm-git-archive in ./venv/lib/python3.8/site-packages (from monome-druid) (1.1) Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages (from monome-druid) (56.0.0) Requirement already satisfied: Click>=7.0 in ./venv/lib/python3.8/site-packages (from monome-druid) (8.0.0) Requirement already satisfied: pyserial>=3.4 in ./venv/lib/python3.8/site-packages (from monome-druid) (3.5) Requirement already satisfied: six>=1.9.0 in ./venv/lib/python3.8/site-packages (from prompt-toolkit<3.0,>=2.0.10->monome-druid) (1.16.0) Requirement already satisfied: wcwidth in ./venv/lib/python3.8/site-packages (from prompt-toolkit<3.0,>=2.0.10->monome-druid) (0.2.5) Installing collected packages: prompt-toolkit Attempting uninstall: prompt-toolkit Found existing installation: prompt-toolkit 3.0.18 Uninstalling prompt-toolkit-3.0.18: Successfully uninstalled prompt-toolkit-3.0.18 Successfully installed prompt-toolkit-2.0.10
(venv) ➜ druid
Traceback (most recent call last):
File "/usr/local/bin/druid", line 5, in
Hi,
I just got my Crow and tried to install druid on my Mac and got this error message :
Here is the installation log returned by pip3 :
Could the problem come from prompt-toolkit 3.0 being installed instead of version 2.0 ? While looking into the error, I read version 3 has some change in the use of asyncio.
Thanks, Julien Jassaud