Hi,
I am having issues installing coala-bears on my Ubuntu 16.04 LTS host. Essentially complaining about one specific dependency namely:
"ERROR: Could not find a version that satisfies the requirement guess-language-spirit~=0.5.2 (from coala-bears) (from versions: none)
ERROR: No matching distribution found for guess-language-spirit~=0.5.2 (from coala-bears)"
My environment details:
Python 3.7.3
pip 19.2.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
Command to install "pip3 install coala-bears".
FYI: wWhen looking at the source on PyPi for coala-bears, I noticed in the "bears-requirements.txt" file "guess-language-spirit~=0.5.2" does not look correct. I believe it should be:
"guess_language-spirit"
-> Reference: https://pypi.org/project/guess_language-spirit/
Hi, I am having issues installing coala-bears on my Ubuntu 16.04 LTS host. Essentially complaining about one specific dependency namely: "ERROR: Could not find a version that satisfies the requirement guess-language-spirit~=0.5.2 (from coala-bears) (from versions: none) ERROR: No matching distribution found for guess-language-spirit~=0.5.2 (from coala-bears)" My environment details: Python 3.7.3 pip 19.2.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7) Command to install "pip3 install coala-bears". FYI: wWhen looking at the source on PyPi for coala-bears, I noticed in the "bears-requirements.txt" file "guess-language-spirit~=0.5.2" does not look correct. I believe it should be: "guess_language-spirit" -> Reference: https://pypi.org/project/guess_language-spirit/