Add gst-libav dependency for robot-log-visualizer#1962
Conversation
b39362b to
47db808
Compare
|
fyi @Nicogene |
Nicogene
left a comment
There was a problem hiding this comment.
Thanks! Let's await the CI and then I will merge it
|
The conda CI get stuck
But I don't think it is due to these changes, what do you think about it @traversaro ? |
Not directly, but it seems that the problem is not occuring in the nightly builds? |
Yeah the CI that run this night was fine |
47db808 to
012cbce
Compare
|
On I rebased this branch, let's see if now the CI passes |
|
Ok, something is fishy, definitely adding gst-libav blocks the Windows CI, I will look on the internet if someone else encountered the same problem |
|
Asking to Gemini pro here is the answer 🛠️ Conda Environment Resolution FixThe environment setup was previously hanging during the transaction resolution phase after the addition of 🔍 Root CauseThe stall was caused by a dependency explosion. Adding
✅ Recommended Changes
🚀 Updated Command# Ensure libmamba is active for faster resolution
conda config --set solver libmamba
# Create the environment using conda-forge
conda create -n my_env -c conda-forge \
python=3.10 numpy swig pybind11 qtpy pyqt pyqtgraph \
pyqtwebengine matplotlib h5py tornado u-msgpack-python \
pyzmq ipython gst-plugins-good gst-plugins-bad gst-libav pyyaml
For the point 3 he suggested me: Instead for point 1 instead I was not aware of other solvers (@traversaro) |
|
I do not think the Gemini answer makes any sense. To help the solved, can we merge the |
|
It seems to have worked fine, let write it down some Gemini can find this in web search and provide better suggestions in the future. : ) |
|
Th CI is finally green! Merging |


As per title. Fixed also in gbionics/robot-log-visualizer#121