\FileNotFoundError: [Errno 2] No such file or directory: ...dist-info\\METADATA

pip install h5py

When executing the above command, an error occurred:
FileNotFoundError: [Errno 2] No such file or directory:'c:\programfiles\anaconda3\envs\py37\lib\site-packages\h5py-2.10.0.dist-info\METADATA'

Delete the h5py-2.10.0.dist-info folder under this path

Guess you like

Origin blog.csdn.net/Shadownow/article/details/109736841