robotpy / robotpy-wpilib

Moved to https://github.com/robotpy/mostrobotpy
https://robotpy.github.io
Other
169 stars 59 forks source link

Installer script not downloading mjpg-streamer #255

Closed czhao39 closed 7 years ago

czhao39 commented 7 years ago

Here is the output I get when I run py -3 installer.py download-opkg mjpg-streamer:

Downloading http://www.tortall.net/~robotpy/feeds/2017/Packages 100% Downloading http://download.ni.com/ni-linux-rt/feeds/2016/arm/ipk/cortexa9-vfpv3/Packages 100% Traceback (most recent call last): File "installer.py", line 1009, in retval = main() File "installer.py", line 990, in main retval = options.cmdobj(options) File "installer.py", line 792, in download_opkg package_list = opkg.resolve_pkg_deps(options.packages) File "installer.py", line 180, in resolve_pkg_deps deps = self._get_pkg_deps(pkg) File "installer.py", line 152, in _get_pkg_deps info = self.get_pkginfo(name) File "installer.py", line 146, in get_pkginfo raise OpkgError("Package '%s' is not in the package list (have you downloaded it yet?)" % name) main.OpkgError: Package 'mjpg-streamer' is not in the package list (have you downloaded it yet?)

virtuald commented 7 years ago

Yeah, I haven't compiled mjpg-streamer for 2017 yet. I'm not planning on doing so, in favor of using cscore, unless someone gives me a compelling reason.

See the README at roborio-packages.