question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

jsonschema has been updated to 3.0.0 (incompatible update)

See original GitHub issue

Put 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:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Zachary3352commented, Mar 7, 2019

Everything is working! Thanks again @Nekmo for your help.

0reactions
Nekmocommented, Mar 9, 2019

Thanks! I will fix the requeriment in the next version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

incompatible dependency with json_schema #9168 - GitHub
Description Incompatible dependency constraints, or undocumented resolution of jsconschema v airflow. airflow jsonschema constraint.
Read more >
Notes about json schema handling in Spark SQL - Medium
If some of your files contain completely incompatible data types in the sense that for example a column in one file will be...
Read more >
Can't use Jupyter Notebook: jsonschema apparently missing
I think I have a solution. I did may things, regenerated my env (anaconda env) from another computer where it worked, but no...
Read more >
Implementations - JSON Schema
Implementations are classified based on their functionality. When known, the license of the project is also mentioned. If you have updates to this...
Read more >
OpenAPI Specification v3.1.0 | Introduction, Definitions, & More
The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found