问题:

Pycharm安装第三方包(keras)时报错:ERROR: Command errored out with exit status 1
下载很慢:
Pycharm安装第三方包(keras)时报错:ERROR: Command errored out with exit status 1

error: Unable to load dependency HDF5, make sure HDF5 is installed
properly

解决办法:

考虑是不是keras版本的问题,下载最新的keras依然不行:

Pycharm安装第三方包(keras)时报错:ERROR: Command errored out with exit status 1
考虑下降python版本:

Pycharm安装第三方包(keras)时报错:ERROR: Command errored out with exit status 1

地址:
https://www.python.org/downloads/windows/

Pycharm安装第三方包(keras)时报错:ERROR: Command errored out with exit status 1
这里主要不要勾选上图的ADD PATH,然后在Pycharm中切换成python3.7环境
Pycharm安装第三方包(keras)时报错:ERROR: Command errored out with exit status 1
Pycharm安装第三方包(keras)时报错:ERROR: Command errored out with exit status 1

成功。

相关文章:

  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2021-08-20
  • 2021-04-01
  • 2021-06-25
  • 2021-10-20
  • 2021-11-05
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-06-04
  • 2022-12-23
  • 2021-08-24
相关资源
相似解决方案