kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

Package manager not able to install Kaolin

Open zaiisao opened this issue 2 years ago • 5 comments

Hello, I am working on a project that uses Kaolin and have been using the following command without any issues -- at least, until just a couple of days ago.

pip install kaolin==0.12.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-1.12.1_cu113.html

However, this ended up in an installation error:

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Looking in links: https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-1.12.1_cu113.html ERROR: Could not find a version that satisfies the requirement kaolin==0.12.0 (from versions: 0.0) ERROR: No matching distribution found for kaolin==0.12.0

It is strange, mainly because this exact same command worked just a couple of days ago.

I ended up trying a Kaolin installation without the version number specification (i.e. removing the ==0.12.0 from the above command). This ended up installing version 0.0 of Kaolin which I was able to verify when running pip list.

As a result, I cloned this GitHub repo and compiled the package on my own, which ended up working. As a result, there seems to be something wrong with the package manager, or the amazonaws link that is used above (although I'm not an expert on how these package managers work, so my assessment might have some problems).

zaiisao avatar Apr 30 '23 12:04 zaiisao

I have the same issue, I'll try cloning the repo, thanks, edit: can you use the latest version like that? I am getting an import error no Module ipyevents when installing via cloning the repo

aegonwolf avatar May 09 '23 12:05 aegonwolf

I'm not sure as I didn't get such an error when installing running installation via python setup.py install.

zaiisao avatar May 14 '23 12:05 zaiisao

Hi, can you check your python version? We currently only support python from 3.7 to 3.9 (will support 3.10 in the next release). Please open a separate issue for the ipyevents version issue.

Caenorst avatar May 14 '23 17:05 Caenorst

@Caenorst any ETA on the next release with Python 3.10 support?

olokobayusuf avatar May 24 '23 18:05 olokobayusuf

The documentation says 3.10 is supported but I am getting the same error.

odusseys avatar Jan 09 '24 13:01 odusseys

Python 3.10 is currently supported. Please reopen if running into issues with latest wheels and within our supportrange.

shumash avatar Jul 19 '24 20:07 shumash