shenweichen / DeepCTR

Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
https://deepctr-doc.readthedocs.io/en/latest/index.html
Apache License 2.0
7.44k stars 2.19k forks source link

py3.11 to install error for h5py==3.7.0 which not support for py3.11 #534

Open guoyonggang178 opened 9 months ago

guoyonggang178 commented 9 months ago

Please refer to the FAQ in doc and search for the related issues before you ask the question.

Describe the question(问题描述) py3.11 to install error for h5py==3.7.0 which not support for py3.11

Additional context p3.11 can support the h5py version is 3.9.0 but this setup.py define h5py==3.7.0 please update the define for h5py version

Operating environment(运行环境):

chunshengding commented 4 months ago

遇到同样问题,不知道如何解决