mac python 3.9 에서 pytables 설치

 pytables 설치시 hdfs 설치와 관련된 오류 메시지와 함께 설치가 중지되었다.



https://github.com/freqtrade/freqtrade/issues/4162 에서 제시된 솔루션으로 설치 성공:


pip install cython

brew install hdf5

brew install c-blosc

export HDF5_DIR=/usr/local/

export BLOSC_DIR=/usr/local/

pip install tables

댓글

이 블로그의 인기 게시물

pandas.read_csv() 에서 왠만하면 컬럼타입을 지정하자

스프링 컨텍스트 설정파일과 URI 경로를 제대로 못찾는 삽질