Closed orboan closed 1 year ago
I respond myself:
It seems that ngshare_exchange is NOT updated in pip repo, so
python3 -m pip install ngshare_exchange
triggers that error.
But installing it from the github repo as with:
python3 -m pip install git+https://github.com/LibreTexts/ngshare_exchange.git
then it works, as dependencies in the repo are updated as nbgrader>=0.7.0
Documentation or pip repo should be updated.
Closing since both the documentation and the pip repo have been updated.
Hello,
I am trying to install, in a Dockerfile, this ngshare exchange service, with next:
But I get this error:
The nbgrader version installed is 0.7.1.
Why is requiring to be 0.7.0.dev0 and not accepting 0.7.1 nbgrader version? It's strange as in documentation says:
ngshare_exchange
only works with nbgrader version 0.7.0 or above.Is there any fix or workaround to this issue (not downgrading nbgrader to 0.7.0.dev0)?
Thank you in advance !