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

댓글