-
Notifications
You must be signed in to change notification settings - Fork 676
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
Runtime Parse Error When Using Semantic Kernel In Python Project #8022
Comments
Thanks for reaching out. Is your code in a public repo or could you provide code samples that help us repro this issue? Thanks! |
Please refer to: |
Thanks! I don’t see your environment included in the repo, and I wasn’t able to repro the issue. Based on the error message, it seems like a compatibility issue with the |
I have updated and tidied the project, creating an environment. Note the inconsistency between semantic-kernel (with a hyphan) and semantic_kernel (with an underscore). I am able to create a Python project with semantic_kernel in VS Code without issue. |
This issue was closed because it has been stalled for 30 days with no activity. If the issue still persists, please reopen with the information requested. Thanks. |
This issue has been moved from a ticket on Developer Community.
[severity:I'm unable to use this version]
I am trying to use Semantic Kernel in a Visual Studio 2022 Python project but I get the following runtime exception:
(7, [('expected', 'letter or digit', None)]) at the line import semantic_kernel.
Steps to reproduce the error:
Application stops with the exception:
(7, [('expected', 'letter or digit', None)])
I am using Python verion 3.9 (64-bit) and semantic-kernel (0.9.6b1)
Further details in Output:
Stack trace:
Original Comments
Feedback Bot on 10/8/2024, 10:46 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
The text was updated successfully, but these errors were encountered: