pip installation error “No such file or directory: setup.py”

后端 未结 5 1377
耶瑟儿~
耶瑟儿~ 2021-02-05 01:49

I\'m getting installation error because pip couldn\'t find setup.py.

sudo pip install https://storage.googleapis.com/ten         


        
5条回答
  •  北荒
    北荒 (楼主)
    2021-02-05 02:26

    Try upgrade protobuf with pip install:

    sudo pip install --upgrade protobuf 
    sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/protobuf-3.0.0b2.post2-cp27-none-any.whl
    

    worked for me. The documentation has provided many solutions for various installation problems.

提交回复
热议问题