ubuntu18.04安装pandas时出问题:distributied 1.21.8 requires msgpack
然后用以下方法解决:
First Run this command
conda install -c anaconda msgpack-python
Second Run this command
pip install msgpack
最后还是要用
conda install pandas
ubuntu18.04安装pandas时出问题:distributied 1.21.8 requires msgpack
然后用以下方法解决:
First Run this command
conda install -c anaconda msgpack-python
Second Run this command
pip install msgpack
最后还是要用
conda install pandas