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'M Trying To Run A Pipeline Object Using Clearml Agent On Mac Os And It Fails. I See In The Error I Get That It Doesn'T Succeed To Install The Relevant Packages.  When I Run Each Script Separately, It Works Well; And When I Run The Pipeline In Linux,

Hi,
I'm trying to run a pipeline object using ClearML agent on Mac OS and it fails. I see in the error I get that it doesn't succeed to install the relevant packages. 
When I run each script separately, it works well; and when I run the pipeline in Linux, it also works well.
Thank you,
WackyRabbit7
This is the log of the error:

  
  
Posted 2 years ago
Votes Newest

Answers 8


Hi, we succeed to solve this issue. The problem was that the src main folder of the project was defined in the poetry requirement file and clearML was looking for this "package" .

  
  
Posted 2 years ago

Did you configure the package_manager as poetry ?

  
  
Posted 2 years ago

I'm using Poetry in order to install the packages and it installs them from a pyproject.toml file

  
  
Posted 2 years ago

Hi ShinyLobster84 , where do you usually install XXXXX package from? or some artifactory?

  
  
Posted 2 years ago

I just changed the project name with XXXXX when I copied and pasted the error here, but the original project name is the same as it is written in the name below [tool.poetry] in pyproject.toml

  
  
Posted 2 years ago

What's XXXXX==0.1.0 ?

  
  
Posted 2 years ago

Collecting jupyter-core==4.7.1 Using cached jupyter_core-4.7.1-py3-none-any.whl (82 kB) Collecting jupyter-highlight-selected-word==0.2.0 Using cached jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl (11 kB) Collecting jupyter-latex-envs==1.4.6 Using cached jupyter_latex_envs-1.4.6.tar.gz (861 kB) Collecting jupyter-nbextensions-configurator==0.4.1 Using cached jupyter_nbextensions_configurator-0.4.1.tar.gz (479 kB) Collecting jupyterlab-pygments==0.1.2 Using cached jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB) Collecting jupyterlab-widgets==1.0.0 Using cached jupyterlab_widgets-1.0.0-py3-none-any.whl (243 kB) Collecting kiwisolver==1.3.2 Using cached kiwisolver-1.3.2.tar.gz (54 kB) ERROR: Could not find a version that satisfies the requirement XXXXX==0.1.0 (from -r /var/folders/tp/_k4ks8g14vqc92p0ydjlg_c80000gn/T/cached-reqsj5ux9q82.txt (line 58)) (from versions: none) ERROR: No matching distribution found for XXXXX==0.1.0 (from -r /var/folders/tp/_k4ks8g14vqc92p0ydjlg_c80000gn/T/cached-reqsj5ux9q82.txt (line 58)) 2021-09-23 09:20:05 clearml_agent: ERROR: Could not install task requirements! Command '['/Users/dsgroup3/.clearml/venvs-builds/3.8/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/var/folders/tp/_k4ks8g14vqc92p0ydjlg_c80000gn/T/cached-reqsj5ux9q82.txt']' returned non-zero exit status 1. 2021-09-23 09:20:05 Process failed, exit code 1

  
  
Posted 2 years ago

Hi ShinyLobster84 , can you share the full error? I'd like to see the entire failed command

  
  
Posted 2 years ago
615 Views
8 Answers
2 years ago
one year ago
Tags
Similar posts