Hi ShinyLobster84 , where do you usually install XXXXX package from? or some artifactory?
Hi ShinyLobster84 , can you share the full error? I'd like to see the entire failed command
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" .
I'm using Poetry in order to install the packages and it installs them from a pyproject.toml file
Did you configure the package_manager
as poetry
?
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
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