赞
踩
由于我安装了anaconda,所以conda下载的包和pip下载的包可能导致冲突,使用conda list查看包,我这里为了干净,将conda可能重复的全部卸载了
conda uninstall sasl
conda uninstall thrift_sasl
conda uninstall thrift
conda uninstall pyhive
由于我是在windows环境下的conda环境,不能直接pip install sasl,就算安装上也不能使用,先到这里【https://www.lfd.uci.edu/~gohlke/pythonlibs/】下载win对应sasl的.whl安装文件到本地
下载我python3.8对应的版本:
就保存到本地桌面吧:
cd到桌面目录安装:
pip install wheel
pip install sasl-0.3
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。