You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2022. It is now read-only.
After trying to setup R on the freshh Datalab instance I get 'ImportError: No module named simplegeneric'.
!pip show simplegeneric output:
Name: simplegeneric
Version: 0.8.1
Summary: Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
Home-page: http://cheeseshop.python.org/pypi/simplegeneric
Author: Phillip J. Eby
Author-email: peak@eby-sarna.com
License: ZPL 2.1
Location: /usr/local/lib/python2.7/dist-packages
Requires:
I tried to add location /usr/local/lib/python2.7/dist-packages to the system path, but with no success. Do you know perhaps the solution to that problem?