Hello, thanks for your work. I am getting this error after I run this line:
conda env update --file environment.yml --prune
This is the error:
ERROR: Could not find a version that satisfies the requirement kaolin==0.15.0 (from versions: 0.1)
ERROR: No matching distribution found for kaolin==0.15.0
I am running this on ubuntu 22.04. I had to install python 3.9 from sudo add-apt-repository ppa:deadsnakes/ppa as mentioned here.
Thanks.
Hello, thanks for your work. I am getting this error after I run this line:
This is the error:
I am running this on ubuntu 22.04. I had to install python 3.9 from
sudo add-apt-repository ppa:deadsnakes/ppaas mentioned here.Thanks.