HolyWu/vs-grlir

Problem installing, due to antlr4-python3-runtime-4.9.3 vs antlr4-python3-runtime 4.13.1

Opened this issue · 0 comments

Any idea how to fix this:

F:\Hybrid\64bit\Vapoursynth>python -m pip install -U vsgrlir
Collecting vsgrlir
  Using cached vsgrlir-1.1.1-py3-none-any.whl.metadata (2.5 kB)
Requirement already satisfied: numpy>=1.24.2 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from vsgrlir) (1.26.4)
Collecting omegaconf>=2.3.0 (from vsgrlir)
  Using cached omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB)
Requirement already satisfied: requests>=2.28.2 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from vsgrlir) (2.31.0)
Requirement already satisfied: timm>=0.6.13 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from vsgrlir) (0.9.16)
Requirement already satisfied: torch>=1.13.1 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from vsgrlir) (2.2.0+cu121)
Requirement already satisfied: tqdm>=4.65.0 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from vsgrlir) (4.66.2)
Requirement already satisfied: vapoursynth>=55 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from vsgrlir) (66)
Requirement already satisfied: vsutil>=0.8.0 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from vsgrlir) (0.8.0)
Collecting antlr4-python3-runtime==4.9.* (from omegaconf>=2.3.0->vsgrlir)
  Using cached antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: PyYAML>=5.1.0 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from omegaconf>=2.3.0->vsgrlir) (6.0.1)
Requirement already satisfied: charset-normalizer<4,>=2 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from requests>=2.28.2->vsgrlir) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from requests>=2.28.2->vsgrlir) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from requests>=2.28.2->vsgrlir) (2.2.1)
Requirement already satisfied: certifi>=2017.4.17 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from requests>=2.28.2->vsgrlir) (2024.2.2)
Requirement already satisfied: torchvision in f:\hybrid\64bit\vapoursynth\lib\site-packages (from timm>=0.6.13->vsgrlir) (0.17.0)
Requirement already satisfied: huggingface_hub in f:\hybrid\64bit\vapoursynth\lib\site-packages (from timm>=0.6.13->vsgrlir) (0.22.2)
Requirement already satisfied: safetensors in f:\hybrid\64bit\vapoursynth\lib\site-packages (from timm>=0.6.13->vsgrlir) (0.4.3)
Requirement already satisfied: filelock in f:\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.13.1->vsgrlir) (3.13.4)
Requirement already satisfied: typing-extensions>=4.8.0 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.13.1->vsgrlir) (4.11.0)
Requirement already satisfied: sympy in f:\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.13.1->vsgrlir) (1.12)
Requirement already satisfied: networkx in f:\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.13.1->vsgrlir) (3.3)
Requirement already satisfied: jinja2 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.13.1->vsgrlir) (3.1.3)
Requirement already satisfied: fsspec in f:\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.13.1->vsgrlir) (2024.3.1)
Requirement already satisfied: colorama in f:\hybrid\64bit\vapoursynth\lib\site-packages (from tqdm>=4.65.0->vsgrlir) (0.4.6)
Requirement already satisfied: packaging>=20.9 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from huggingface_hub->timm>=0.6.13->vsgrlir) (24.0)
Requirement already satisfied: MarkupSafe>=2.0 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from jinja2->torch>=1.13.1->vsgrlir) (2.1.5)
Requirement already satisfied: mpmath>=0.19 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from sympy->torch>=1.13.1->vsgrlir) (1.3.0)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from torchvision->timm>=0.6.13->vsgrlir) (10.3.0)
Using cached vsgrlir-1.1.1-py3-none-any.whl (37 kB)
Using cached omegaconf-2.3.0-py3-none-any.whl (79 kB)
Building wheels for collected packages: antlr4-python3-runtime
  Building wheel for antlr4-python3-runtime (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
         or: setup.py --help [cmd1 cmd2 ...]
         or: setup.py --help-commands
         or: setup.py cmd --help

      error: invalid command 'bdist_wheel'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for antlr4-python3-runtime
  Running setup.py clean for antlr4-python3-runtime
Failed to build antlr4-python3-runtime
ERROR: Could not build wheels for antlr4-python3-runtime, which is required to install pyproject.toml-based projects

F:\Hybrid\64bit\Vapoursynth>python -m pip install antlr4-python3-runtime
Requirement already satisfied: antlr4-python3-runtime in f:\hybrid\64bit\vapoursynth\lib\site-packages (4.13.1)