Hacker News new | ask | show | jobs
by bharatkalluri 3437 days ago
Hello!

You need to have python 3 for the library to work.

You can Check your python version by typing

python --version

It seems You have 2.7,I really recommend you move to 3.6,it's much more Stable and fast!

1 comments

Well, i do have Python 3. But the fact is that if this package only works with python 3, you should specify such in the pip package info file. Otherwise, I’ll just pip install and try to run it with Python27 because pip for 2.7 installed it with no problems. Cheers