IntelligenceX / SDK

Public SDK for Intelligence X
https://intelx.io
405 stars 93 forks source link

Build error in repository #523

Closed test0394 closed 8 months ago

test0394 commented 8 months ago

When running the tool, it is not possible to complete the installation, and the following error appears. It has happened after the last changes made, since the previous week it worked without problem.

raise ValueError(f"{error}\n{summary}") from None
#0 38.51       ValueError: invalid pyproject.toml config: `project.scripts.intelx-cli`.
#0 38.51       configuration error: `project.scripts.intelx-cli` must be python-entrypoint-reference
#0 38.51       [end of output]
#0 38.51
#0 38.51   note: This error originates from a subprocess, and is likely not a problem with pip.
#0 38.53 error: subprocess-exited-with-error
#0 38.53
#0 38.53 × Getting requirements to build wheel did not run successfully.
#0 38.53 │ exit code: 1
#0 38.53 ╰─> See above for output.
#0 38.53
#0 38.53 note: This error originates from a subprocess, and is likely not a problem with pip.
#0 38.57
#0 38.57 [notice] A new release of pip is available: 23.0.1 -> 23.3.2
#0 38.57 [notice] To update, run: pip install --upgrade pip
cmlh commented 8 months ago

I've reverted the fix to setup.py which I am tracking over at https://github.com/IntelligenceX/SDK/issues/548

Please accept my apologies for the error @test0394