-
Notifications
You must be signed in to change notification settings - Fork 219
Description
-
Platform/operating system:
BeaglBone Black armv7 32/debian 9.5 stretch -
Python version:
Python 3.5.3 & pip3 9.0.1
-Error message you are receiving, including any Python exception traces:
`Collecting Adafruit_BBIO
Using cached https://files.pythonhosted.org/packages/3f/a8/f3128e98b25a670956b465595687284c49ea1e4aced2f6b4c8ae4d9a2c14/Adafruit_BBIO-1.1.0.tar.gz
Building wheels for collected packages: Adafruit-BBIO
Running setup.py bdist_wheel for Adafruit-BBIO ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-yuoc17jh/Adafruit-BBIO/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/tmpiszvr4zhpip-wheel- --python-tag cp35:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
Failed building wheel for Adafruit-BBIO
Running setup.py clean for Adafruit-BBIO
Failed to build Adafruit-BBIO
Installing collected packages: Adafruit-BBIO
Found existing installation: Adafruit-BBIO 1.1.0
Uninstalling Adafruit-BBIO-1.1.0:
Successfully uninstalled Adafruit-BBIO-1.1.0
Running setup.py install for Adafruit-BBIO ... done
Successfully installed Adafruit-BBIO-1.1.0
`
-List the steps to reproduce the problem below (if possible attach code or commands
to run):
`- Get latest BeaglBone firmware: Debian 9.5 2018-10-07 4GB SD LXQT
- sudo apt-get update
- sudo apt-get install ntpdate
- sudo ntpdate pool.ntp.org
- sudo apt-get install python3-pip build-essential libssl-dev libffi-dev python-dev
- sudo pip3 install Adafruit_BBIO`
No error on installing with 2.7.13