-
Notifications
You must be signed in to change notification settings - Fork 1
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
ImportError: No module named json #3
Comments
mimo@mimo-laptop-2: |
If you have installed kalliope you should have json installed. |
pip list --outdated --format=freeze | grep -v '^-e' | cut -d = -f 1 | xargs -n1 pip install -U |
Json is not declared in the setup but I think it's installed by flask. |
yes, thats right. i have to update packages manually as i wrote in comment.
thanx
…On Tue, Nov 19, 2019, 13:26 Nicolas Marcq ***@***.***> wrote:
Json is not declared in the setup but I think it's installed by flask.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=AACGXKMIPBGDWU7BDQI4CPTQUPLQVA5CNFSM4JPBQZQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOAR2Q#issuecomment-555485418>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACGXKK4FVWMHE4GGBLVAE3QUPLQVANCNFSM4JPBQZQA>
.
|
actualy, this is an issue of installer, it should check & update, if
possible, pip packages, before start...
…On Tue, Nov 19, 2019, 13:29 milan ***@***.***> wrote:
yes, thats right. i have to update packages manually as i wrote in comment.
thanx
On Tue, Nov 19, 2019, 13:26 Nicolas Marcq ***@***.***>
wrote:
> Json is not declared in the setup but I think it's installed by flask.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#3?email_source=notifications&email_token=AACGXKMIPBGDWU7BDQI4CPTQUPLQVA5CNFSM4JPBQZQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOAR2Q#issuecomment-555485418
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AACGXKK4FVWMHE4GGBLVAE3QUPLQVANCNFSM4JPBQZQA
>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=AACGXKLYH4YDCVOGDISZH4TQUPL4BA5CNFSM4JPBQZQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOAZVA#issuecomment-555486420>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACGXKOOQ7I6F2PAPZYLET3QUPL4BANCNFSM4JPBQZQA>
.
|
The installer calls the setup.py which contains all required lib and dependencies. So it should be ok. How did you install? |
install bash script.
…On Tue, Nov 19, 2019, 16:05 Nicolas Marcq ***@***.***> wrote:
The installer calls the setup.py which contains all required lib and
dependencies. So it should be ok. How did you install?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=AACGXKOVQSOC5SZTC5OCX7LQUP6DPA5CNFSM4JPBQZQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOQBEI#issuecomment-555548817>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACGXKIPAQCEFRDO4TDC3ZTQUP6DPANCNFSM4JPBQZQA>
.
|
ImportError: No module named json after start
The text was updated successfully, but these errors were encountered: