Skip to content
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

aimet-onnx wheel installation issue #3623

Open
NikilXYZ opened this issue Dec 13, 2024 · 0 comments
Open

aimet-onnx wheel installation issue #3623

NikilXYZ opened this issue Dec 13, 2024 · 0 comments

Comments

@NikilXYZ
Copy link

When I install aimet-onnx (via poetry) to my pyenv virtualenv, aimet_onnx and aimet_common should be folders at .pyenv/versions/<virtual env name>/lib/python3.10/site-packages/.

<virtual_env>/lib/python3.10/site-packages/
│
├─ aimet_onnx
├─ aimet_common

However, the aimet_onnx whl file is doing the following

<virtual_env>/lib/python3.10/site-packages/
│
├─ aimet_onnx-1.35.0+cu118.data
         │
         ├─ purelib
                 │
                 ├─ aimet_onnx
                 ├─ aimet_common

As a result, my python interpreter is not able to find the packages unless I add the subdirectory to my python path or copy those folders out, which I shouldn't have to do.

The aimet-torch from pypi doesn't have this problem. Please fix your packaging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant