Skip to content

Ubuntu: you must compile protobuf-2.4+ from source, cannot use .deb #1

@lthown

Description

@lthown

If not you get errors such as
AttributeError: 'FileDescriptor' object has no attribute 'message_types_by_name'

wget https://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz
tar -xzvf protobuf-2.4.1.tar.gz
cd protobuf-2.4.1
./configure;make;make install
cd python
python setup.py install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions