- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Intel Support team ,
I want to install pip and setuptools.I tried steps on below link but unable to install pip and setuptools.
http://blog.salvius.org/2015/05/installing-pip-on-intel-edison.html Installing PIP on the Intel Edison
Please help me.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi IoT_srinivas,
I've installed pip and setuptools successfully. Please follow the instructions below:
1. Setup the Edison repo by replacing anything you have in the /etc/opkg/base-feeds.conf file with the following:
src/gz all http://repo.opkg.net/edison/repo/all http://repo.opkg.net/edison/repo/all src/gz edison http://repo.opkg.net/edison/repo/edison http://repo.opkg.net/edison/repo/edison src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32 http://repo.opkg.net/edison/repo/core2-32
2. Setup the IoT repo by running the following commands:
echo "src intel-iotdk http://iotdk.intel.com/repos/3.0/intelgalactic/opkg/i586 http://iotdk.intel.com/repos/3.0/intelgalactic/opkg/i586" > /etc/opkg/intel-iotdk.conf
3. Run the following command: opkg update
4. Install pip by running the following commands:
wget https://bootstrap.pypa.io/get-pip.py https://bootstrap.pypa.io/get-pip.py --no-check-certificate
python get-pip.py
5. Install setuptools by running the following commands:
wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py https://bootstrap.pypa.io/ez_setup.py
python ez_setup.py --insecure
Hope this helps you.
Regards,
Diego
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi IoT_srinivas,
I think you should post this in the Edison forum, this is the Galileo one. I think both cards are very similar, though, but I think it's better if you should take advantage of the specific forum : ) )
Fernando.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi IoT_srinivas,
I've installed pip and setuptools successfully. Please follow the instructions below:
1. Setup the Edison repo by replacing anything you have in the /etc/opkg/base-feeds.conf file with the following:
src/gz all http://repo.opkg.net/edison/repo/all http://repo.opkg.net/edison/repo/all src/gz edison http://repo.opkg.net/edison/repo/edison http://repo.opkg.net/edison/repo/edison src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32 http://repo.opkg.net/edison/repo/core2-32
2. Setup the IoT repo by running the following commands:
echo "src intel-iotdk http://iotdk.intel.com/repos/3.0/intelgalactic/opkg/i586 http://iotdk.intel.com/repos/3.0/intelgalactic/opkg/i586" > /etc/opkg/intel-iotdk.conf
3. Run the following command: opkg update
4. Install pip by running the following commands:
wget https://bootstrap.pypa.io/get-pip.py https://bootstrap.pypa.io/get-pip.py --no-check-certificate
python get-pip.py
5. Install setuptools by running the following commands:
wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py https://bootstrap.pypa.io/ez_setup.py
python ez_setup.py --insecure
Hope this helps you.
Regards,
Diego

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page