aimet icon indicating copy to clipboard operation
aimet copied to clipboard

aimet v 1.31.0 installation

Open Eman-Su opened this issue 1 year ago • 2 comments

Hello,

I'm trying to install aimet. I created a virtual environment with python 3.8. However, during installation, when I run this command: python3 -m pip install https://github.com/quic/aimet/releases/download/1.31.0/aimet_torch-torch_gpu_1.31.0-cp38-cp38-linux_x86_64.whl -f https://download.pytorch.org/whl/torch_stable.html I receive this error: ERROR: Package 'networkx' requires a different Python :3.8.10 not in '>=3.9' and the installation stops due to this error

and when creating a virtual environment with python 3.9, I receive this [Error aimet_torch-torch_gpu_1.31.0-cp38-cp38-linux_x86_64.whl is not a supported wheel on this platform

Also, the installation guide provides the following two commands: python3 -m pip install ${download_url}/AimetCommon-${AIMET_VARIANT}_${release_tag}-${wheel_file_suffix} python3 -m pip install ${download_url}/Aimet-${AIMET_VARIANT}_${release_tag}-${wheel_file_suffix} but I couldn't find the corresponding wheel files for those commands on the releases page for v 1.31.0

Kindly, advise. Thanks in advance for your assistance.

Eman-Su avatar May 20 '24 18:05 Eman-Su

Hi @Eman-Su Didn't get this issue with aimet 1.30.0 Try to install networkx giving this specific version networkx==3.1 before installing aimet, that will probably fix your issue

e-said avatar May 24 '24 15:05 e-said

Hi @Eman-Su we now have a new release. Could you please try this one? https://github.com/quic/aimet/releases/tag/1.32.0

quic-bharathr avatar Jun 04 '24 19:06 quic-bharathr

@Eman-Su please give a try with our latest release https://pypi.org/project/aimet-torch/ https://pypi.org/project/aimet-onnx

please re-open this issue if this still persists. Closing due to inactivity.

quic-bhushans avatar Apr 30 '25 21:04 quic-bhushans