luking-dev / webiopi

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

webiopi not install in pidora #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Installing WebIOPi...

Updating apt package list...
./setup.sh: line 20: apt-get: command not found

Found Python 2.7.5...
Trying to install python-dev using apt-get
./setup.sh: line 39: apt-get: command not found
Trying to install WebIOPi for Python 2.7.5
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    from setuptools import setup, Extension
ImportError: No module named setuptools
Build for Python 2.7.5 failed\n
ERROR: WebIOPi cannot be installed - please check errors above

Original issue reported on code.google.com by mierdene...@gmail.com on 3 Oct 2014 at 1:19

GoogleCodeExporter commented 9 years ago
Pidora is using yum as package manager. You probably can edit the setup.sh and 
replace apt-get with yum. You also need to look at the packages it pulls in, 
because with yum the package names can defer from apt-get. Maybe it would be 
nice to add a distro check and error out with not supported.

Original comment by mauricev...@gmail.com on 26 Oct 2014 at 9:41