robotpy / robotpy-docs

Unified documentation for RobotPy
Apache License 2.0
10 stars 25 forks source link

cscore installation step not working #32

Closed schelcc closed 4 years ago

schelcc commented 4 years ago

So I've been trying to get cscore installed on my team's raspberry pi 4 to no avail. I install using the

robotpy-installer download-opkg cscore

And it executes perfectly fine, no errors. Then I run the installation step,

robotpy-installer install-opkg cscore

Which executes fine as well. So at this point I open a terminal and open python3 and type

import cscore and when that didn't work I just tried import _cscore which didn't work either.

I'm not sure what to do from here because the installation seems to be going fine, but then I can't open it.

virtuald commented 4 years ago

Those instructions are in the section "RoboRIO installation". They won't work on a Raspberry Pi. See the section underneath for other types of installation.