habnabit / txsocksx

SOCKS{4,4a,5} endpoints for twisted
ISC License
59 stars 37 forks source link

Pip install error #16

Open JCripps opened 8 years ago

JCripps commented 8 years ago

I've been trying to install this package through pip, but I keep getting the error "error in txsocksx setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; 'int' object is not iterable" Am I doing something wrong? Is there anyway I can get around this error?

habnabit commented 8 years ago

Can you gist or post inline your whole console session, showing the command you're running and its full output?

JCripps commented 8 years ago

I've tried to install the package a couple of ways. I tried to install it in the PyCharm IDE first, and then used the following command in my CMD C:\Users\joe\AppData\Local\Programs\Python\Python35-32\Scripts>pip install txsocksx

In both cases, I get this error: Collecting txsocksx Using cached txsocksx-1.15.0.2.tar.gz Complete output from command python setup.py egg_info: zip_safe flag not set; analyzing archive contents... Installed c:\users\joe\appdata\local\temp\pip-build-e59zor6d\txsocksx.eggs\vcversioner-2.14.0.0-py3.5.egg error in txsocksx setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; 'int' object is not iterable


Command "python setup.py egg_info" failed with error code 1 in C:\Users\joe\AppData\Local\Temp\pip-build-e59zor6d\txsocksx

misterfrederx commented 5 years ago

Any news about this issue?

raphaelsoul commented 5 years ago

py3.7 occurs the same error when installing