使用docker image安装时报错,疑似由于Python版本为2.6.6过低
Created by: SilentShabby
开发者你好,我通过readme里面的docker image安装方式,在container的bash4.1环境里执行pip install paddle_fl,结果报错: bash-4.1# pip install paddlepaddle-gpu==1.8. DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6 Collecting paddlepaddle-gpu==1.8. Could not find a version that satisfies the requirement paddlepaddle-gpu==1.8. (from versions: ) No matching distribution found for paddlepaddle-gpu==1.8.
找了Paddle的同学说是因为Python版本过低只有2.6。由于这个Python2.6应该是你发布的image里面配置的,以及本身image里面也没有pip,我专门去找了Python2.6的pip安装。想请问是不是我的安装出了什么问题?