我正在尝试安装tensorflow<2.0,>=1.15 pip软件包,在Docker构建过程中。我无法构建它,在pip安装过程中,我在我的终端中得到了这个错误:
> [12/12] RUN pip3 install --no-cache-dir -r requirements.txt:#16 0.488 ERROR: Could not find a version that satisfies the requirement tensorflow
我已经在Mac OS X 10.10上安装了:
我已经安装了Python 2.7.6,默认apple 2.7.9,python mac端口和Pypy。当我输入pip freeze时,已经安装了很多模块。但是,我可以在一个python上导入一些模块,而不是在另一个上,因为不是每个人都能找到所有模块。有没有人能解释一下,我怎样才能实现每个python版本都能找到每个已安装</e