Open MichaelrMentele opened 2 months ago
Hi there,
- Installing evdev (1.7.1): Failed
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)
conda install --solver classic -c conda-forge opencv
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.