Arg0s1080 / mrz

Machine Readable Zone generator and checker for official travel documents sizes 1, 2, 3, MRVA and MRVB (Passports, Visas, national id cards and other travel documents)
GNU General Public License v3.0
328 stars 122 forks source link

Installation error: pip install mrz #33

Closed quintendewilde closed 3 years ago

quintendewilde commented 3 years ago

Hi,

I can't seem to get the installation to work on MacOs Catalina

This is the error message:

pip install mrz
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting mrz
  Using cached https://files.pythonhosted.org/packages/85/8b/8568edf6c8725675504dcca8e4eac15ea8edb4c397f1e6d1e01d759955e9/mrz-0.6.2.tar.gz
    Complete output from command python setup.py egg_info:
    MRZ does not work on Python version < 3.4
    Your version is: 2.7.16

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-BuVQ9w/mrz/
Arg0s1080 commented 3 years ago

Hi!

Sorry, but you made me laugh a little.

Have you read the error???

    MRZ does not work on Python version < 3.4
    Your version is: 2.7.16

MRZ has always used Python 3. I think remember that the use of version >= 3.4 is due to the use of the IntEnum class

BR