-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Build] Unable to build the source distribution
#18036
Comments
By using this command
|
were you able to figure out a solution? I got this same error and I'm not even sure what the issue is even after looking at the code referenced in the stack trace Intel MacBook Pro Mid-2014 |
i am too even not sure what is issue with the build and i didn't get any solution to build source distribution till now .. |
I've hit the same build issue on an M1 when trying to build the Java API, the fix for me was to apply this patch:
Not sure why googletest & absl don't play together nicely on macOS/ARM64, maybe something has gone wrong in the platform detection? |
I am getting the same error on Linux Ubuntu x86_64. is there a solution? |
I have the same issue on Mac M1 max. The suggested patch didn't fix the issue for me unfortunately :( |
Also getting this error when building from acpt docker image.
|
@snnn maybe you could help with this? This is important for us to be work on llama v2 optimization |
Adding |
This works for me too |
@titaiwangms great !!! @BowenBao can you able to share the steps here right from cloning the repo for building this ?? |
Describe the issue
there is no
source distribution
in pypi and unable to build the source distribution tried to build usingpython -m build --sdist
Necessity
: Trying to build the emscripten package for onnxruntime to use this onnxruntime inside pyodide environment kindly do the needfulTo Reproduce
: clone the repo and execute the build commandUrgency
URGENT
unable to build the emscripten package for the onnxruntime package inside pyodide build.Target platform
MAC M1
Build script
python -m build --wheel
Error / output
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: