vigo / textmate2-python-fmt

Python FMT is a python linter/formatter/checker for TextMate.
MIT License
13 stars 5 forks source link

Problem with dependency black #2

Closed moonso closed 4 years ago

moonso commented 4 years ago

Hi I get the following error when trying to install:

$ pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement black==19.3b0 (from -r requirements.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for black==19.3b0 (from -r requirements.txt (line 1))

thx for help

moonso commented 4 years ago

Aha I was using python 3.5.2, seems like black requires >3.6...