yah just got past the hurdle by creating a conda env for clearml on the rack with python 3.9
Hi @<1711189717917110272:profile|DepravedLion85> , this sounds like a bad pip version - what is the pip version you're using?
hi all trying to run my first job jobs on clearml and am getting this:
Successfully installed pip-22.2.2
ERROR: Exception:
Traceback (most recent call last):
File "/home/deeptune/.clearml/venvs-builds/3.12/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper
status = run_func(*args)
^^^^^^^^^^^^^^^
File "/home/deeptune/.clearml/venvs-builds/3.12/lib/python3.12/site-packages/pip/_internal/commands/list.py", line 164, in run
packages: "_ProcessedDists" = [
^
File "/home/deeptune/.clearml/venvs-builds/3.12/lib/python3.12/site-packages/pip/_internal/metadata/base.py", line 646, in <genexpr>
return (d for d in it if d.canonical_name not in skip)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/deeptune/.clearml/venvs-builds/3.12/lib/python3.12/site-packages/pip/_internal/metadata/base.py", line 594, in iter_all_distributions
for dist in self._iter_distributions():
File "/home/deeptune/.clearml/venvs-builds/3.12/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py", line 168, in _iter_distributions
for dist in finder.find_eggs(location):
File "/home/deeptune/.clearml/venvs-builds/3.12/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py", line 136, in find_eggs
yield from self._find_eggs_in_dir(location)
File "/home/deeptune/.clearml/venvs-builds/3.12/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py", line 103, in _find_eggs_in_dir
from pip._vendor.pkg_resources import find_distributions
File "/home/deeptune/.clearml/venvs-builds/3.12/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2164, in <module>
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
clearml_agent: ERROR: Command '['/home/deeptune/.clearml/venvs-builds/3.12/bin/python', '-m', 'pip', '--disable-pip-version-check', 'list']' returned non-zero exit status 2.
I have the agent installed on our bare metal 8xH100 instance and am trying to run a python training script. (our current stack is actually dockerized and runs with valohai)
any idea whats wrong with the clearml-agent here or my environment?
yah just got past the hurdle by creating a conda env for clearml on the rack with python 3.9
Hi @<1711189717917110272:profile|DepravedLion85> , this sounds like a bad pip version - what is the pip version you're using?