thinc icon indicating copy to clipboard operation
thinc copied to clipboard

8.2.5 version giving wheel build issue

Open BhargaviUppalapati opened this issue 1 year ago • 1 comments

Getting below error while doing docker build of python project (Only with 8.2.5 version and its resolved with 8.2.4)

/tmp/pip-build-env-f540whib/overlay/lib/python3.8/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'thinc.tests.mypy.configs' is absent from the packages configuration.

#15 49.25 !! #15 49.25 check.warn(importable) #15 49.25 error: command 'gcc' failed: No such file or directory #15 49.25 [end of output] #15 49.25
#15 49.25 note: This error originates from a subprocess, and is likely not a problem with pip. #15 49.26 ERROR: Failed building wheel for thinc #15 49.26 ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (thinc) #15 49.26 Failed to build thinc

  • Operating System: Windows
  • Spacy Version Used : 3.7.5
  • Python Version Used: 3.8
  • Thinc Version Used: 8.2.5
  • Environment Information:lower

BhargaviUppalapati avatar Jun 27 '24 09:06 BhargaviUppalapati

Same result here. Don't know why it's trying to build the .tar.gz instead of downloading the wheel. Locking my version to 8.2.4 until there's a fix.

Oracle Linux 8.10 x86_64, Python 3.8.17, Spacy 3.7.5

r-htpc avatar Jul 10 '24 17:07 r-htpc

The issue is the Python requirement. We've had to stop building for Python 3.8, as our dependencies no longer support it.

honnibal avatar Jan 13 '25 12:01 honnibal