Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Installing on windows requires 'protobuf.lib' file that does not exist #91

@Babay88

Description

@Babay88

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions