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
When trying to install a package in Pyodide that has pydantic-core as a dependency, I get the error:
Can't find a pure Python 3 wheel for 'pydantic-core==2.23.4.
See: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package You can use
"await micropip.install(..., keep_going=True)' to get a list of all packages with missing wheels.
I see that there have been WASM builds in the past, but that it is not updated for the latest Pydiode version. I will submit a fix for this.