b-it-bots / mas_domestic_robotics

Robot-independent ROS packages for domestic applications
GNU General Public License v3.0
28 stars 45 forks source link

incompatible protobuf versions for mediapipe and rasa #270

Open sthoduka opened 1 year ago

sthoduka commented 1 year ago

The latest version of rasa requires protobuf >=4.23.3 (see here) The latest version of mediapipe requires protobuf < 4 (see here)

For now we've downgraded rasa to 3.6.1 which has protobuf requirement of >=3.9.2

@MannavaVivek @NadaAweaa