-
Notifications
You must be signed in to change notification settings - Fork 605
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
KeyError from Typing while importing TestSuite #1277
Comments
Hi @brandoneh, 1. Reproducible example. Could you share the exact code you are running, is this:
? 2. Environment. What is your Python environment - e.g. Jupyter notebook, Colab? |
Hi, I'm running into this problem on Databricks, but am also seeing the issue using vscode, poetry and pyenv locally to replicate it. The commands I've run are as below:
Let me know if I need to provide or clarify anything else. Thanks |
I had the same problem in Databricks, and I think the problem is that the latest LTS runtimes 15.4 uses a release candidate of python 3.11.0rc1. I used a 14.3 LTS runtime instead and it seems to work. |
Any news on this issue? |
The same issue with Runtime Databricks 15.4. I have two potential solutions:
|
Hi, first time posting an issue so let me know if there's more info needed.
Evidently version: 0.4.36
Python version: 3.11.0
I'm trying to import TestSuite but keep running into the following issue:
I have tried installing this fresh and I'm still running into the same issue.
Would anyone be able to help solve this?
Thanks
The text was updated successfully, but these errors were encountered: