joemarshall commented on PR #37822: URL: https://github.com/apache/arrow/pull/37822#issuecomment-2066874678
If you load it with pyodide.loadPackage from JavaScript it should work. - Or in python call: ``` import pyodide_js pyodide_js.loadPackage(URL) ``` It's because micropip doesn't preload native libraries in the same way loadPackage does. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
