Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install SASL with Python 3.8?

I am trying to install sasl3-0.2.11 python package on a windows 10 machine (64 bit). It is failing with a C1083 fatal error.

Due to some proxies and me not being able to avoid them, I am installing it by downloading the tar.gz from pypi, logging into the uncompressed folder and doing python setup.py install.

This solution worked for all modules but sasl.

I have then read this useful comment but the .whl from Cyrus Sasl did not work too. They suppot until 3.7 python, not 3.8.

I am really wondering how can I bypass this issue or could I avoid sasl for being able to use Pyhive.

Thanks in advance.

Nourou

like image 781
nourou Avatar asked Nov 07 '22 05:11

nourou


1 Answers

Finally, I just uninstalled Python 3.8 and install the 3.7. Then, I was able to install Sasl via the wheel file here

like image 167
nourou Avatar answered Dec 10 '22 22:12

nourou