Skip to main content
Question Protected by VE7JRO
Provide Kernel after Downgrade to OpenWRT 1.5.3 from Linino
Source Link
Shan-Desai
  • 179
  • 3
  • 19

I want to install pip on the Yún which is running Linino OS but every time I execute the standard steps for opkg i.e.

# opkg update
# opkg install distribute
# okpg install python-openssl
# easy_install pip

Error

Searching for pip
Reading http://pypi.python.org/simple/pip/
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/
No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')

What is the reason behind this?

Kernel Information

Linux lininoArduino 3.3.8 #1 ThuFri MarNov 514 1008:1257:4034 CET 20152014 mips GNU/Linux

I want to install pip on the Yún which is running Linino OS but every time I execute the standard steps for opkg i.e.

# opkg update
# opkg install distribute
# okpg install python-openssl
# easy_install pip

Error

Searching for pip
Reading http://pypi.python.org/simple/pip/
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/
No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')

What is the reason behind this?

Kernel Information

Linux linino 3.3.8 #1 Thu Mar 5 10:12:40 CET 2015 mips GNU/Linux

I want to install pip on the Yún which is running Linino OS but every time I execute the standard steps for opkg i.e.

# opkg update
# opkg install distribute
# okpg install python-openssl
# easy_install pip

Error

Searching for pip
Reading http://pypi.python.org/simple/pip/
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/
No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')

What is the reason behind this?

Kernel Information

Linux Arduino 3.3.8 #1 Fri Nov 14 08:57:34 CET 2014 mips GNU/Linux
Source Link
Shan-Desai
  • 179
  • 3
  • 19

easy_install pip on Arduino Yun fails

I want to install pip on the Yún which is running Linino OS but every time I execute the standard steps for opkg i.e.

# opkg update
# opkg install distribute
# okpg install python-openssl
# easy_install pip

Error

Searching for pip
Reading http://pypi.python.org/simple/pip/
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/
No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')

What is the reason behind this?

Kernel Information

Linux linino 3.3.8 #1 Thu Mar 5 10:12:40 CET 2015 mips GNU/Linux