-
Notifications
You must be signed in to change notification settings - Fork 195
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
Import Error: Cannot import name 'getitem_dataclass' #184
Comments
That looks like a version conflict. Could you upgrade the |
@holl- The following minimal example yields
gives the output
If we look at the relevant file in the phiml github repository, I indeed don't find a method |
I tried with some of the versions of the package (versions = "1.11.0, 1.10.2, 1.10.1, 1.10.0, 1.9.3, 1.9.2, 1.9.1, 1.9.0, 1.8.0, 1.7.5, 1.7.4, 1.7.3, 1.7.2, 1.7.1, 1.7.0.post1, 1.7.0, 1.6.0, 1.5.1, 1.5.0, 1.4.0, 1.3.1, 1.3.0, 1.2.1, 1.2.0, 1.1.0, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0.0"), but it is not available in any of them and the same error is coming. Could that be an import error and you actually wanted to use the following |
Okay, I'll look into it. In the meantime, this should work
|
Hey, thank you for that library and your work. When I try to run the examples, I get the following error:
The text was updated successfully, but these errors were encountered: