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 Am Trying To Run Some Experiments On An Agent I Have Configured To Use The Requirements.Txt The Problem Is It Only Shows Cython On The List Of Installed Packages. It Crashes Due To Missing Packages.

Hi! I am trying to run some experiments on an agent I have configured to use the requirements.txt the problem is it only shows Cython on the list of installed packages. It crashes due to missing packages.

  
  
Posted 2 years ago
Votes Newest

Answers 3


` [package_manager.force_repo_requirements_txt=true] Skipping requirements, using repository "requirements.txt"
Using base prefix '/opt/conda'
New python executable in /home/ramon/.clearml/venvs-builds/3.7/bin/python3.7
Also creating executable in /home/ramon/.clearml/venvs-builds/3.7/bin/python
Installing setuptools, pip, wheel...
2021-06-10 09:57:56
done.
Collecting pip<20.2
Using cached pip-20.1.1-py2.py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.1.2
Uninstalling pip-21.1.2:
Successfully uninstalled pip-21.1.2
Successfully installed pip-20.1.1
Collecting Cython
Using cached Cython-0.29.23-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB)
Installing collected packages: Cython
Successfully installed Cython-0.29.23
Adding venv into cache: /home/ramon/.clearml/venvs-builds/3.7
Running task id [1625e041d0ef49beb7deeeada4531f73]:
[.]$ /home/ramon/.clearml/venvs-builds/3.7/bin/python -u /home/ramon/.clearml/venvs-builds/3.7/code/main.py
Summary - installed python packages:
pip:

  • Cython==0.29.23
    Environment setup completed successfully
    Starting Task Execution:
    Traceback (most recent call last):
    File "/home/ramon/.clearml/venvs-builds/3.7/code/main.py", line 5, in <module>
    import hydra
    ModuleNotFoundError: No module named 'hydra' `
  
  
Posted 2 years ago

And what do you have in the requirements.txt file?

  
  
Posted 2 years ago

Hi GrievingTurkey78 ,
What do you see in the requirements section before cloning the task?

  
  
Posted 2 years ago
579 Views
3 Answers
2 years ago
one year ago
Tags