HyperTag icon indicating copy to clipboard operation
HyperTag copied to clipboard

Can't Install via pip

Open Aquarii opened this issue 1 year ago • 0 comments

OS: Microsoft Windows 10 Pro 64-bit (2009, 19045.4412)

> pip install hypertag

Collecting hypertag
  Using cached hypertag-0.6.3.3.1-py3-none-any.whl.metadata (12 kB)
Collecting Pillow<9.0.0,>=8.1.0 (from hypertag)
  Using cached Pillow-8.4.0.tar.gz (49.4 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting PyPDF2<2.0.0,>=1.26.0 (from hypertag)
  Using cached PyPDF2-1.28.6-py3-none-any.whl.metadata (5.3 kB)
Collecting cairocffi<2.0.0,>=1.2.0 (from hypertag)
  Using cached cairocffi-1.7.1-py3-none-any.whl.metadata (3.3 kB)
Collecting filetype<2.0.0,>=1.0.7 (from hypertag)
  Using cached filetype-1.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting fire<0.4.0,>=0.3.1 (from hypertag)
  Using cached fire-0.3.1.tar.gz (81 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting ftfy<6.0,>=5.8 (from hypertag)
  Using cached ftfy-5.9.tar.gz (66 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting fuzzywuzzy<0.19.0,>=0.18.0 (from fuzzywuzzy[speedup]<0.19.0,>=0.18.0->hypertag)
  Using cached fuzzywuzzy-0.18.0-py2.py3-none-any.whl.metadata (4.9 kB)
Collecting hnswlib<0.5.0,>=0.4.0 (from hypertag)
  Using cached hnswlib-0.4.0.tar.gz (17 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting pywebcopy<7.0.0,>=6.3.0 (from hypertag)
  Using cached pywebcopy-6.3.0-py2.py3-none-any.whl.metadata (20 kB)
Collecting rpyc<6.0.0,>=5.0.0 (from hypertag)
  Using cached rpyc-5.3.1-py3-none-any.whl.metadata (3.4 kB)
Collecting sentence-transformers<0.5.0,>=0.4.1 (from hypertag)
  Using cached sentence-transformers-0.4.1.2.tar.gz (64 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting textract<2.0.0,>=1.6.3 (from hypertag)
  Using cached textract-1.6.5-py3-none-any.whl.metadata (2.5 kB)
WARNING: Ignoring version 1.6.5 of textract since it has invalid metadata:
Requested textract<2.0.0,>=1.6.3 from https://files.pythonhosted.org/packages/6b/3e/ac16b6bf28edf78296aea7d0cb416b49ed30282ac8c711662541015ee6f3/textract-1.6.5-py3-none-any.whl (from hypertag) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
    extract-msg (<=0.29.*)
                 ~~~~~~~^
Please use pip<24.1 if you need to use this version.
  Using cached textract-1.6.4.tar.gz (17 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      error in textract setup command: 'install_requires' must be a string or iterable of strings containing valid project/version requirement specifiers; .* suffix can only be used with `==` or `!=` operators
          extract-msg<=0.29.*
                     ~~~~~~~^
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Aquarii avatar Dec 29 '24 12:12 Aquarii