gazebosim / gazebo_test_cases

4 stars 1 forks source link

gz-utils: Installation #1572

Open azeey-test opened 3 months ago

azeey-test commented 3 months ago

Configuration

Links

Process

Step 1 - Instructions work

Step 2 - Images (if there are any) match the result

jc-sz commented 2 months ago

Interested in trying this out. :)

jc-sz commented 2 months ago

In this link, it says replace <#> with a number 1 or 2.

"libgz-utils2" works fine, and it is available in conda-forge.

However, I am seeing the following PackageNotFoundError when trying to install "libgz-utils" or "libgz-utils1":


(gz-ws) D:\gz_bash\gz-utils\build>conda install libgz-utils1 --channel conda-forge Channels:

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

Are they available on Windows? Or am I missing anything here?

j-rivero commented 2 months ago

Are they available on Windows? Or am I missing anything here?

Only gz-utils2 is available on Windows. Actually, if we look at the URL of the documentation, Ionic is using gz-utils3, so we can hardcode the number. The problem is that we don't have pre-releases for Windows so we can not test this method. Releases will probably be in conda-forge in the next weeks.

Only the from-source method can be used.