Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Install turicreate on Google colab #3452

Open
robintux opened this issue Jul 25, 2022 · 1 comment
Open

Install turicreate on Google colab #3452

robintux opened this issue Jul 25, 2022 · 1 comment

Comments

@robintux
Copy link

Has anyone managed to install turicreate in colab. I have the following dependencies error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
xarray-einstats 0.2.2 requires numpy>=1.21, but you have numpy 1.18.5 which is incompatible.
tensorflow-probability 0.16.0 requires gast>=0.3.2, but you have gast 0.2.2 which is incompatible.
tables 3.7.0 requires numpy>=1.19.0, but you have numpy 1.18.5 which is incompatible.
librosa 0.8.1 requires resampy>=0.2.2, but you have resampy 0.2.1 which is incompatible.
jaxlib 0.3.14+cuda11.cudnn805 requires numpy>=1.19, but you have numpy 1.18.5 which is incompatible.
jax 0.3.14 requires numpy>=1.19, but you have numpy 1.18.5 which is incompatible.
datascience 0.10.6 requires folium==0.2.1, but you have folium 0.8.3 which is incompatible.
albumentations 0.1.12 requires imgaug<0.2.7,>=0.2.5, but you have imgaug 0.2.9 which is incompatible.

nvcc version es :

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2020 NVIDIA Corporation
Built on Mon_Oct_12_20:09:46_PDT_2020
Cuda compilation tools, release 11.1, V11.1.105
Build cuda_11.1.TC455_06.29190527_0

Any advice to be able to use it on colab ?

@TobyRoseman
Copy link
Collaborator

That error message is usually nothing to worry about. You should still be able to import turicreate.

However getting turicreate to use Google colab GPUs is probably not going to happen. TuriCreate is only setup to use a few old versions of TensorFlow.

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

No branches or pull requests

2 participants