安装失败
h5py
Loading library to get version: hdf5.dll
error: Could not find module 'hdf5.dll' (or one of its dependencies). Try using the full path with constructor syntax.
error: Could not find module ‘hdf5.dll’ (or one of its dependencies)
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [72 lines of output]
1.pip install versioned-hdf5
2.win11系统C:\Windows\System32文件夹下缺少wpcap.dll依赖,参考win11 python调用dll问题
grpc
numpy
m = lambda self, *args, **kw: func(self, *args, **kw)
TypeError: CCompiler_spawn() got an unexpected keyword argument 'env'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
pyyaml
安装时报错: AttributeError: cython_sources
pip install “cython<3.0.0” wheel && pip install pyyaml==5.4.1 --no-build-isolation
- 成功