Notice
                              
                          
                        
                          
                          
                            Recent Posts
                            
                        
                          
                          
                            Recent Comments
                            
                        
                          
                          
                            Link
                            
                        
                    | 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
                            Tags
                            
                        
                          
                          - HFS+
 - jupyter
 - SSH
 - Matplotlib
 - HDF5
 - intel compiler
 - portforwarding
 - Visual Studio
 - openmp
 - arXiver
 - conda
 - Anaconda
 - virtual
 - cython
 - datascience
 - hyperref
 - LaTeX
 - cygwin
 - Windows
 - MAC
 - python
 - GSL
 - mpi4py
 - vim
 - polyglot
 - vi
 - c++
 - h5py
 - tab space
 - gfortran
 
                            Archives
                            
                        
                          
                          - Today
 
- Total
 
목록h5py (1)
Astro Coke
      
      
        [Python&Windows] HDF5 library version mismatched error
        
  
  
        
    
            
            
            
            
            
            
              
            
          시스템에 여러 버전의 HDF5 가 설치되어 있는 경우, python 에서 h5py를 사용할때 맨 아래와 같은 에러가 발생하는 경우가 있다. 이때, HDF5 가 다중 설치되어 있는 것이 anaconda 같은 환경내에서라면 이 라이브러리를 지우고 다시 설치하면 문제가 해결될 것이다. e.g.) > conda uninstall hdf5 > conda install hdf5 > conda install h5py 하지만, 이 문제가 anaconda 환경 밖에 설치된 hdf5와 충돌이 일어나는 것이라면, 문제의 포인트가 다르다. 핵심 요인은 PATH환경변수의 우선순위!!! h5py는 anaconda 내의 hdf5 라이브러리와 연동이 되어야 하기때문에, python 사용시 anaconda의 path 가 다른 hdf5..
        Computer Setup
        
        2019. 4. 12. 22:55