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
pip install ada_url --no-binary ada_url will fail (on both Linux and Windows) because of the absence of ada.o
We would need to move the step that builds ada.o into the python -m build step. I looked into doing previously, but couldn't figure out a portable method.