waggle-sensor / core

Core software shared by both the Node Controller (NC) and Edge Processor (EP)
2 stars 3 forks source link

./configure errors #13

Open ericvh opened 5 years ago

ericvh commented 5 years ago

Build completed, but it was messy - so not sure things will actually work.

`root@firefly-1:/usr/lib/waggle/core# ./configure

done Collecting git+https://github.com/waggle-sensor/pywaggle@v0.25.0 Cloning https://github.com/waggle-sensor/pywaggle (to v0.25.0) to /tmp/pip-jbzle0dt-build Collecting bitstring (from waggle==0.25.0) Downloading https://files.pythonhosted.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-3.1.5.zip (624kB) 100% |████████████████████████████████| 624kB 308kB/s Collecting crcmod (from waggle==0.25.0) Downloading https://files.pythonhosted.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b/crcmod-1.7.tar.gz (89kB) 100% |████████████████████████████████| 92kB 1.4MB/s Collecting pika (from waggle==0.25.0) Downloading https://files.pythonhosted.org/packages/53/a4/5aff2293e1cdcf5f77447ebdfeaac99b622aef7d1e723cf9a5fe317b077c/pika-1.0.0-py2.py3-none-any.whl (148kB) 100% |████████████████████████████████| 153kB 1.1MB/s Collecting pyserial (from waggle==0.25.0) Downloading https://files.pythonhosted.org/packages/0d/e4/2a744dd9e3be04a0c0907414e2a01a7c88bb3915cbe3c8cc06e209f59c30/pyserial-3.4-py2.py3-none-any.whl (193kB) 100% |████████████████████████████████| 194kB 896kB/s Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from waggle==0.25.0) Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from waggle==0.25.0) Building wheels for collected packages: bitstring, crcmod Running setup.py bdist_wheel for bitstring ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-ndzagt_2/bitstring/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/tmp9cx5t012pip-wheel- --python-tag cp36: 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 bitstring Running setup.py clean for bitstring Running setup.py bdist_wheel for crcmod ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-ndzagt_2/crcmod/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/tmp8d0ulxyvpip-wheel- --python-tag cp36: 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 crcmod Running setup.py clean for crcmod Failed to build bitstring crcmod Installing collected packages: bitstring, crcmod, pika, pyserial, waggle Running setup.py install for bitstring ... done Running setup.py install for crcmod ... done Running setup.py install for waggle ... done Successfully installed bitstring-3.1.5 crcmod-1.7 pika-1.0.0 pyserial-3.4 waggle-0.25.0 `

ericvh commented 5 years ago

https://stackoverflow.com/questions/34819221/why-is-python-setup-py-saying-invalid-command-bdist-wheel-on-travis-ci

Maybe a missed dependency: pip3 install wheel

seanshahkarami commented 5 years ago

I'll try running this manually on a clean setup and see what I get. Thanks for pointing this out!