-
Notifications
You must be signed in to change notification settings - Fork 11
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
Any chance to provide opencv ? #6
Comments
EDIT: Nevermind, looks like this is happening when building the wheel -- before |
basically I made submodule from https://github.com/opencv/opencv-python.git and using this build.sh
|
What is |
I run it using main Makefile with
I printed out all env vars, CROSS_PREFIX=/Users/deem0n/Documents/Projects/wasi-wheels/cpython/builddir/wasi/install
|
Thanks for the info. It's interesting that You might want to ask the OpenCV maintainers whether cross-compiling this package is supported (and if so, how). Not all Python packages support cross-compilation, and adding such a feature could be non-trivial. Sorry I'm not more helpful; my Python skills is still pretty rudimentary, and I relied on @kesmit13 to show me how to cross-compile NumPy. @brettcannon might have ideas. |
Thanks Joel! |
Easiest way to work around this sort of import failure is to set the |
Hi dicej!
Many thanks for wasi builds! We are using numpy from this repo, but also we need opencv.
My pathetic attempt to compile opencv resulted in error:
Could you please help with this?
The text was updated successfully, but these errors were encountered: