You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Textract cannot be installed with the current version of Wheel (0.40.0) because pypa/wheel#520 made it so that .* suffix can only be used with == or != operators. I receive the following error:
Collecting textract==1.6.4
Downloading textract-1.6.4.tar.gz (17 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py egg_info 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; Expected end or semicolon (after version specifier)
extract-msg<=0.29.*
~~~~~~^
[end of output]
I see forks where people have tried to drop the Python 2 dependencies and work around this error. Can we get consensus to move forward with one of these? Has anyone in the community found a solution or alternative library? Locally I can pin to an earlier version of wheel but this is breaking our serverless build where we have less control over the infrastructure.
The text was updated successfully, but these errors were encountered:
@traverseda are you or @deanmalmgren available to consider removing the asterisk and comply with the latest wheel constraints? Please let me know how I can help. Thank you!
Textract cannot be installed with the current version of Wheel (0.40.0) because pypa/wheel#520 made it so that .* suffix can only be used with == or != operators. I receive the following error:
I see forks where people have tried to drop the Python 2 dependencies and work around this error. Can we get consensus to move forward with one of these? Has anyone in the community found a solution or alternative library? Locally I can pin to an earlier version of wheel but this is breaking our serverless build where we have less control over the infrastructure.
The text was updated successfully, but these errors were encountered: