运行 setup.py 安装 sasl ... 错误
Running setup.py install for sasl ... error
当我尝试在 Windows10 中的 python3.6 上安装 sasl 时,出现错误。
我尝试了以下最佳答案:Unable to install sasl-0.1.3 python package on windows machine
由于python的版本或操作系统的环境问题,work.Maybe还是不行。不管怎样,请帮我在 python3.x 中安装 sasl。在 Windows 中也将是完美的。
我终于解决了这个问题,我真的很笨!!!
我的Python版本是32位的,hhhhhaaa....
我改成64位版本后,就可以了。
sasl虽然不好安装,幸好有那么多文章介绍。
当我尝试在 Windows10 中的 python3.6 上安装 sasl 时,出现错误。
我尝试了以下最佳答案:Unable to install sasl-0.1.3 python package on windows machine
由于python的版本或操作系统的环境问题,work.Maybe还是不行。不管怎样,请帮我在 python3.x 中安装 sasl。在 Windows 中也将是完美的。
我终于解决了这个问题,我真的很笨!!! 我的Python版本是32位的,hhhhhaaa.... 我改成64位版本后,就可以了。 sasl虽然不好安装,幸好有那么多文章介绍。