Abhisheksoni1 / BitmexBot

MIT License
80 stars 37 forks source link

websockets issue effecting the project #10

Open noobsworld opened 6 years ago

noobsworld commented 6 years ago

https://github.com/BitMEX/sample-market-maker/issues/148 this is is effecting this project as well, anyone by any chance may have solved it ??

LF76 commented 6 years ago

I could make it work by running the command below:

pip install bitmex-ws

And then running the main.py. All seems to work in Ubuntu 14, at least.

I don't know what has changed in that pack. Maybe you could try to add this new bitmex-ws files to the script, and see what is new there.