FC-Li / CloudSimPy

CloudSimPy: Datacenter job scheduling simulation framework
MIT License
222 stars 76 forks source link

Setting up the python environment problem #14

Open Riman-M opened 8 months ago

Riman-M commented 8 months ago

I have created a virtual environment with python 3.6. While installing Tensorflow 1.12.0 its showing an error

protobuf requires Python '>=3.7' but the running Python is 3.6.0

What should I do? I am using windows system with VS code.