0

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!

sinoroc
  • 18,409
  • 2
  • 39
  • 70
Lumos
  • 570
  • 1
  • 11
  • 24
  • Where did you lunch the command ? @Doppie – TOTO Nov 20 '19 at 16:35
  • If I get you question right, in the directory with sdist ```C:\Users\someuser\folder_with_unarchived_package```. – Lumos Nov 20 '19 at 16:40
  • Why don't you directly install this using pip, e.g. ``python3 -m pip install mypy-extensions``? Are you aware of ``typing-extensions``? – MisterMiyagi Apr 06 '20 at 14:30

0 Answers0