Vegeta2020 / SE-SSD

SE-SSD: Self-Ensembling Single-Stage Object Detector From Point Cloud, CVPR 2021.
Apache License 2.0
810 stars 128 forks source link

Protobuf problem during installation #38

Closed fate55 closed 2 years ago

fate55 commented 3 years ago

When I run python setup.py build develop I get the following output:

Installed /home/user/Dokumente/SSDs/SE-SSD Processing dependencies for det3d==1.0rc0+b68068d error: protobuf 3.6.1 is installed but protobuf>=3.8.0 is required by {'tensorboardX'}

I think protobuf was installed with ros. How can I solve this problem? I already tried to upgrade it:

with pip show protobuf I get

Name: protobuf
Version: 3.17.3
Summary: Protocol Buffers
Home-page: https://developers.google.com/protocol-buffers/
Author: None
Author-email: None
License: 3-Clause BSD License
Location: /home/fatih/.local/lib/python3.8/site-packages
Requires: six
Required-by: tensorboardX, det3d
Vegeta2020 commented 2 years ago

Hi, @fate55 You may try to install tensorboardX first.