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
I was unable to build the project as it is.
I followed the documentation I exectude pip instal -e .
I managed to build the shared library, but not the python package.
Here's the log:
Urgency
No response
Target platform
Linux x64
Build script
I used the python pip build system.
Error / output
Obtaining file:///home/spappalardo%40inl34.ec-lyon.fr/builds/onnxruntime
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... error
error: subprocess-exited-with-error
× Getting requirements to build editable did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
running egg_info
writing onnxruntime.egg-info/PKG-INFO
writing dependency_links to onnxruntime.egg-info/dependency_links.txt
writing entry points to onnxruntime.egg-info/entry_points.txt
writing requirements to onnxruntime.egg-info/requires.txt
writing top-level names to onnxruntime.egg-info/top_level.txt
error: package directory 'onnxruntime/backend' does not exist
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build editable did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.```
### Visual Studio Version
_No response_
### GCC / Compiler Version
_No response_
The text was updated successfully, but these errors were encountered:
Describe the issue
I was unable to build the project as it is.
I followed the documentation I exectude
pip instal -e .
I managed to build the shared library, but not the python package.
Here's the log:
Urgency
No response
Target platform
Linux x64
Build script
I used the python pip build system.
Error / output
The text was updated successfully, but these errors were encountered: