Hacker News new | ask | show | jobs
by wslh 3591 days ago
The last time I tried gRPC with Python in Windows it didn't compile out of the box.
2 comments

With the 1.0.0 release, there are Windows binaries for all supported Python versions (2.7, 3.4, 3.5). Make sure you upgrade to the latest version of Pip before trying to pip install grpcio. (The binaries use some ABI tags that are only recognized by newer versions of pip)
Thanks! it works now.
It should work now. We have worked to get python3 work across platforms.