How to install websocket-client python through windows 10?

0

I'm trying to install ws client through windows and I'm not getting it, I did this in cmd >python -m pip install websocket-client and got the following result:

  

Requirement already satisfied: websocket-client in   c: \ python27 \ lib \ site-packages

     

Requirement already satisfied: six in   c: \ python27 \ lib \ site-packages (from websocket-client)

But when I go in% w /% of import error:

  

from websocket import create_connection ImportError: can not import   name create_connection

Could you help me?

    
asked by anonymous 11.04.2018 / 21:40

0 answers