Pip install failing
Open
- Dominant language
- Python
- Stars
- 634
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to install petl (!pip install petl) and getting this error:
Carnets-sci.app/Library/lib/python3.9/zipfile.py", line 361, in __init__
raise ValueError('ZIP does not support timestamps before 1980')
ValueError: ZIP does not support timestamps before 1980
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing `pip install petl` in Carnets-sci.app and inspect the traceback at `Library/lib/python3.9/zipfile.py`, line 361. Determine why the package installation encounters a pre-1980 timestamp; done means the installation completes without this ValueError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100