Hello,
While I was trying to setup InvenioILS, when i run pipenv run invenio setup --verbose I faced this error ImportError: cannot import name ‘URIDict’ from ‘jsonref’
Please help.
John
Hello,
While I was trying to setup InvenioILS, when i run pipenv run invenio setup --verbose I faced this error ImportError: cannot import name ‘URIDict’ from ‘jsonref’
Please help.
John
Hello,
make sure that you have installed the latest version of jsonresolver
, released today.
To check that, run: pipenv run pip show jsonresolver
:
pipenv run pip show jsonresolver
Name: jsonresolver
Version: 0.3.2
It should show 0.3.2
. If it is not the case, make sure that you delete the Pipfile.lock
in your folder before running the setup again.
You can also join our chat to ask questions:
https://inveniosoftware.org/getinvolved/
Thanks for a quick reply, that solved the issue