SSD-keras-v3.0:安装依赖环境报错汇总及解决

安装requirements.txt内的模块报错:

1、ERROR: Could not find a version that satisfies the requirement         tensorflow_gpu==1.13.2

2、error: legacy-install-failure

        × Encountered error while trying to install package.
        ╰─> scipy

        note: This is an issue with the package mentioned above, not pip.
        hint: See above for output from the failure.

3、error: subprocess-exited-with-error

 对于以上等问题的报错都是因为python的版本太高引起的,把python的版本降低至python=3.7就可以成功安装环境依赖包。

这里用到的模型代码地址是:GitHub - bubbliiiing/ssd-keras

你可能感兴趣的:(tensorflow,深度学习,人工智能)