-
Notifications
You must be signed in to change notification settings - Fork 18
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
Release button dose not work normally (Jupyterhub with dockerspawner ) #169
Comments
Hello @guyq1997, we ran into a similar problem and after days(!) of investigation we found out the following:
Have a look here: Whether it is a pip issue or bug in setuptools, we do not know yet. I hope, the folks at LibreTexts can have a look at it. I hope, that this information may help you figure out, why you are also unable to do write operations to the sqlite-db (fileupload was working on our side as well) Cheers |
The limit < 2.0 of SQLAlchemy was introduced after the release of v0.6.0. But it is easy to set this limit manually:
|
Hi Ykazakov, thank you for clarifying. that explains the different behaviour. its very irritating (to say the least) to have an officially released version 0.6.0 that actually does not work. no indication, hints, warnings, logs (while executing the code or in the documentation) ... failing quietly is considered very bad practice. and no: one does NOT want to install specific version of a subpackage when adding a dependency. we want to add a sound and consistent package installed in a specific version. Cheers |
@jueren Your last message is not appreciated and nor does it invoke any cheer. What is irritating are comments like yours made to people that provide you software for free. Maybe you are unfamiliar with how open software is developed. Our OSS license precisely specifies this:
If you don't like how it works, then you are welcome to contribute fixes or to fork it and use it as you like. |
Hello Guys,
i am using ngshare in Jupyterhub with dockerspawner.
Everything goes well if i only use nbgrader.
After i used ngshare, and specify the exchange directory to ngshare API (/services/ngshare). The Release Button does not work.
The Log reported 'Successfully released':
But actually there is nothing released, and the Status has not changed at all:
But i can see the Assignments are successfully stored in
/srv/ngshare
of jupyterhub container.The text was updated successfully, but these errors were encountered: