-
Notifications
You must be signed in to change notification settings - Fork 58
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
error while installing pyportify #112
Comments
You are using python 2.7. Try python 3.5
…On Sep 17, 2017 2:17 AM, "abby0212" ***@***.***> wrote:
i am getting this error how to slove it
***@***.***:~/Downloads/WhatsApp-GD-Extractor-master# pip install
pyportify Requirement already satisfied: pyportify in
/usr/local/lib/python2.7/dist-packages/pyportify-0.3.15-py2.7.egg
Collecting aiohttp==2.1.0 (from pyportify)
Using cached aiohttp-2.1.0.tar.gz
Complete output from command python setup.py egg_info:
aiohttp/_http_parser.pyx: cannot find cimported module '.'
Compiling aiohttp/_websocket.pyx because it depends on
/usr/local/lib/python2.7/dist-packages/Cython/Includes/
cpython/weakref.pxd.
Compiling aiohttp/_http_parser.pyx because it depends on
/usr/local/lib/python2.7/dist-packages/Cython/Includes/
cpython/weakref.pxd.
[1/2] Cythonizing aiohttp/_http_parser.pyx
[2/2] Cythonizing aiohttp/_websocket.pyx
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-iwmMMe/aiohttp/setup.py", line 64, in
raise RuntimeError("aiohttp requires Python 3.4.2+")
RuntimeError: aiohttp requires Python 3.4.2+
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-build-iwmMMe/aiohttp/
`
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#112>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFzYxInqq1cBIL-EJX0a0UoSbqbzUnFks5sjOOYgaJpZM4PaFuv>
.
|
i hve also install python 3.5 but don't know how to install pyportify on python3.5 |
Try pip uninstall pyportify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i am getting this error how to slove it
`root@abby:~/Downloads/WhatsApp-GD-Extractor-master# pip install pyportify Requirement already satisfied: pyportify in /usr/local/lib/python2.7/dist-packages/pyportify-0.3.15-py2.7.egg
Collecting aiohttp==2.1.0 (from pyportify)
Using cached aiohttp-2.1.0.tar.gz
Complete output from command python setup.py egg_info:
aiohttp/_http_parser.pyx: cannot find cimported module '.'
Compiling aiohttp/_websocket.pyx because it depends on /usr/local/lib/python2.7/dist-packages/Cython/Includes/cpython/weakref.pxd.
Compiling aiohttp/_http_parser.pyx because it depends on /usr/local/lib/python2.7/dist-packages/Cython/Includes/cpython/weakref.pxd.
[1/2] Cythonizing aiohttp/_http_parser.pyx
[2/2] Cythonizing aiohttp/_websocket.pyx
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-iwmMMe/aiohttp/setup.py", line 64, in
raise RuntimeError("aiohttp requires Python 3.4.2+")
RuntimeError: aiohttp requires Python 3.4.2+
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-iwmMMe/aiohttp/
`
The text was updated successfully, but these errors were encountered: