Daethyra / OpenDTS

Open Domestic Threat Scanner - LLM Threat-Intelligence
3 stars 0 forks source link

Pyproject.toml failure #101

Closed Daethyra closed 1 year ago

Daethyra commented 1 year ago
File "C:\************\.venv\Lib\site-packages\Cython\Build\Dependencies.py", line 1125, in cythonize
  result.get(99999)  # seconds
  ^^^^^^^^^^^^^^^^^
File "C:\************\Python\Python311\Lib\multiprocessing\pool.py", line 774, in get
  raise self._value

Cython.Compiler.Errors.CompileError: sklearn\ensemble_hist_gradient_boosting\splitting.pyx

  143│
  144│                 error = ChefBuildError("\n\n".join(message_parts))
  145│
  146│             if error is not None:
→ 147│                 raise error from None
  148│
  149│             return path
  150│
  151│     def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:

Note: This error originates from the build backend, and is likely not a problem with poetry but with scikit-learn (0.24.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "scikit-learn (==0.24.2)"'.

Daethyra commented 1 year ago

Going to ignore it. Having tons of errors and pip works just fine.