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

error while installing pyportify #112

Open
abby0212 opened this issue Sep 17, 2017 · 3 comments
Open

error while installing pyportify #112

abby0212 opened this issue Sep 17, 2017 · 3 comments

Comments

@abby0212
Copy link

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/
`

@rckclmbr
Copy link
Owner

rckclmbr commented Sep 17, 2017 via email

@abby0212
Copy link
Author

i hve also install python 3.5 but don't know how to install pyportify on python3.5

@rckclmbr
Copy link
Owner

Try

pip uninstall pyportify
pip3 install pyportify

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

No branches or pull requests

2 participants