You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Installing on windows with
pip install gcld3 finally requires protobuf.lib file.
LINK : fatal error LNK1181: cannot open input file 'protobuf.lib'
But there is no protobuf.lib and no info on it on the internet.
It looks like we need libprotobuf.lib file. Copying libprotobuf.lib to protobuf.lib (and setting environment variables to it) solved the issue.
The text was updated successfully, but these errors were encountered:
Installing on windows with
pip install gcld3 finally requires
protobuf.lib
file.But there is no
protobuf.lib
and no info on it on the internet.It looks like we need
libprotobuf.lib
file. Copyinglibprotobuf.lib
toprotobuf.lib
(and setting environment variables to it) solved the issue.The text was updated successfully, but these errors were encountered: