Closed IoannisDadiotis closed 3 years ago
Hi,
Anaconda provides a separate python interpreter, and its binary packages are usually not compatible with those made for the python interpreter of the system.
Please choose between:
I'd personally go for 2.
Also, I strongly encourage you to move to python 3, you'll get a more up-to-date jupyter.
Does going for 1. means installing gepetto-viewer binaries with conda
in practice?
If yes, I am reporting some info. I tried conda install gepetto-viewer gepetto-viewer-corba -c conda-forge
but the process takes strangely a lot of time and is not completed (I waited around 10-15 min and then I cancelled the process). The terminal output during this time is:
Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json):
Sorry, I wrote 1 when I meant 2. For conda, yes, gepetto-viewer, gepetto-viewer-corba, and crocoddyl etc. should be installable by conda, but I personally never tried it :/
ok, thanks for the clarification.
Hi,
I have installed gepetto-viewer and I can successfully use it as follows:
gepetto-gui
on a terminalcrocoddyl
either from terminal withpython -m crocoddyl.examples.quadrupedal_gaits "display" "plot" # enable display and plot
or from a python IDE within a venv.As a result I can see the motion generated by the solvers.
However, when trying to run examples of
crocoddyl
in jupyter notebooks (whilegepetto-gui
is running on a terminal)gepetto-viewer
is not working (like if the notebook cannot find the runninggepetto-gui
). E.g. when running the bipedal_walking.ipynb I get the following error:I have installed jupyter from Anaconda for python 2.7 in my Ubuntu 18.04. I have installed gepetto-viewer with
robotpkg-py27-qt5-gepetto-viewer-corba
.Any idea how to fix this?