Unable to install sasl-0.1.3 python package on windows machine

前端 未结 3 1184
感情败类
感情败类 2020-12-05 11:19

I am trying to install sasl-0.1.3 python package on windows 7 (64 bit machine). It is fialing wiht C1083 fatal error.

Looks like saslwrapper.cpp is unable to include

3条回答
  •  隐瞒了意图╮
    2020-12-05 12:12

    The easier way I find to install sasl on windows 7 is to use the pre-compiled version from here : http://www.lfd.uci.edu/~gohlke/pythonlibs/

    There is a direct link to the sasl librairies here : http://www.lfd.uci.edu/~gohlke/pythonlibs/#sasl just pick the one you need.

    Then you install it using pip :

    pip install sasl-0.1.3-cp27-none-win_amd64.whl
    

    Hope it helps,

    Loïc

提交回复
热议问题