Skip to content

Unable to install sleap in Google Colab: "× Preparing metadata (pyproject.toml) did not run successfully." #2124

Answered by gitttt-1234
Johanna-Ott asked this question in Help!
Discussion options

You must be logged in to vote

Hi @Johanna-Ott !!

Colab recently updated their python to 3.11 which requires scipy > 1.9. However, for our package we use python 3.7.12 which supports scipy <= 1.9 (we pinned the version to resolve dependency conflicts). We could get past the scipy dependency however, there would again be a conflict with tensorflow with the latest python version. You could try creating a virtual env in colab with python v3.7.12 (it's a bit tricky but might work)

Thanks,

Divya

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Johanna-Ott
Comment options

Answer selected by Johanna-Ott
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants