본문 바로가기
컴퓨터쟁이/Python

distributed 1.21.8 requires msgpack, which is not installed - error 해결

by 빙글빙글이 2018. 6. 19.
728x90
반응형

distributed 1.21.8 requires msgpack, which is not installed.


에러가 뜰 경우


아래 명령어를 차례대로 입력해 보세요


pip uninstall -y distributed
pip install --only-binary :all: distributed
hash -r && which dask-mpi
cat $(which dask-mpi)


https://github.com/dask/distributed/issues/1913 참고 

728x90
반응형