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
Unanswered
When Trying To Run My Agent With Poetry As Package Manager (Could Also Be With Pip, But Definitely With Poetry), Strange Things Seem To Happen When Trying To Execute A Pipeline:


Package operations: 26 installs, 0 updates, 0 removals

  - Installing attrs (23.2.0)
  - Installing rpds-py (0.19.0)

1721735566405 dnsName:cpu:0:service:a08289ce6f2e47f2afc4e9f4e8540575 DEBUG   - Installing referencing (0.35.1)
  - Installing six (1.16.0)
  - Installing certifi (2024.7.4)
  - Installing charset-normalizer (3.3.2)
  - Installing idna (3.7)
  - Installing jsonschema-specifications (2023.12.1)
  - Installing orderedmultidict (1.0.1)
  - Installing urllib3 (2.2.2)
  - Installing furl (2.1.3)
  - Installing jsonschema (4.23.0)
  - Installing numpy (2.0.1)
  - Installing pillow (10.4.0)
  - Installing pathlib2 (2.3.7.post1)
  - Installing pyjwt (2.8.0)
  - Installing psutil (6.0.0)
  - Installing pyparsing (3.1.2)
  - Installing python-dateutil (2.9.0.post0)
  - Installing pytz (2024.1)
  - Installing pyyaml (6.0.1)
  - Installing requests (2.32.3)
  - Installing tzdata (2024.1)
  - Installing clearml (1.16.2)
  - Installing pandas (2.2.2)
  - Installing psycopg2-binary (2.9.9)

1721735571453 dnsName:cpu:0:service:a08289ce6f2e47f2afc4e9f4e8540575 DEBUG
Installing the current project: clearml_showcase (0.1)
DEBUG:clearml_agent.helper.package.poetry_api:running: Executing: ('poetry', 'show')
DEBUG:urllib3.connectionpool:Resetting dropped connection: ipAddrOfClearMLServer
DEBUG:urllib3.connectionpool:
 "GET /v2.14/tasks.get_all HTTP/1.1" 200 440
DEBUG:urllib3.connectionpool:Resetting dropped connection: ipAddrOfClearMLServer
DEBUG:urllib3.connectionpool:
 "GET /v2.5/tasks.set_requirements HTTP/1.1" 200 306
Running task id [a08289ce6f2e47f2afc4e9f4e8540575]:
[.]$ poetry run python -u main_pipeline.py
Summary - installed python packages:
pip:
- 'attrs==23.2.0 # Classes Without Boilerplate'
- 'certifi==2024.7.4 # Python package for providing Mozilla''...'
- 'charset-normalizer==3.3.2 # The Real First Universal Charset Dete...'
- 'clearml==1.16.2 # ClearML - Auto-Magical Experiment Man...'
- 'furl==2.1.3 # URL manipulation made simple.'
- 'idna==3.7 # Internationalized Domain Names in App...'
- 'jsonschema==4.23.0 # An implementation of JSON Schema vali...'
- 'jsonschema-specifications==2023.12.1 # The JSON Schema meta-schemas and voca...'
- 'numpy==2.0.1 # Fundamental package for array computi...'
- 'orderedmultidict==1.0.1 # Ordered Multivalue Dictionary'
- 'pandas==2.2.2 # Powerful data structures for data ana...'
- 'pathlib2==2.3.7.post1 # Object-oriented filesystem paths'
- 'pillow==10.4.0 # Python Imaging Library (Fork)'
- 'psutil==6.0.0 # Cross-platform lib for process and sy...'
- 'psycopg2-binary==2.9.9 # psycopg2 - Python-PostgreSQL Database...'
- 'pyjwt==2.8.0 # JSON Web Token implementation in Python'
- 'pyparsing==3.1.2 # pyparsing module - Classes and method...'
- 'python-dateutil==2.9.0.post0 # Extensions to the standard Python dat...'
- 'pytz==2024.1 # World timezone definitions, modern an...'
- 'pyyaml==6.0.1 # YAML parser and emitter for Python'
- 'referencing==0.35.1 # JSON Referencing + Python'
- 'requests==2.32.3 # Python HTTP for Humans.'
- 'rpds-py==0.19.0 # Python bindings to Rust''s persistent ...'
- 'six==1.16.0 # Python 2 and 3 compatibility utilities'
- 'tzdata==2024.1 # Provider of IANA time zone data'
- 'urllib3==2.2.2 # HTTP library with thread-safe connect...'

Environment setup completed successfully


1721735576451 dnsName:cpu:0:service:a08289ce6f2e47f2afc4e9f4e8540575 DEBUG DEBUG:urllib3.connectionpool:Resetting dropped connection: ipAddrOfClearMLServer
DEBUG:urllib3.connectionpool:
 "GET /v2.5/tasks.started HTTP/1.1" 200 396
Starting Task Execution:


1721735576473 dnsName:cpu:0:service:a08289ce6f2e47f2afc4e9f4e8540575 DEBUG Process failed, exit code 255
  
  
Posted one month ago
26 Views
0 Answers
one month ago
one month ago