N
N
Nikolay Baranenko2018-02-01 11:13:13
Python
Nikolay Baranenko, 2018-02-01 11:13:13

How to correctly resolve: fatal error C1083: Cannot open include file: 'sasl/sasl.h'?

Hello.
I'm trying to install the library sasl
install python sasl
during the installation process returns an error

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Isasl -Ic:\python37\include -Ic:\python37\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /EHsc /Tpsasl/saslwrapper.cpp /Fobuild\temp.win-amd64-3.7\Release\sasl/saslwrapper.obj
returned error

        c:\users\user1\appdata\local\temp\pip-build-cwta78p2\sasl\sasl\saslwrapper.h(22): fatal error
 C1083: Cannot open include file: 'sasl/sasl.h': No such file or directory

    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.ex
e' failed with exit status 2

I tried to run the command separately, the error returned:
c1xx: fatal error C1083: Cannot open source file: 'sasl/saslwrapper.cpp': No such file or directory

How to solve this problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
asd111, 2018-02-01
@drno-reg

Download https://www.lfd.uci.edu/~gohlke/pythonlibs/#sasl
Then do itpip install sasl-версия.whl

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question