rckclmbr / pyportify

App to transfer your spotify playlists to Google Play Music
Apache License 2.0
779 stars 57 forks source link

error while installing pyportify #112

Open abby0212 opened 6 years ago

abby0212 commented 6 years ago

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 commented 6 years ago

You are using python 2.7. Try python 3.5

On Sep 17, 2017 2:17 AM, "abby0212" notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rckclmbr/pyportify/issues/112, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFzYxInqq1cBIL-EJX0a0UoSbqbzUnFks5sjOOYgaJpZM4PaFuv .

abby0212 commented 6 years ago

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

rckclmbr commented 6 years ago

Try

pip uninstall pyportify pip3 install pyportify