aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.42k stars 2.44k forks source link

imageio not compatible with Python2.7 #723

Open ariccspstk opened 4 years ago

ariccspstk commented 4 years ago

Using cached imgaug-0.4.0-py2.py3-none-any.whl (948 kB) Collecting imageio Using cached imageio-2.9.0.tar.gz (3.3 MB) ERROR: Package 'imageio' requires a different Python: 2.7.17 not in '>=3.5'

Running pip install imgaug or pip install imgaug==0.2.9 on python2 will cause this error to appear.

jspaezp commented 4 years ago

Since python2 has reached end of life date, I don't feel like the package or its dependencies will/should support python2 again.

https://www.python.org/dev/peps/pep-0373/ https://www.python.org/doc/sunset-python-2/

@aleju might have a more definitive answer.