-
Notifications
You must be signed in to change notification settings - Fork 48
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
Installing robotology superbuild but package (gz-sim8) did not installed #1662
Comments
Please open a different issue for each problem, thanks! |
Can you report exactly the command you used? The error could depend on the error, and the commands depend on which options you are enabling. |
if you haven't read Error log:
|
I was referring to all the commands you used to create and modify the |
i am following these steps https://github.com/robotology/robotology-superbuild/blob/master/doc/conda-forge.md#source-installation
|
@traversaro what about this any idea what the issue with that package?? |
If I try to do so all those commands, my installer hangs. Let's try to install all of them in a single install:
in this case, it works fine for me, can you try? |
yes i try this and it show same error about package |
Interesting, can you please report the exact output of the command? |
|
This is not the command I suggested to use. Can you try to create a new env as I suggested? |
with new environment it installed all packages also gz-sim8 but I can't understand why this happens with these packges:
|
That seems a network problem. Did you tried again after some time? |
yes i did it twice. But i will try it again with another network |
By the way, the problem described (and fixed) in conda-forge/zziplib-feedstock#11 may be related to the problem you were having in installing both |
@traversaro i am unable to understand how its related to my issue? |
You had problems in installing |
@traversaro ok, I get it, is there any other simulator then Gazebo that we can use for audio-video integration? |
It depends on your needs, I would say Gazebo is the only one that provides the same exact software interface you can find on the real iCub, but if you do not need that there is plenty of simulators people are using. However, just to understand what is the problem of using gazebo or gz-sim8, i.e. without installing both in the same conda environment? |
This comment was marked as off-topic.
This comment was marked as off-topic.
If you really need to use both (but just to clarify "my supervisor told me so" is not really a motivation that explain a lot to me about your goals), you can create an environment different for each. |
If python can find yarp and works in the terminal, from the point of view of superbuild installation went fine, unfortunaly I never used spyder so I can't help on it. |
I have tried to repeat the install of conda dependencies as well. So after creating an empty conda env, I run sequentially the following commands to install the conda dependencies as documented in https://github.com/robotology/robotology-superbuild/blob/84f1b1d9207de0856b7f79d5c7795fdba224f2de/doc/conda-forge.md
But after the last command (to install Click to see the error
Instead, if I create an empty conda environment, and I install all conda dependencies in a single command as suggested in this comment, which is:
it works fine ( I am just installing Therefore, does it make sense to document it in the installation guide? @traversaro |
Sure! Do you have any suggestion on the best way to do that? |
@LoreMoretti can you please help me to understand what you say earlier
|
What about something like:
placed just below the other In case you like it, I can open a PR. |
Hi @16239014 maybe this link can clarify a bit. Basically, you can think of This means that you can choose which one (modern or classic) to use for your simulations. Therefore, my suggestion is just use one. |
Hi @LoreMoretti I know when put all dependencies in a single command to new environment they will install but when you try to install it in pre-existed environment like the example you followed (robotology-superbuild) it will give an error. so you suggest just installing either gazebo or gz-sim8 because both are the same? |
Yes, I suggest to install either gazebo or gz-sim8. But, note that they are note the same. Think at one as the newer version of the other. |
Perfect, feel free to open the PR. |
With @AriannaPietrasanta we had a similar issue with conda not solving the environment when installing |
Thanks! We need to understand how to refactor the docs to suggest this, perhaps we should install gz-sim8 by default? |
A possible kind of alternative is just to suggest people to either use
We could even just store the locked environment automatically in the repo, so that we could document something like:
That is the advantage that the locked dependencies in |
1) And i install python 3.11 with spyder 5.5.4 when i try to run this example it show error of (yarp module not found) [https://robotology.github.io/robotology-documentation/doc/html/icub_python_basic_motor.html]
2) I did fresh installation multiple times of Robotology superbuild but every time get stuck on this package:
conda install -c conda-forge gz-sim8
Error log:
The text was updated successfully, but these errors were encountered: