Kohulan / DECIMER-Image-Segmentation

Chemical structure detection and segmentation tool for Journal articles.
https://decimer.ai
MIT License
81 stars 30 forks source link

Need to downgrade protobuf following the installation #53

Closed Iagea closed 2 years ago

Iagea commented 2 years ago

Hi,

after following the installation steps with conda, when running DECIMER Segmentation there is an error related to the protobuf version. It can be fixed by downgrading it to 3.19.0: pip install protobuf==3.19.0

Just a comment.

Best!

aarontj73 commented 2 years ago

Seconded, this took a lot of trial and error to figure out