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

Unable to install icevision in google colab #1172

Open
myrkuur opened this issue May 1, 2023 · 4 comments
Open

Unable to install icevision in google colab #1172

myrkuur opened this issue May 1, 2023 · 4 comments

Comments

@myrkuur
Copy link

myrkuur commented May 1, 2023

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
Copy link

ghost commented May 1, 2023

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

@mgmikez
Copy link

mgmikez commented May 2, 2023

Same here.

@ghost
Copy link

ghost commented May 3, 2023

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
Copy link

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

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