-
Notifications
You must be signed in to change notification settings - Fork 488
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
ImportError: cannot import name 'cpp_household' [Google Colab] #207
Comments
After resetting runtimes, the full error import error is:
On Google Colab, can confirm GLIBC 2.27 (not 2.28) is installed ( Stack Overflow has some suggestions for upgrading GLIBC, but it is non-trivial on Colab. Any suggested workarounds? |
I had the exact same issue as you with version |
Perfect |
Great - |
but how can I install roboschool 1.0.48 in pycharm |
Using
!pip install roboschool
and thenimport roboschool
on a Google Colab .ipynb throws:/usr/local/lib/python3.6/dist-packages/roboschool/__init__.py in <module>() --> 112 from roboschool.gym_pendulums import RoboschoolInvertedPendulum
/usr/local/lib/python3.6/dist-packages/roboschool/gym_pendulums.py in <module>() ----> 1 from roboschool.scene_abstract import SingleRobotEmptyScene
/
usr/local/lib/python3.6/dist-packages/roboschool/scene_abstract.py in <module>() ---> 12 from roboschool import cpp_household as cpp_household ImportError: cannot import name cpp_household
This has only started occurring today - the same notebooks ran without errors yesterday. I have tried installing a previous version of roboschool (1.0.48), as (1.0.49) was committed yesterday, but the same import error is thrown.
I notice a couple of related issues were raised recently (#203 & #202) but raising a separate issue due to the ease of reproducing on Colab.
The text was updated successfully, but these errors were encountered: