We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python3 setup.py bdist_wheel
running bdist_wheel running build running build_py error: package directory 'onnxruntime/backend' does not exist
The text was updated successfully, but these errors were encountered:
Please use build.sh/build.bat with --build_wheel instead of calling setup.py directly.
Sorry, something went wrong.
@skottmckay I think the INSTALL doc should be update. it indicates users to build like python3 setup.py bdist_wheel way.
Where is the INSTALL document you're referring to?
#4 are instructions to install onnx not onnxruntime.
No branches or pull requests
python3 setup.py bdist_wheel
running bdist_wheel
running build
running build_py
error: package directory 'onnxruntime/backend' does not exist
The text was updated successfully, but these errors were encountered: