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
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/.
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:
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: