Open budlight opened 10 years ago
+1 It appears impossible to install human_curl with pip3
$ pip3 install human_curl
Collecting human-curl
Downloading human_curl-0.1.9.tar.gz (40kB)
100% |████████████████████████████████| 40kB 33kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/private/var/folders/32/xwqqzsys6jz_l6bcw077b7hh0000gn/T/pip-build-npwr4wuc/human-curl/setup.py", line 27
except Exception, e:
^
SyntaxError: invalid syntax
Bump up. I've just been bitten by the same thing.
Is this project active? It looks great with its 'requests' compatibility, an easy way to use curl capabilities without changing habits (too much). I tried to make it run under 3.6 but looks like that's too complex for my limited knowledge of Python.
Bump up.
Is this project active?
Latest commit 1bdda95 on Mar 6, 2016
Sounds like we got no choice.
It appears curl2 also needs python 3 support