On 11/23/2013 06:31 AM, JJ wrote: > | > > > > > pip install Adafruit_BBIO > Downloading/unpacking Adafruit-BBIO > Downloading Adafruit_BBIO-0.0.18.tar.gz > Running setup.py egg_info for package Adafruit-BBIO > Traceback (most recent call last): > File "<string>", line 16, in <module> > File "/tmp/pip_build_root/Adafruit-BBIO/setup.py", line 7 > print "py_compile module missing; installing to > %spy_compile.py" %\ > ^ > SyntaxError: invalid syntax > Complete output from command python setup.py egg_info: > Traceback (most recent call last): > > File "<string>", line 16, in <module> > > File "/tmp/pip_build_root/Adafruit-BBIO/setup.py", line 7 > > print "py_compile module missing; installing to %spy_compile.py" %\ > > ^ > > SyntaxError: invalid syntax > > ---------------------------------------- > Cleaning up... > Command python setup.py egg_info failed with error code 1 in > /tmp/pip_build_root/Adafruit-BBIO > Storing complete log in /root/.pip/pip.log > > | > > > That's the problem, py_compile module is missing. > OS is the latest Arch-Arm. > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google > Groups "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out.
Well first off if you read the github change that make it clear it is possible for breakage to happen if you use it as development continues. "* PLEASE NOTE: This library may have breaking changes as development continues. Please read the changelog anytime you update the library!* *The PWM Duty Cycle range was reversed in 0.0.15 from 100(off)-0(on) to 0(off)-100(on). Please update your code accordingly. *" Second did you install python-pip and python-setuptools or did you install python2-pip and python2-setuptools I just got done compiling around 30 something python and python2 packages on Arch and have not had a single issues relating to a broken python or python2 install. My guess is you need the python2 related packages. If it is a broken python install I would try reinstalling python and python2 test again. If still borked try creating a new image test again, if borked again report a bunch to archlinuxarm . My guess is there is nothing wrong with the python* packages. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
