aimet-onnx wheel installation issue #3623
Labels
aimet-onnx
New feature or bug fix for AIMET ONNX
dependencies
Pull requests that update a dependency file
installation
Installation instructions
When I install aimet-onnx (via poetry) to my pyenv virtualenv,
aimet_onnx
andaimet_common
should be folders at.pyenv/versions/<virtual env name>/lib/python3.10/site-packages/
.However, the aimet_onnx whl file is doing the following
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.
The text was updated successfully, but these errors were encountered: