wyc990122 opened a new issue, #22998:
URL: https://github.com/apache/superset/issues/22998

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. Switch to the 1.3.0 tag of the superset code
   2. Open the CONTRIBUTING.md file,and the 426 line says: "Ensure that you are 
using Python version 3.7 or 3.8, then proceed with"(Does it means that 1.3.0 
superset works with Python 3.7 or 3.8?)
   3. 
![捕获](https://user-images.githubusercontent.com/65800480/216930699-10ba6453-27d5-4483-9871-7e56172155ba.PNG)
   4. run pip install -r requirements/development.txt command in the fresh 
Python 3.7 environment(created by virtualenv in Pycharm)
   5. Then the error occurs: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.exe' failed with exit code 2
   ```
   6. Edit the file requirements/development.txt,change sasl==0.2.1 to 
sasl==0.3.1,then pip install again and the error is fixed.
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version:
   - superset version: `1.3.0`
   - python version: `3.7`
   - node.js version: unknown
   - any feature flags active:
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [✔] I have checked the superset logs for python stacktraces and included 
it here as text if there are any.
   - [❌] I have reproduced the issue with at least the latest released version 
of superset.
   - [✔] I have checked the issue tracker for the same issue and I haven't 
found one similar.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to