ML4GW / aframev2

Detecting binary black hole mergers in LIGO with neural networks
MIT License
6 stars 14 forks source link

infer poetry install is pending indefinetly #153

Closed VasSkliris closed 3 months ago

VasSkliris commented 3 months ago

When I build the infer project I get something pending. Also there is a warning about improper dependecies. When I run this the first time it finished 4 lines and the was pending at he 5th


(aframe-env) [vasileios.skliris@ldas-pcdev2 infer]$ poetry install
Installing dependencies from lock file
Warning: poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies. Run `poetry lock [--no-update]` to fix it.

Package operations: 136 installs, 42 updates, 0 removals

  • Updating six (1.16.0 /home/conda/feedstock_root/build_artifacts/six_1620240208055/work -> 1.16.0): Pending...
EthanMarx commented 3 months ago

Hm thanks for this pointer.

It looks like our poetry.lock is not consistent with the pyproject.toml. Let me re-pull the repo and try to build.

EthanMarx commented 3 months ago

@VasSkliris Can you pull the latest changes from main and try again?

VasSkliris commented 3 months ago

I did and it now pending again but without the warning. Few steps further


Installing dependencies from lock file

Package operations: 134 installs, 44 updates, 0 removals

  • Updating rpds-py (0.17.1 -> 0.18.1)
  • Updating referencing (0.33.0 -> 0.35.1)
  • Updating six (1.16.0 /home/conda/feedstock_root/build_artifacts/six_1620240208055/work -> 1.16.0): Pending...
EthanMarx commented 3 months ago

@VasSkliris Can you try removing your poetry cache dir and trying again? I think theres something stale in there.

You can find it by running poetry config cache-dir

VasSkliris commented 3 months ago

It worked after I deleted that directory. The installation had some exception that might be of interest but it completed

(aframe-env) [vasileios.skliris@ldas-pcdev12 infer]$ poetry install
Installing dependencies from lock file

Package operations: 134 installs, 42 updates, 0 removals

  • Updating six (1.16.0 /home/conda/feedstock_root/build_artifacts/six_1620240208055/work -> 1.16.0)
  • Updating jsonschema-specifications (2023.12.1 /tmp/tmpkv1z7p57/src -> 2023.12.1)
  • Updating platformdirs (4.2.0 /home/conda/feedstock_root/build_artifacts/platformdirs_1706713388748/work -> 4.2.2)
  • Installing python-dateutil (2.9.0.post0)
  • Installing traitlets (5.14.3)
  • Installing types-python-dateutil (2.9.0.20240316)
  • Installing arrow (1.3.0)
  • Installing fastjsonschema (2.19.1)
  • Updating jsonschema (4.21.1 /home/conda/feedstock_root/build_artifacts/jsonschema-meta_1705707496704/work -> 4.22.0)
  • Installing jupyter-core (5.7.2)
  • Updating pycparser (2.21 /home/conda/feedstock_root/build_artifacts/pycparser_1636257122734/work -> 2.22)
  • Installing pyzmq (26.0.3)
  • Installing tornado (6.4)
  • Updating cffi (1.16.0 /home/conda/feedstock_root/build_artifacts/cffi_1696001684923/work -> 1.16.0)
  • Installing fqdn (1.5.1)
  • Updating idna (3.6 /home/conda/feedstock_root/build_artifacts/idna_1701026962277/work -> 3.7)
  • Installing isoduration (20.11.0)
  • Updating jsonpointer (2.4 /home/conda/feedstock_root/build_artifacts/jsonpointer_1695397238043/work -> 2.4)
  • Installing jupyter-client (8.6.1)
  • Updating markupsafe (2.1.5 /home/conda/feedstock_root/build_artifacts/markupsafe_1706899921127/work -> 2.1.5)
  • Installing nbformat (5.10.4)
  • Updating ptyprocess (0.7.0 /home/vasileios.skliris/.local/lib/python3.10/site-packages -> 0.7.0)
  • Installing rfc3339-validator (0.1.4)
  • Installing rfc3986-validator (0.1.1)
  • Updating soupsieve (2.5 /home/conda/feedstock_root/build_artifacts/soupsieve_1693929250441/work -> 2.5)
  • Installing uri-template (1.3.0)
  • Installing webcolors (1.13)
  • Updating webencodings (0.5.1 /home/vasileios.skliris/.local/lib/python3.10/site-packages -> 0.5.1)
  • Installing argon2-cffi-bindings (21.2.0)
  • Installing asttokens (2.4.1)
  • Updating beautifulsoup4 (4.12.3 /home/conda/feedstock_root/build_artifacts/beautifulsoup4_1705564648255/work -> 4.12.3): Installing...
  • Installing bleach (6.1.0): Installing...
  • Installing defusedxml (0.7.1): Installing...
  • Updating pygments (2.17.2 /home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work -> 2.18.0): Installing...
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4): Installing...
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2): Installing...
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Updating pygments (2.17.2 /home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work -> 2.18.0): Installing...
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4): Installing...
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2): Installing...
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Installing defusedxml (0.7.1)
  • Updating pygments (2.17.2 /home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work -> 2.18.0): Installing...
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4): Installing...
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2): Installing...
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Installing bleach (6.1.0): Installing...
  • Installing defusedxml (0.7.1)
  • Updating pygments (2.17.2 /home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work -> 2.18.0): Installing...
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4): Installing...
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Updating beautifulsoup4 (4.12.3 /home/conda/feedstock_root/build_artifacts/beautifulsoup4_1705564648255/work -> 4.12.3)
  • Installing bleach (6.1.0): Installing...
  • Installing defusedxml (0.7.1)
  • Updating pygments (2.17.2 /home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work -> 2.18.0): Installing...
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4): Installing...
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Installing defusedxml (0.7.1)
  • Updating pygments (2.17.2 /home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work -> 2.18.0): Installing...
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4): Installing...
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Installing bleach (6.1.0)
  • Installing defusedxml (0.7.1)
  • Updating pygments (2.17.2 /home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work -> 2.18.0): Installing...
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4): Installing...
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4)
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4)
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
  • Updating pygments (2.17.2 /home/conda/feedstock_root/build_artifacts/pygments_1700607939962/work -> 2.18.0)
  • Installing executing (2.0.1)
  • Updating jinja2 (3.1.3 /home/conda/feedstock_root/build_artifacts/jinja2_1704966972576/work -> 3.1.4)
  • Installing jupyterlab-pygments (0.3.0)
  • Installing mistune (3.0.2)
  • Installing nbclient (0.10.0)
  • Updating packaging (24.0 /home/conda/feedstock_root/build_artifacts/packaging_1710075952259/work -> 24.0): Failed

  CalledProcessError

  Command '['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl']' returned non-zero exit status 1.

  at /cvmfs/software.igwn.org/conda/lib/python3.10/subprocess.py:526 in run
       522│             # We don't call process.wait() as .__exit__ does that for us.
       523│             raise
       524│         retcode = process.poll()
       525│         if check and retcode:
    →  526│             raise CalledProcessError(retcode, process.args,
       527│                                      output=stdout, stderr=stderr)
       528│     return CompletedProcess(process.args, retcode, stdout, stderr)
       529│ 
       530│ 

The following error occurred when trying to handle this error:

  EnvCommandError

  Command ['/home/vasileios.skliris/.conda/envs/aframe-env/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--prefix', '/home/vasileios.skliris/.conda/envs/aframe-env', '--upgrade', '--no-deps', '/home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl'] errored with the following return code 1, and output: 
  Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
  Processing /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl
  packaging is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/vasileios.skliris/.conda/envs/aframe-env/lib/python3.10/site-packages/~xceptiongroup-1.2.0.dist-info'

  at ~/.local/lib/python3.10/site-packages/poetry/utils/env.py:1476 in _run
      1472│                 output = subprocess.check_output(
      1473│                     command, stderr=subprocess.STDOUT, env=env, **kwargs
      1474│                 )
      1475│         except CalledProcessError as e:
    → 1476│             raise EnvCommandError(e, input=input_)
      1477│ 
      1478│         return decode(output)
      1479│ 
      1480│     def execute(self, bin: str, *args: str, **kwargs: Any) -> int:

The following error occurred when trying to handle this error:

  PoetryException

  Failed to install /home/vasileios.skliris/.cache/pypoetry/artifacts/16/b0/e3/9de32eb3cee4faf411c88d49bc4a86b90d4470081e4ad5f2f90478909e/packaging-24.0-py3-none-any.whl

  at ~/.local/lib/python3.10/site-packages/poetry/utils/pip.py:51 in pip_install
       47│ 
       48│     try:
       49│         return environment.run_pip(*args)
       50│     except EnvCommandError as e:
    →  51│         raise PoetryException(f"Failed to install {path.as_posix()}") from e
       52│ 

  • Installing pandocfilters (1.5.1)
  • Installing parso (0.8.4)
  • Installing pure-eval (0.2.2)
  • Installing python-json-logger (2.0.7)
  • Updating pyyaml (6.0.1 /home/conda/feedstock_root/build_artifacts/pyyaml_1695373428874/work -> 6.0.1)
  • Updating exceptiongroup (1.2.0 /home/conda/feedstock_root/build_artifacts/exceptiongroup_1704921103267/work -> 1.2.1)
  • Updating sniffio (1.3.1 /home/conda/feedstock_root/build_artifacts/sniffio_1708952932303/work -> 1.3.1)
  • Installing terminado (0.18.1)
  • Installing tinycss2 (1.3.0)
  • Updating typing-extensions (4.11.0 /home/conda/feedstock_root/build_artifacts/typing_extensions_1712329955671/work -> 4.11.0)
  • Updating wcwidth (0.2.13 /home/conda/feedstock_root/build_artifacts/wcwidth_1704731205417/work -> 0.2.13)
EthanMarx commented 3 months ago

@VasSkliris Going to close this since I think we resolved it on the call. Feel free to re-open if its persisting