We are trying to install cscore on our jetson tx1. I used both sudo -H pip3 install robotpy-cscore and pip3 install robot-cscore. I get the following error attached in the picture. I have the latest g++ compiler for Ubuntu 16.04lts installed. I made sure I have numpy and pybind11 installed. I also have the latest python 3 development headers installed.
I just had the same problem, here’s how I fixed it:
Install robotpy-installer:
pip3 install robotpy-installer
Then connect to the internet and download cscore:
robotpy-installer download-opkg python36-robotpy-cscore
Then connect to your robot and install:
robotpy-installer install-opkg python36-robotpy-cscore
That appears to be an OpenCV error, what version of OpenCV do you have installed? I’ve only tested with OpenCV 3.2… but I expect 3.1 would work too. 2.x probably won’t work.
I dont know I was just using opencv4tegra. Do I have to install opencv3?
If you want to use cscore, you need OpenCV 3.x. There appears to be a way to build with CUDA support: OpenCV: Building OpenCV for Tegra with CUDA