Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip install error #16

Open
JCripps opened this issue Feb 14, 2016 · 4 comments · May be fixed by #21
Open

Pip install error #16

JCripps opened this issue Feb 14, 2016 · 4 comments · May be fixed by #21

Comments

@JCripps
Copy link

JCripps commented Feb 14, 2016

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
Copy link
Owner

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

@JCripps
Copy link
Author

JCripps commented Feb 15, 2016

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
Copy link

Any news about this issue?

@raphaelsoul
Copy link

py3.7 occurs the same error when installing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@habnabit @raphaelsoul @JCripps @misterfrederx and others