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 Guys, I’M Using Clearml For A While Now, And I’M Trying To Install

Hi guys, I’m using clearml for a while now, and I’m trying to install nvidia-dali-cuda110
this is the official docs to install it:
https://docs.nvidia.com/deeplearning/dali/user-guide/docs/installation.html
pip install --extra-index-url --upgrade nvidia-dali-cuda110when I tried to install it with using clearml , I couldn’t be able to do it using the requirements.txt , where you could check my requirements.txt
pylint clearml boto3 --extra-index-url nvidia-dali-cuda110and this is my clearml backtrace:
` Collecting nvidia-dali-cuda110
Using cached nvidia-dali-cuda110-0.0.1.dev5.tar.gz (8.0 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [19 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-bbhjg47m/nvidia-dali-cuda110_46b9eda1ef3340d8a1b88af4ee186a63/setup.py", line 150, in <module>
raise RuntimeError(open("ERROR.txt", "r").read())
RuntimeError:
###########################################################################################
The package you are trying to install is only a placeholder project on PyPI.org repository.
This package is hosted on NVIDIA Python Package Index.

  This package can be installed as:
  ```
  $ pip install nvidia-pyindex
  $ pip install nvidia-dali-cuda110
  ```
  
  Please refer to NVIDIA DALI installation guide for instructions:
   ` ` 
  ###########################################################################################
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
ERROR: Failed installing requirements.txt:
pylint
clearml
boto3
--extra-index-url --upgrade
nvidia-dali-cuda110
clearml_agent: ERROR: Command '['/home/clearml/.clearml/venvs-builds/3.8/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/tmp/requirements_4di5x3tg.txt']' returned non-zero exit status 1. `any suggestions ?

  
  
Posted 2 years ago
Votes Newest

Answers 7


yeah

  
  
Posted 2 years ago

In the "installed packages" section you should have "nvidia-dali-cuda110" In the agent's clearml.conf you should add:extra_index_url: [" ", ]https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L78
Should solve the issue

  
  
Posted 2 years ago

DeliciousSeal67
are we talking about the agent failing to install the package ?

  
  
Posted 2 years ago

the problem is that I did it with detectron2 and it worked just find, and torch_cuda too, like:
-f torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113but when I tried it with nvidia-dali-cuda110 like:
--extra-index-url --upgrade nvidia-dali-cuda110

  
  
Posted 2 years ago

but when I added the
--extra-index-urlto extra_index_url: [] in clearml.config it worked

  
  
Posted 2 years ago

I didn’t know why this happened

  
  
Posted 2 years ago

Did you try to edit clearml.conf on the agent side and add the extra index url there - https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L78

  
  
Posted 2 years ago
998 Views
7 Answers
2 years ago
one year ago
Tags