Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I Was Wondering If Anyone Had A Similar Problem And How You Fixed It? My Code Fails On

Hi, I was wondering if anyone had a similar problem and how you fixed it?

My code fails on import cv2 because it cannot open libGL.so.1 , a part of Libgl1-mesa-glx , an opencv dependency.
File "__main__.py", line 10, in <module> from movie import list_movies File "/root/.clearml/venvs-builds/3.8/task_repository/derokator.git/derokator/movie.py", line 10, in <module> import cv2 File "/root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/cv2/__init__.py", line 5, in <module> from .cv2 import * ImportError: libGL.so.1: cannot open shared object file: No such file or directoryAs far as I understand it, this flag in clearml.config should ensure installation of all opencv dependencies.

Install the required packages for opencv libraries (libsm6 libxext6 libxrender-dev libglib2.0-0): true

What am I missing?

  
  
Posted 2 years ago
Votes Newest

Answers 2


DrabSwan66
Did you set "docker_install_opencv_libs: true" in your clearml.conf on the host machine ?
https://github.com/allegroai/clearml-agent/blob/e416ab526ba9fe05daa977b34c9e46b50fb214a0/docs/clearml.conf#L150
Just making sure, you are running clearml-agent in docker mode, correct?
What's the container you are using ?

  
  
Posted 2 years ago

DrabSwan66 Hi!

What version are you trying to install? If the machine in question has an issue installing opencv then the agent will most likely fail as well.

  
  
Posted 2 years ago
648 Views
2 Answers
2 years ago
one year ago
Tags
Similar posts