-
-
Notifications
You must be signed in to change notification settings - Fork 743
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
Pip install pybgs doesn't work on MacOS #203
Comments
It looks like this is related to the OpenCV version. This has been discussed in issue #178 . Downgrading OpenCV to version |
Hi @corlangerak @jnissin , sorry for my delayed feedback. |
Confirmed, I am able to install it on an M1 Mac: ❯ pip list
Package Version
------------- -----------
certifi 2022.12.7
numpy 1.24.2
opencv-python 4.6.0.66
pip 22.3.1
pybgs 3.2.0.post1
setuptools 65.6.3
wheel 0.37.1 Just make sure to install |
Actually I should add that even though I'm able to install it I'm not able to use it. Importing gives SIGSEGV |
Hi @KhanMechAI , I'm sorry to inform you that pybgs does not work with the opencv-python package as it was specifically designed for Python-only projects. If you want to use pybgs, you will need to install OpenCV from scratch because pybgs requires the compilation of some C++ modules. Let me know if you have any questions or need help with the installation process. |
Hi I am trying to install the bgslibrary but the pip install gives the following ERROR Message:
I tried building it from source but the same thing happend.... Not sure what to do? Maybe I am missing something or is this an unknown errror? All help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: