-
Notifications
You must be signed in to change notification settings - Fork 13
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
PavlovaParsingError: Field: consent missing on dt.iab_chair().name #126
Comments
Which version of the library are you using? The |
Thank you. I was using version 6.0. I determined that this was because my Python environment was running Python 3.8. I've now updated the environment to use Python 3.7. I am now using Now I get a different error: https://gist.github.com/sbenthall/5179ad535052685f849cb36af25d6e11 |
It looks like you're using Python 3.10, which I think makes changes to typing hints, so there might be refactoring needed to support that. I'll take a look. In the meantime, the library should work with 3.9. |
Aha. That does sound right. Thanks. I'll switch to 2.9 for now. |
Thanks; have added #128 -- will look at support for more recent Python versions. |
Running this code from the
examples/
directory in a local notebook in an environment withietfdata
installed usingpip install -U ietfdata
:I'm getting the following error/stack trace:
https://gist.github.com/sbenthall/688b3e9fb920e0f1f7ec212718a491a0
I wonder if there's been an API change, or if I've mistaken the configuration/installation somehow.
The text was updated successfully, but these errors were encountered: