jsonschema has been updated to 3.0.0 (incompatible update)
See original GitHub issuePut an x
into all the boxes [ ] relevant to your issue (like this: [x]
)
What is the purpose of your issue?
- Bug report (encountered problems with amazon-dash)
- Feature request (request for a new functionality)
- Question
- Other
Description
I’m trying to install Amazon Dash on my Raspberry Pi. I’ve gotten pretty far, but it wasn’t working correctly when I just started the utility, so I did a little more digging…
What I Did
I tried running sudo amazon-dash check-config --config /etc/amazon-dash.yml
and here’s what comes up:
Welcome to Amazon-dash v1.3.2 using Python 2.7.9 Traceback (most recent call last): File "/usr/local/bin/amazon-dash", line 6, in <module> catch(cli)() File "/usr/local/lib/python2.7/dist-packages/amazon_dash/exceptions.py", line 91, in wrap return fn(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/amazon_dash/management.py", line 109, in check_config from amazon_dash.config import check_config File "/usr/local/lib/python2.7/dist-packages/amazon_dash/config.py", line 7, in <module> from jsonschema import validate, ValidationError File "/usr/local/lib/python2.7/dist-packages/jsonschema/__init__.py", line 12, in <module> from jsonschema.exceptions import ( File "/usr/local/lib/python2.7/dist-packages/jsonschema/exceptions.py", line 141, in <module> @attr.s(hash=True) AttributeError: 'module' object has no attribute 's'
When I run sudo systemctl status amazon-dash
here’s what I get:
● amazon-dash.service - Amazon Dash service Loaded: loaded (/usr/lib/systemd/system/amazon-dash.service; disabled) Active: activating (auto-restart) (Result: exit-code) since Sat 2019-03-02 03:24:03 EST; 627ms ago Process: 19691 ExecStart=/usr/bin/env amazon-dash run --config /etc/amazon-dash.yml (code=exited, status=1/FAILURE) Main PID: 19691 (code=exited, status=1/FAILURE)
I would really appreciate your help trying to solve these issues! Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Everything is working! Thanks again @Nekmo for your help.
Thanks! I will fix the requeriment in the next version.