You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Win11 running the example.py on Python 3.10.11. I installed vrp_cli, and other requirements as well successfully via PyPI. When running example.py, I am running into this error.
python examples/python-interop/example.py
import pragmatic_types as prg
File "c:\Users\________\examples\python-interop\pragmatic_types.py", line 146, in <module>
Problem.__pydantic_model__.update_forward_refs()
AttributeError: type object 'Problem' has no attribute '__pydantic_model__'. Did you mean: '__pydantic_config__'?
What could be the issue here?
The text was updated successfully, but these errors were encountered:
Sorry, cannot say much about it.
I have idea to replace this with pyo3 bindings and support extensions written in python natively, but this would require plenty of work. At the moment, I'm refactoring rust code to simplify extension from rust using vrp-core. This I hope to finish soon and make a new release.
I am on Win11 running the
example.py
on Python 3.10.11. I installed vrp_cli, and other requirements as well successfully via PyPI. When running example.py, I am running into this error.What could be the issue here?
The text was updated successfully, but these errors were encountered: