aimet v 1.31.0 installation
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.
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
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
@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.