Skip to content
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

Issue on Windows platform #7

Open
Chaphlagical opened this issue Oct 4, 2021 · 6 comments
Open

Issue on Windows platform #7

Chaphlagical opened this issue Oct 4, 2021 · 6 comments

Comments

@Chaphlagical
Copy link

opencv_error

workflow

I try to use it in my project, but I got some issues. Is Windows not supported?

@Dovyski
Copy link
Owner

Dovyski commented Oct 28, 2021

Thanks for reporting this problem! Indeed Windows is not supported at the moment (the scripts I used to install opencv are Linux only). If you have a tutorial (or link to equivalent) that shows how to properly install opencv on Windows, I would be glad do integrate that.

@mangoeffect
Copy link

I found a better way to install opencv for all platform. for github ci. you can use the vcpkg instead of your custome scripts. It's my example:install opencv ci

@QQxiaoming
Copy link
Contributor

QQxiaoming commented Dec 9, 2021

Thanks for reporting this problem! Indeed Windows is not supported at the moment (the scripts I used to install opencv are Linux only). If you have a tutorial (or link to equivalent) that shows how to properly install opencv on Windows, I would be glad do integrate that.

In one of my cross-platform projects, I used your action to install opencv in the linux environment, while in windows and macos, I wrote the installation script process myself. It may not be perfect, but you can refer to it.
install opencv ci for linux
install opencv ci for windows
install opencv ci for macos

@Panquesito7
Copy link

Any update on this? Will Windows/MacOS support be added?

@Dovyski
Copy link
Owner

Dovyski commented Jun 21, 2023

I myself was out of time to work on this issue, so the situation is the same as before. If windows/macos support is to be added, it has to come from as a contribution.

@Panquesito7
Copy link

I myself was out of time to work on this issue, so the situation is the same as before. If windows/macos support is to be added, it has to come from as a contribution.

@QQxiaoming has workflows for installing it on Windows and MacOS. You can easily take that and insert it into this script, unless that should be done by someone else, too.

QQxiaoming added a commit to QQxiaoming/setup-opencv-action that referenced this issue Jun 26, 2023
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
QQxiaoming added a commit to QQxiaoming/setup-opencv-action that referenced this issue Jun 26, 2023
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
QQxiaoming added a commit to QQxiaoming/setup-opencv-action that referenced this issue Jun 27, 2023
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants