Trying to install websocket 8.1 version but i couldnt install that spesific version.
pip install websockets
This is installing 8.0.2
Successfully installed websockets-8.0.2
Then Im writing
pip install websocket 8.1
then it says
Collecting websocket
Downloading https://files.pythonhosted.org/packages/f2/6d/a60d620ea575c885510c574909d2e3ed62129b121fa2df00ca1c81024c87/websocket-0.2.1.tar.gz (195kB)
100% |████████████████████████████████| 204kB 819kB/s
Collecting 8.1
Could not find a version that satisfies the requirement 8.1 (from versions: )
No matching distribution found for 8.1
Python and pip versions.
Python 3.6.0
pip 9.0.1
Any help apreciated...