Closed phikui closed 7 years ago
What packages do you have installed? steam
and dota2
? Do you have csgo
one?
You probably installed the binary package protobuf package on your linux server. Let me know what the setup is so I can try and replicate this.
In the mean time, you can try:
pip uninstall protobuf
pip install --no-binary protobuff protobuf
I have steam
and dota2
not csgo
. I tried reinstalling protobuf, like you suggested, it did not help.
I was able to resolve the issue by force installing protobuf version 3.1.0. So the issue seems to arise with version 3.2.0. I was able to replicate that on a different computer as well.
I can confirm the issue on linux. This is due to the protobuf binary wheel. The current work around is to install the pure python implementation.
pip uninstall protobuf
pip install --no-binary protobuff protobuf
Issue should be fixed now. You should be able to use protobuf bin wheels
On my Linux Server I get the following error when trying to create an instance
On my laptop however it works fine.