m-bo-one / ethereumd-proxy

Proxy client-server for Ethereum node using bitcoin JSON-RPC interface.
MIT License
21 stars 7 forks source link

Installing on windows #7

Open orelkabets opened 6 years ago

orelkabets commented 6 years ago

hi there. i'm trying to install this library on windows and i get the following error: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\or\AppData\Local\Temp\pip-build-c7lugehd\uvloop\setup.py", line 10, in <module> raise RuntimeError('uvloop does not support Windows at the moment')

this library supports windows ? if so what am i doing wrong ?

m-bo-one commented 6 years ago

@orelkabets, I think this thing is gone from https://github.com/channelcat/sanic. Try to remove uvloop because it does not work on windows. Or remove actual sanic and reinstall it like here