Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'module' object has no attribute 'JSONDecodeError' #75

Open
mbredif opened this issue Sep 14, 2017 · 4 comments
Open

AttributeError: 'module' object has no attribute 'JSONDecodeError' #75

mbredif opened this issue Sep 14, 2017 · 4 comments

Comments

@mbredif
Copy link
Contributor

mbredif commented Sep 14, 2017

I get the following error when running test.sh

File "[...]/cli-li3ds/cli_li3ds/import_extcalib.py", line 95, in take_action
    except json.decoder.JSONDecodeError:
AttributeError: 'module' object has no attribute 'JSONDecodeError'
@elemoine
Copy link
Contributor

What Python version do you use?

@mbredif
Copy link
Contributor Author

mbredif commented Sep 15, 2017

$ python --version
Python 2.7.6

@mbredif
Copy link
Contributor Author

mbredif commented Sep 15, 2017

I have python 3.4.3 installed as well

python3 --version
Python 3.4.3

@elemoine
Copy link
Contributor

You need to use Python 3 for cli-li3ds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants