-
Notifications
You must be signed in to change notification settings - Fork 42
Update troubleshooting.md to address pydantic 2 change in 0.6.0 #633
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
Conversation
Are PRs opening as draft by default now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @psobolewskiPhD. Let's work on getting this in before the next alpha.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth adding an example of how to do that like napari==0.5.6 pydantic<2
? Hard because there are so many ways to install, but as a beginner this language was hard to figure out
Ugh, it's hard without knowing how they installed. I tried with Edit: and for a gui plugin manager installer, this is all 🤯 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left a minor typo fix and a minor (optional) suggestion to update wording.
Co-authored-by: Juan Nunez-Iglesias <jni@fastmail.com>
References and relevant issues
Closes #567
Description
This PR explains the possible effect of 0.6.0 dropping support for pydantic 1 and provides info on what the user should do (contact the devs, switch to 0.5.6 and specify pydantic<2)