-
Notifications
You must be signed in to change notification settings - Fork 393
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
ImportError libpymo in AIMET 1.32 Pytorch 2.1.2+cu118 #3163
Comments
Hi @escorciav, |
Thanks @e-said ! For reference, my dev env is built as follows: conda create -n work_v2.0-public-wheels python=3.10
conda activate work_v2.0-public-wheels
conda install pytorch==2.1.2 torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
pip install onnx==1.12.0 onnxruntime==1.15.1 jsonschema==4.19.0 spconv==2.3.6 bokeh onnxsim
# pip install -r prj_deps.txt
# wget aimet-wheels
pip install ./aimet_torch_gpu_pt21-1.32.0.cu118-cp310-cp310-manylinux_2_34_x86_64.whl I also used both Pro & public [wheels for 1.32.0][https://github.com/quic/aimet/releases/tag/1.32.0] |
Adding those lines after aimet-wheels installation should fix your issue:
|
It does not :(
or should I point to the files in the conda env? |
@e-said which version of Ubuntu are you using? |
Ah yes you are right, you should point to conda in your case.
I'm using ubuntu 22.04, it's the version recommended for aimet 1.32. |
I will update the paths, but I think that it's a Ubuntu 22.04 linking error. |
I'm getting the following import Error after using (binaries) wheels for AIMET & Pytorch installed via pip (binary) wheels
Questions
Environment
requirements.txt
The text was updated successfully, but these errors were encountered: