Skip to content
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

aimet v 1.31.0 installation #2967

Open
Eman-Su opened this issue May 20, 2024 · 2 comments
Open

aimet v 1.31.0 installation #2967

Eman-Su opened this issue May 20, 2024 · 2 comments

Comments

@Eman-Su
Copy link

Eman-Su commented May 20, 2024

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.

@e-said
Copy link

e-said commented May 24, 2024

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

@quic-bharathr
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants