-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Encountered in Python Sample: "None" and Other Types Not Iterable #2702
Comments
This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label. |
Any help? |
Which Python version are you using? Please make sure you are using Python 3.12 or later. |
I'm using Python 3.11.2, while require version of python on README.md is "Python 3.7", but I will upgrade then give it a try. |
It actually works with Python 3.7 as well, so it is not the Python version. The errors look like linter errors, not from running the script itself. Please post the full output when you run |
Description:
I encountered several errors while following the latest Python sample from the README.md. The specific error messages are as follows:
The error occurs in the following method:
Steps to Reproduce:
Follow the instructions in the README.md.
cognitive-services-speech-sdk/samples/batch/python/python-client/main.py
Line 173 in a1b5f8c
Additional Information:
Please let me know if there are any updates or fixes for this issue. Thank you!
The text was updated successfully, but these errors were encountered: