-
Notifications
You must be signed in to change notification settings - Fork 156
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
Python install problem #140
Comments
After some hours waiting, it gives me:
with the build folder:
however, when try
error raises:
Should I re-install it? |
After many trail and errors, I finally successfully install it. Some lessons:
|
I have successfully run some test scripts:
I install the packages with:
and both give me the success flag. |
I also tried with
and the terminal gives me:
So I thought the install process is successful? But the python estimator_test.py -> cannot import name 'estimator_pb2' from 'mujoco_mpc.proto' (/home/XXX/anaconda3/envs/mjpc/lib/python3.10/site-packages/mujoco_mpc/proto/init.py) Any help and information is indeed appreciate! |
I do the following:
|
If you still encounter issues, feel free to reach out via email to me and I can walk you through the install and using MJPC python in a colab notebook. |
Hi, @thowell, great thanks for your reply. I can also test the installation successfully with python python/mujoco_mpc/agent_test.py, but no success for the * estimator_test.py*. The biggest problem is with the proto stuff used in the estimator. |
#142 should fix this |
Are you installing the estimator first: |
Hi thanks for your reply @thowell Nopes, I directly run with
will this make a big difference? Update: I also tried with
also no success with python estimator_test.py |
Is setup_estimator.py replaced by setup_batch.py in the latest version? |
@SiyuanHuang95 the README is updated with improved installation instructions. |
Hi,
thanks for the sharing.
After cmake and make, I could run the GUI with C++ version successfully, very impressive!
And then, I removed the build/ folder and tried to use
to install the python version, however, the process has already taken about 2 hrs, and I can only see something like " Running setup.py develop for mujoco-mpc" in the terminal, at the same time, I found that the build/ folder is growing at first and then stay consistently:
Was that normal? Or is there anything wrong with my operation?
Or, is there any walk-around like docker or Py-PIP to obtain that python package?
The text was updated successfully, but these errors were encountered: