nicolaiev / webiopi

Automatically exported from code.google.com/p/webiopi
0 stars 0 forks source link

Potential install hickup with Raspbian 2012-12-16 #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Eric,

I just made a WebIOPi 0.5.3 fresh install with a fresh Raspbian 2012-12-16 
image to have a clean setup. The installation with setup.sh failed because it 
was unable to apt-get the python development heders (both for python 2.7 and 
python3). I assume some package authentication failure as the shell reported 
something like that.

Doing a manual sudo apt-get install -y --force-yes python3-dev solved the 
problem for me. Maybe this option has to be added to the setup.sh or a hint to 
optionally update the package authentication (I dont know the commend right 
now) may help.

Regards Andreas

Original issue reported on code.google.com by andreas....@googlemail.com on 16 Jan 2013 at 8:01

GoogleCodeExporter commented 9 years ago
Addition: As I started with a fresh 2012-12-16 raspbian image it seems that in 
the new release the python development headers are no more included by default 
(in contrast to the comment "You may have to manually install GCC and Python 
development headers if you are not using Raspbian. " in the readme wiki page. 
Maybe this page needs an update also. GCC seems to be present.

Andreas

Original comment by andreas....@googlemail.com on 16 Jan 2013 at 8:20

GoogleCodeExporter commented 9 years ago
may be
sudo aptitude update
?? 
the local apt repository is out of date on a fresh install and has to be 
refresh to know last packages and location.

about GCC install it's written "if NOT using raspbian", see issue #18

thanks for reporting

Original comment by tro...@trouch.com on 16 Jan 2013 at 8:29

GoogleCodeExporter commented 9 years ago
apt-get update added on r731

Original comment by tro...@trouch.com on 19 Jan 2013 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by tro...@trouch.com on 19 Jan 2013 at 5:47