简体   繁体   中英

How to solve problem with h5py installing keras?

I'm trying to install keras but have the problem with h5py "Couldn't builds wheels for h5py which use PEP 517..." Is there any solution? I've checked many topics but haven't found anything yet.

Python 3.6
pip 20.3.3
Windows 32-bit

在此处输入图像描述

I solve this issue, installing versioned-hdf5 .

pip install versioned-hdf5

Then install,

 pip install h5py

It may solve your problem.

Also, You are trying to 32bit version. If you Switch to 64bit it will be solved.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM