-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Can't install python package with c #218
Comments
For lxml you add
After that you should be able to |
Install the dependency (for cffi, which misaka depends on):
and finally install misaka with:
where |
@fornwall Still can't this is response message Installed /data/data/com.termux/files/usr/tmp/pip-build-p7kbv_ef/misaka/.eggs/cffi-1.5.2-py3.5-linux-aarch64.egg
Command "python setup.py egg_info" failed with error code 1 in /data/data/com.termux/files/usr/tmp/pip-build-p7kbv_ef/misaka/ |
@magician333 Ok, can you double-check that you have the right gcc version by running Can you also try to reinstall cffi:
and then try to install misaka again? |
@fornwall Thanks a lot, I already installed,I'll close this issue |
eee,@fornwall And another thing ,I install gevent for python also failed,How to do? |
Closed as part of #283. |
if i use pip install python package which include C (such as lxml , misaka ) , it will wrong. By the way ,I installed gcc and python-dev
The text was updated successfully, but these errors were encountered: