I keep trying, but keep failing.
I started following the official Flexget instructions for Openwrt (I have Asuswrt-Merlin on a AC56u RT router with a 4GB usb drive connected to the USB2 port, I have a 2TB disk in my network that I plan to use to download stuff to):
http://flexget.com/wiki/InstallWizard/OpenWrt
But the first command: "opkg install python python-sqlite3 pyyaml" failed due to "Unknown package 'pyyaml'." also the next command, 'python-sqlite' is an unknown package.
So I used opkg list | grep Python to find the names of the packages and I managed to install pyyaml and sqlite3.
Eventually "distribute" installed successfully, but when I try to install PIP it fails again:
How can I install Flexget correctly?
I started following the official Flexget instructions for Openwrt (I have Asuswrt-Merlin on a AC56u RT router with a 4GB usb drive connected to the USB2 port, I have a 2TB disk in my network that I plan to use to download stuff to):
http://flexget.com/wiki/InstallWizard/OpenWrt
But the first command: "opkg install python python-sqlite3 pyyaml" failed due to "Unknown package 'pyyaml'." also the next command, 'python-sqlite' is an unknown package.
So I used opkg list | grep Python to find the names of the packages and I managed to install pyyaml and sqlite3.
Eventually "distribute" installed successfully, but when I try to install PIP it fails again:
Code:
admin@RT-AC56U-F220:/tmp/home/root# easy_install pip
Searching for pip
Reading http://pypi.python.org/simple/pip/
Download error on http://pypi.python.org/simple/pip/: [SSL: CERTIFICATE_VERIFY_FAILED] unknown error (_ssl.c:581) -- Some packages may not be found!
Reading http://pypi.python.org/simple/pip/
Download error on http://pypi.python.org/simple/pip/: [SSL: CERTIFICATE_VERIFY_FAILED] unknown error (_ssl.c:581) -- Some packages may not be found!
Couldn't find index page for 'pip' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error on http://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] unknown error (_ssl.c:581) -- Some packages may not be found!
No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')
admin@RT-AC56U-F220:/tmp/home/root#
How can I install Flexget correctly?