While installing mypy_extensions 0.4.3
i ran into
ValueError: ZIP does not support timestamps before 1980
First part of traceback before ValueError
raised:
creating 'dist\mypy_extensions-0.4.3-py3.7.egg' and adding 'build\bdist.win-amd64\egg' to it
Traceback (most recent call last):
File "setup.py", line 43, in <module>
'typing >= 3.5.3; python_version < "3.5"',
Source Distribution was downloaded from: https://pypi.org/project/mypy-extensions/#files
As was recommended in What is setup.py? answers I try to install package with:
python setup.py install
But firstly extract the archive into some folder and select directory cd C:\Users\someuser\folder_with_unarchived_package
python ver is 3.7.0
What i do wrong? Thank you in advance!