Closed suhailrehman closed 3 years ago
Same problem for me ATM
Solved this by doing the following:
sudo su -
source /opt/tljh/user/bin/activate
pip install python-dateutil
source /opt/tljh/user/bin/deactivate
exit
This should get you into the virtual environment that was created by root to run the server in, then install the right module, then exit you out again.
Thank you for the solution. Why is this still not fixed?
I'm not sure why there would be an issue with this, the python-dateutil package has been a requirement of jupyter_client since 18 december 2017.
I'll go ahead this is actually resolved, but if it isn't, please comment about it and do an inspection of the packages available in the user environment with:
sudo su -
source /opt/tljh/user/bin/activate
pip freeze
Have been trying to get this to work, but always get a spawning timeout when starting the individual jupyterhub server for a user, logs indicate an import issue. Have followed all instructions as noted in the main page.