jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
246 stars 85 forks source link

Fix 'dict' object has no attribute 'rsplit' conda error #81

Closed zonca closed 7 years ago

zonca commented 7 years ago

I hit the same issue in #77 and solved it with the same solution.

It is due to a different format of returning version information by conda 4.3 and above.

I provided a fix upstream: See https://github.com/UDST/ansible-conda/pull/16

This commit is pointing the ansible-conda submodule to my fix.

willingc commented 7 years ago

Thanks for filing the upstream fix too @zonca 👍