uzh-rpg / flightmare

An Open Flexible Quadrotor Simulator
https://uzh-rpg.github.io/flightmare/
Other
973 stars 340 forks source link

protobuf requires Python '>=3.7' but the running Python is 3.6.9 #197

Open rishabhdevyadav opened 9 months ago

rishabhdevyadav commented 9 months ago

I am installing the flightmare via docker; Ubuntu 18; Python 3.6.9; pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6). As per instruction pip install tensorflow-gpu==1.14 ; I am getting a error protobuf requires Python '>=3.7' but the running Python is 3.6.9. Any solution to this ? I followed the instructions from other sites to run pip3 install protobuf==3.6.1. However I cannot see the result of pip freeze | grep tensorflow.

AnshShah3009 commented 6 months ago

Did you find a solution to this @rishabhdevyadav