Hey,
i would like to use the LinkIt Smart 7688 Duo as gateway and data forwarder to let data converge from the radio to the MQTT bus. I am currently running a recent version of LEDE on it.
I installed python-pip, but the installation of BERadio does not work.
This is the Stacktrace:
root@LEDE:/# pip install -v --index-url=https://packages.hiveeyes.org/hiveeyes/python/eggs/ beradio
Collecting beradio
1 location(s) to search for versions of beradio:
* https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/
Getting page https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/
Looking up "https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/" in the cache
No cache entry available
Starting new HTTPS connection (1): packages.hiveeyes.org
"GET /hiveeyes/python/eggs/beradio/ HTTP/1.1" 200 None
Updating cache with response from "https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/"
Analyzing links from page https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/
Skipping link https://packages.hiveeyes.org/hiveeyes/python/eggs/ (from https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/); not a file
Found link https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/beradio-0.4.4.tar.gz (from https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/), version: 0.4.4
Found link https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/beradio-0.5.0.tar.gz (from https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/), version: 0.5.0
Found link https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/beradio-0.6.0.tar.gz (from https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/), version: 0.6.0
Found link https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/beradio-0.7.0.tar.gz (from https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/), version: 0.7.0
Found link https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/beradio-0.8.0.tar.gz (from https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/), version: 0.8.0
Using version 0.8.0 (newest of versions: 0.4.4, 0.5.0, 0.6.0, 0.7.0, 0.8.0)
Looking up "https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/beradio-0.8.0.tar.gz" in the cache
Current age based on date: 67
"GET /hiveeyes/python/eggs/beradio/beradio-0.8.0.tar.gz HTTP/1.1" 304 0
Using cached https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/beradio-0.8.0.tar.gz
Downloading from URL https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/beradio-0.8.0.tar.gz (from https://packages.hiveeyes.org/hiveeyes/python/eggs/beradio/)
Running setup.py (path:/tmp/pip-build-1gZhDi/beradio/setup.py) egg_info for package beradio
Running command python setup.py egg_info
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_points'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
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 'egg_info'
Cleaning up...
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-1gZhDi/beradio/
Exception information:
Traceback (most recent call last):
File "/tmp/pip-build-R0GTLf/pip/pip/basecommand.py", line 215, in main
File "/tmp/pip-build-R0GTLf/pip/pip/commands/install.py", line 324, in run
File "/tmp/pip-build-R0GTLf/pip/pip/req/req_set.py", line 380, in prepare_files
File "/tmp/pip-build-R0GTLf/pip/pip/req/req_set.py", line 634, in _prepare_file
File "/tmp/pip-build-R0GTLf/pip/pip/req/req_set.py", line 129, in prep_for_dist
File "/tmp/pip-build-R0GTLf/pip/pip/req/req_install.py", line 439, in run_egg_info
File "/tmp/pip-build-R0GTLf/pip/pip/utils/__init__.py", line 707, in call_subprocess
InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-1gZhDi/beradio/
@Andreas do you have Ideas, why i get this error?
thanks a bunch. See you