-
Notifications
You must be signed in to change notification settings - Fork 93
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 thriftpy2 Error #165
Comments
which version of cython you use |
Python 2.7.13
|
Name: Cython |
I think you are using GCC4. Please upgrade GCC version. |
@WanXinTao @ethe @aisk I have the same problem with you, same python version, the cython version is 0.29.23。Did you solve this problem? |
@xxd819240366 upgrade GCC to higher version should resolve this issue. |
@aisk OK, thanks. I'll try it. |
I think it's because cython version. |
Cool @chenyanlann , I think we should add a |
thanks for reply |
I meet the same problem with python2.7.18, cython 3.0.10, GCC 8.3.0 |
您好,感谢您给我来信,您的邮件我已收到。Thanks
|
Please paste you error log. If it's not exactly same as the issue shows, please open a new issue. |
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-yTiVHp/thriftpy2/setup.py'"'"'; file='"'"'/tmp/pip-install-yTiVHp/thriftpy2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-_HKYAq
cwd: /tmp/pip-install-yTiVHp/thriftpy2/
Complete output (39 lines):
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
How to solve this problem?
The text was updated successfully, but these errors were encountered: