sudo apt-get install python.pip python-dev Gives Error
- by user2539745
I am learning Django from http://gettingstartedwithdjango.com/ and I have windows 7 32-bit.
The tutorial asked to install virtualbox and vagrant(tutorial had precise64 and it had issues in my pc so I installed precise32) so I did it.
Now the tutorial asked to do sudo apt-get install python-dev python.pip so I did it but it gave me this error
> vagrant@precise32:~$ sudo apt-get install python.pip python-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'python-pip' for regex 'python.pip'
Note, selecting 'python-pipeline' for regex 'python.pip'
The following extra packages will be installed:
libexpat1 libexpat1-dev libpython2.7 python-pkg-resources python-setuptools
python-support python2.7 python2.7-dev python2.7-minimal
Suggested packages:
python-distribute python-distribute-doc python2.7-doc binfmt-support
The following NEW packages will be installed:
libexpat1-dev libpython2.7 python-dev python-pip python-pipeline
python-pkg-resources python-setuptools python-support python2.7-dev
The following packages will be upgraded:
libexpat1 python2.7 python2.7-minimal
3 upgraded, 9 newly installed, 0 to remove and 63 not upgraded.
Need to get 34.7 MB/35.7 MB of archives.
After this operation, 42.0 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Err (http removed)us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7 i386 2.7
.3-0ubuntu3.1
404 Not Found [IP: 91.189.91.15 80]
Err (http removed)us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-minimal
i386 2.7.3-0ubuntu3.1
404 Not Found [IP: 91.189.91.15 80]
Err (http removed)us.archive.ubuntu.com/ubuntu/ precise-updates/main libpython2.7 i386
2.7.3-0ubuntu3.1
404 Not Found [IP: 91.189.91.15 80]
Err (http removed)us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-dev i386
2.7.3-0ubuntu3.1
404 Not Found [IP: 91.189.91.15 80]
Failed to fetch (http removed)us.archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python
2.7_2.7.3-0ubuntu3.1_i386.deb 404 Not Found [IP: 91.189.91.15 80]
Failed to fetch (http removed)us.archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python
2.7-minimal_2.7.3-0ubuntu3.1_i386.deb 404 Not Found [IP: 91.189.91.15 80]
Failed to fetch (http removed)us.archive.ubuntu.com/ubuntu/pool/main/p/python2.7/libpyt
hon2.7_2.7.3-0ubuntu3.1_i386.deb 404 Not Found [IP: 91.189.91.15 80]
Failed to fetch (http removed)us.archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python
2.7-dev_2.7.3-0ubuntu3.1_i386.deb 404 Not Found [IP: 91.189.91.15 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-mis
sing?
Please help what should I do ??