Ubuntu16.04 LTS gets stuck in login interface after installing mujoco-py

Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite My mouse and keyboard didn't response when entering the log in interface. My laptop is ThinkPad T470, Ubuntu 16.04 LTS (with windows), got the kernel 4.13.0-41-generic,4.13.0-36-generic, Graphics card Nividia GeForce 940 MX. After installed ubuntu 16.04, I installed Cuda 9.2 following the official installation guidance, and the example works well. After that, I installed the Anaconda3, also I tried the example successfully. After this, I created the conda create --name gymlab pthon=3.5 . Then, I installed mujoco 150pro and run the example successfully. My laptop can reboot successfully every time so far by now. After that, I installed the mujoco_py and run the example as well, it works well. But when I reboot this time, the ubuntu just freezed at the login interface, and my mouse and keyboard doesn't work at all. I can't even try ctrl + alt + F1 . How can I fix this? I want to install the openAI gym an...