Replies: 1 comment 23 replies
-
hi, @mattroos - usually I do: 1 cd to dist dir |
Beta Was this translation helpful? Give feedback.
23 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know this is really a python/pip question, but hopefully someone can help...
I've built onnxruntime from source,
and then installed the wheel file...
But it fails to import into python.
If I then do a
pip uninstall
, it indicates that the installed files were in the expected directories (in the virtual python environment in which I did thepip install
).What am I doing wrong? Why can't python find and import the module?
Beta Was this translation helpful? Give feedback.
All reactions