And what do you have in the requirements.txt
file?
Hi GrievingTurkey78 ,
What do you see in the requirements section before cloning the task?
` [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' `