double error on windows
- Dominant language
- Python
- Stars
- 9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
hi there, i'm trying to get trape working but I have 2 errors:
**the first one when doing pip install -r requirements.txt :**
Collecting urllib2 (from -r requirements.txt (line 15))
Could not find a version that satisfies the requirement urllib2 (from -r requirements.txt (line 15)) (from versions: )
No matching distribution found for urllib2 (from -r requirements.txt (line 15))
**the second one when I run the py file:**
python trape.py -h
Traceback (most recent call last):
File "trape.py", line 23, in
from core.utils import utils #
File "C:\Users\Desktop\trape\core\utils.py", line 23, in
import httplib
ImportError: No module named 'httplib'
any help please?
thx
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with requirements.txt at line 15 and core/utils.py at the httplib import, then reproduce both commands on Windows. Done means the dependencies install successfully and `python trape.py -h` starts without these import errors.
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
- 35/100