airctic / icevision

An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come
https://airctic.github.io/icevision/
Apache License 2.0
849 stars 150 forks source link

Unable to install icevision in google colab #1172

Open myrkuur opened 1 year ago

myrkuur commented 1 year ago

I tried to install icevision in colab using:

!wget https://raw.githubusercontent.com/airctic/icevision/master/icevision_install.sh
!bash icevision_install.sh cuda11 master
!pip install sahi<0.10

and it used to worked just fine but now it takes a lot of time and does not correctly install.

image
ghost commented 1 year ago

Same problem. Even the quick start tutorial has the same problem.

mgmikez commented 1 year ago

Same here.

ghost commented 1 year ago

Solved.

This is because the colab update the python to 3.10. you can use through this way: First, you can click Tool → Command palette and then, input "use fallback runtime version " this will solve your problem until the wheel update.

But This solution seems to be a temporary solution.

MajorCode869 commented 1 year ago

I tried implementing the same method as yours but it

Solved.

This is because the colab update the python to 3.10. you can use through this way: First, you can click Tool → Command palette and then, input "use fallback runtime version " this will solve your problem until the wheel update.

But This solution seems to be a temporary solution.

I tried the same but the version being used is still Python 3.10.12