Skip to content
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: No module named mjcpy #115

Open
chello-g opened this issue Aug 11, 2019 · 0 comments
Open

ImportError: No module named mjcpy #115

chello-g opened this issue Aug 11, 2019 · 0 comments

Comments

@chello-g
Copy link

sophie@sophie-Lenovo-G400:~/Downloads/ghlgps/build$ cmake ../src/3rdparty
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as

project(ProjectName)

near the top of the file, but after cmake_minimum_required().

CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.

-- found boost:
INCLUDE: /usr/local/include
LIB: /usr/lib/x86_64-linux-gnu/libboost_python.so
osg includes: /usr/include
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sophie/Downloads/ghlgps/build
sophie@sophie-Lenovo-G400:/Downloads/ghlgps/build$ make -j
[ 70%] Built target boost_numpy
[100%] Built target mjcpy
sophie@sophie-Lenovo-G400:
/Downloads/ghlgps/build$ python
Python 2.7.12 (default, Nov 12 2018, 14:36:49)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import mjcpy
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named mjcpy

########################################################
I executed MuJoCo Setup and it succeeded, but it showed ImportError: No module named mjcpy...
I look forward to your reply to my question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant