Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract-msg (<=0.29.*) #525

Open
YingxuanW opened this issue Aug 20, 2024 · 2 comments
Open

extract-msg (<=0.29.*) #525

YingxuanW opened this issue Aug 20, 2024 · 2 comments

Comments

@YingxuanW
Copy link

To solve this problem, you should git clone it, and modify the following file: /textract-master/requirements/python
extract-msg<=0.29. -> extract-msg<=0.29.0*
And then install by running the following command: pip install -r requirements/python-dev3

@exelents
Copy link

exelents commented Sep 1, 2024

Have a similar problem.

WARNING: Ignoring version 1.6.5 of textract since it has invalid metadata:
Requested textract from http://princessluna.lan:8181/root/pypi/%2Bf/0ac/cd78ec42864e3/textract-1.6.5-py3-none-any.whl 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.
  Downloading http://princessluna.lan:8181/root/pypi/%2Bf/35a/c0302e2dbe53e/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 list 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.

[notice] A new release of pip is available: 24.1.2 -> 24.2
[notice] To update, run: pip install --upgrade pip

To install it I localy edit the troubled line to "extract-msg==0.29.*" and install it from the local sources.

@jspinella
Copy link

This issue is addressed by the open pull request here: #527

... but I don't know if the maintainer is active anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants