hcooper
Posts: 3
Joined: Wed Sep 18, 2013 10:30 pm

serialPy install failing

Wed Sep 18, 2013 10:40 pm

Is there a different way to install this....? It says it moved but thought it would find it automagically?

sudo apt-get install python-serial
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
python-wxgtk2.8 python-wxgtk2.6 python-wxgtk
The following NEW packages will be installed:
python-serial
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 79.0 kB of archives.
After this operation, 483 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
python-serial
Install these packages without verification [y/N]? y
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main python-serial all 2.5-2.1
302 Moved
Failed to fetch http://mirrordirector.raspbian.org/rasp ... .1_all.deb 302 Moved
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

User avatar
croston
Posts: 708
Joined: Sat Nov 26, 2011 12:33 pm
Location: Blackpool
Contact: Website

Re: serialPy install failing

Wed Sep 18, 2013 10:47 pm

Have you done a:

Code: Select all

sudo apt-get update
first before the install?

hcooper
Posts: 3
Joined: Wed Sep 18, 2013 10:30 pm

Re: serialPy install failing

Wed Sep 18, 2013 10:53 pm

When I run that, I get a screen full of "connections failed"......wonder if they are blocking it here? I can try it elsewhere, but we have a number of Pi's being used for various purposes so I cant see the IP being blocked.

Return to “Python”