1. 程式人生 > >module 'h5py' has no attribute 'File' 解決辦法

module 'h5py' has no attribute 'File' 解決辦法

之前執行一直沒有出現過的問題,現在換了環境總是出現

AttributeError: module 'h5py' has no attribute 'File'

解決辦法:

AttributeError: module 'h5py' has no attribute 'File'

這個問題通常是由於h5py這個庫的不規範造成。

比如說,我是混著使用pip和conda,可能這就是使得出現這個問題的原因

我的解決辦法是

        pip uninstall h5py

        conda install h5py

這個問題就解決了。

這個解決辦法同樣適用scipy庫呼叫的問題。