You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda install -c conda-forge ffmpeg
pip uninstall opencv-python
conda install -c conda-forge opencv>=4.10.0
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot open shared object file: No such file or directory)
CondaValueError: You have chosen a non-default solver backend (libmamba) but it was not recognized. Choose one of: classic
WARNING: Skipping opencv-python as it is not installed.
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot open shared object file: No such file or directory)
CondaValueError: You have chosen a non-default solver backend (libmamba) but it was not recognized. Choose one of: classic
Expected behavior
Rather than try to debug this particular issue and N others like, I'd like to suggest adding a docker dev container to sidestep these problems. It looks like you already have the docker files.
The text was updated successfully, but these errors were encountered:
Yes I've also had issues with evdev previously. Depending on your distribution, some header files are sometimes not in the correct location which make building the wheel fail (might be the issue). Take a look at their install doc, it can probably help
Running the OpenCV install instructions also fails
Can you try this? (with classic solver and no version constraint)
Rather than try to debug this particular issue and N others like, I'd like to suggest adding a docker dev container to sidestep these problems. It looks like you already have the docker files.
We do have a dev docker file that is tailored for us to use on our cluster. You can still try to use it though, the image is available here. Unfortunately in general we've had a lot of issues making some of our dependencies (Mujoco in particular) work in containers.
System Info
Information
Reproduction
poetry install --sync --extras "dynamixel"
Running the OpenCV install instructions also fails
Error:
Expected behavior
Rather than try to debug this particular issue and N others like, I'd like to suggest adding a docker dev container to sidestep these problems. It looks like you already have the docker files.
The text was updated successfully, but these errors were encountered: