CodingNovice7

Results 3 comments of CodingNovice7

> Had the same error yesterday, for some reason dm_control is looking for the .so file in a wrong path. Eventually I resolved to a brute force approach: I edited...

> I solved my problem by running the following command “sudo apt-get install -y libglew-dev”. I encountered the same error and performed the same operation as you, but it didn't...

> I meet the same problem with the following command: git clone https://github.com/rail-berkeley/d4rl.git cd d4rl pip install -e . > > Then I try to execute the second command: pip...