How to pip install old version of library(tensorflow)?

后端 未结 6 1090
面向向阳花
面向向阳花 2021-02-01 04:34

I\'m trying to install tensorflow r0.11. I tried

pip install tensorflow==r0.11
pip install tensorflow<0.12

But I get this error



        
6条回答
  •  后悔当初
    2021-02-01 05:01

    This works for me on Mac OS 10.13.1.

    pip install --user install tensorflow==1.3.0. 
    

提交回复
热议问题