Pip install error
- Dominant language
- Python
- Stars
- 434
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
Collecting unirest
Using cached Unirest-1.1.7.tar.gz
Collecting poster>=0.8.1 (from unirest)
Using cached poster-0.8.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/pz/1xjq35vn19sfkfhtdjljm_5r0000gn/T/pip-build-44zlbnol/poster/setup.py", line 2, in
import poster
File "/private/var/folders/pz/1xjq35vn19sfkfhtdjljm_5r0000gn/T/pip-build-44zlbnol/poster/poster/__init__.py", line 29, in
import poster.streaminghttp
File "/private/var/folders/pz/1xjq35vn19sfkfhtdjljm_5r0000gn/T/pip-build-44zlbnol/poster/poster/streaminghttp.py", line 61
print "send:", repr(value)
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/pz/1xjq35vn19sfkfhtdjljm_5r0000gn/T/pip-build-44zlbnol/poster/
I've tried installing from source, what gives?
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with `pip install unirest`, then inspect the dependency paths shown in the traceback, especially `poster/setup.py` and `poster/streaminghttp.py`. Confirm which Python versions this project intends to support before changing anything; done should mean the supported installation path no longer fails. The issue has no recent response, so check project history for current compatibility guidance first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100