-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
poetry add pydantic
raises [AssertionError]
#680
Comments
Python version? |
If this is really all you get in terms of error message, I think you should report or to poetry - at least for the lack of further information. |
I’ve been using pydantic with poetry exclusively without an issue, but haven’t run @sjquant try running |
Did not reproduce this issue on Python 3.7.3 & Windows 7 & poetry 0.12.17 |
It worked suddenly. Sorry for inconvinience. I'll close this issue. |
I am getting same error with
From the trace it looks like a poetry issue
|
Bug
For bugs/questions:
import sys; print(sys.version)
: ?I use poetry for my dependency managing tool, but when i use
poetry add pydantic
it raises AssertionError as follows. Any other packages work fine. Unfortunately, I don't know why... Is there any solution for this issue?The text was updated successfully, but these errors were encountered: