검색결과 리스트
글
python pytables error
카테고리 없음
2015. 2. 6. 20:16
1. easy_install tables 설치
2. 설치시
- Python >= 2.6 including Python 3.x
- HDF5 >= 1.8.4 (>=1.8.7 is strongly recommended),
- NumPy >= 1.4.1,
- Numexpr >= 2.0 and
- Cython >= 0.13
- argparse (only Python 2.6, it is used by the pt2to3 utility)
위 모듈 버전 관련 에러가 날수 있음
그러면 오류나는 버전을 재 install 하면 됨
예) Numexpr 이 버전 에러가 나는 경우 pip install Numexpr 로 재설치