dxing97 / subs2cia

Condensed Immersive Audiovisual media generator from subtitles for language learning
MIT License
89 stars 10 forks source link

python_requires >= 3.7 doesn't match README #15

Closed cyphar closed 3 years ago

cyphar commented 3 years ago

The README says that you can use subs2cia with Python 3.6 or later, but setup.py requires Python 3.7 or later:

% pip3 install --user 'git+https://github.com/dxing97/subs2cia'
Collecting git+https://github.com/dxing97/subs2cia
  Cloning https://github.com/dxing97/subs2cia to /tmp/pip-req-build-co5rwxzw
  Running command git clone -q https://github.com/dxing97/subs2cia /tmp/pip-req-build-co5rwxzw
Requirement already satisfied: ffmpeg-python in /usr/lib/python3.6/site-packages (from subs2cia==0.3.2) (0.2.0)
Requirement already satisfied: pycountry in /usr/lib/python3.6/site-packages (from subs2cia==0.3.2) (19.8.18)
Requirement already satisfied: pysubs2 in /usr/lib/python3.6/site-packages (from subs2cia==0.3.2) (0.2.4)
Requirement already satisfied: tqdm in /usr/lib/python3.6/site-packages (from subs2cia==0.3.2) (4.45.0)
Requirement already satisfied: pandas in /usr/lib64/python3.6/site-packages (from subs2cia==0.3.2) (0.23.4)
ERROR: Package 'subs2cia' requires a different Python: 3.6.12 not in '>=3.7'
dxing97 commented 3 years ago

fixed