coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
294 stars 580 forks source link

Dependency [guess_language-spirit] incorrect in bear-requirements.txt on PyPi [0.11.1] #2941

Closed ryanleonbutler closed 5 years ago

ryanleonbutler commented 5 years ago

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/

ryanleonbutler commented 5 years ago

Works on Python v3.6, Python 3.7 is not supported.