-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
building for m1 #69
Comments
it was just a warning... I reinstalled opencv and I am good. |
I am trying to open on mac M1 and I get this error: I can see the 'numpy.h' file in the pybind11 folder. not sure what I am doing wrong? |
The error sounds like your Python installation doesn't have
|
Hi, |
now it says ModuleNotFoundError: No module named 'record3d' i don't know what I'm doing wrong here. i seem to be doing everything correctly i can only get it working on Safari browser. not usb python script. |
I apologize for not replying earlier.
"PATH" refers to the
I assume you meant that Wi-Fi streaming does work correctly for you, but the USB streaming does not?
This error means that the cd /tmp
git clone https://github.com/marek-simonik/record3d.git
cd record3d
python3 -m pip install . --user If the installation was successful, you should see "Successfully installed record3d-1.3.1". Let me know if there will be any issues. |
I get this error ...
" for macOS-x86_64 but attempting to link with file built for macOS-arm64
ld: warning: ignoring file /opt/homebrew/lib/libopencv_photo.4.7.0.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
ld: warning: ignoring file /opt/homebrew/lib/libopencv_core.4.7.0.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
ld: warning: ignoring file /opt/homebrew/lib/libopencv_imgproc.4.7.0.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64"
how do I switch the version to build for arm64?
thanks for your time this program is awesome :)
The text was updated successfully, but these errors were encountered: