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

后端 未结 5 1378
耶瑟儿~
耶瑟儿~ 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:31

    from https://github.com/tensorflow/tensorflow/issues/56

    The command to type is "pip install --upgrade pip", and this should be added to the instructions right after where they tell the user to "source bin/activate"

提交回复
热议问题