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, Is There Anything Changed On Clearml? I Saw The Web Ui Was Updated, And After Then, I Am Experiencing Package Not Found Issue Shown In The Log. I Have The Exactly Same Docker Image And Aws Ami Setting As Before, And Using The Same Previous Git Branch

Hi, is there anything changed on clearml? I saw the web UI was updated, and after then, I am experiencing package not found issue shown in the log. I have the exactly same docker image and aws ami setting as before, and using the same previous git branch as well

something i notice the difference between the log is the folloiwng, the root has been changed to root: /root/.clearml/venvs-builds/3.11/task_repository/algorithms-python.git instead of root: /root/.clearml/venvs-builds/task_repository/algorithms-python.git

also, Cpython verison is different and there used to have Adding venv into cache: /root/.clearml/venvs-builds

Currently failed

type: git

url: 


branch: HEAD

commit: 6ebc0bb33094e1f0ee33fcdef2226683358dc500

root: /root/.clearml/venvs-builds/3.11/task_repository/algorithms-python.git

Applying uncommitted changes

Ignoring pip: markers 'python_version < "3.10"' don't match your environment

Ignoring pip: markers 'python_version >= "3.12"' don't match your environment

Requirement already satisfied: pip<22.3 in /code/.venv/lib/python3.11/site-packages (22.2.2)

INFO: Using legacy resolver for PIP to avoid inconsistency with package versions!



Collecting Cython

  Downloading Cython-3.0.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 17.3 MB/s eta 0:00:00

?25hInstalling collected packages: Cython

Successfully installed Cython-3.0.12

Local file not found [common-utils @ file:///tmp/common-utils], references removed

No need to reinstall 'None' from VCS, the exact same version is already installed

2025-02-22 00:08:56

Running task id [32e12173388d4cc19f331d1bb7dae692]:

Old sucessful


HEAD is now at 3206985 update

type: git

url: 


branch: HEAD

commit: 3206985265cbd3e13faad1df72b85b02416ba205

root: /root/.clearml/venvs-builds/task_repository/algorithms-python.git

Applying uncommitted changes

Ignoring pip: markers 'python_version < "3.10"' don't match your environment

Requirement already satisfied: pip<22.3 in /code/.venv/lib/python3.11/site-packages (22.2.2)



Collecting Cython

  Downloading Cython-3.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 6.8 MB/s eta 0:00:00

?25h

2024-06-10 10:53:19

Installing collected packages: Cython

Successfully installed Cython-3.0.10

Local file not found [common-utils @ file:///tmp/common-utils], references removed

No need to reinstall 'None' from VCS, the exact same version is already installed

Adding venv into cache: /root/.clearml/venvs-builds

Running task id [cfa44c4cad5547888d1eca43eb0628db]:
  
  
Posted one month ago
Votes Newest

Answers


sucessful run

  
  
Posted one month ago
114 Views
1 Answer
one month ago
one month ago
Tags
aws