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

How to install the library in google colab notebook? #118

Closed
Redevic opened this issue Jan 29, 2022 · 3 comments
Closed

How to install the library in google colab notebook? #118

Redevic opened this issue Jan 29, 2022 · 3 comments

Comments

@Redevic
Copy link

Redevic commented Jan 29, 2022

Hi, i try install ffcv in google colab using
!pip install ffcv
but i get an error :
ERROR: Could not find a version that satisfies the requirement ffcv (from versions: 0.0.1, 0.0.2, 0.0.3rc1, 0.0.3)
ERROR: No matching distribution found for ffcv.
image

@GuillaumeLeclerc
Copy link
Collaborator

Hello,

Unfortunately this is beyond our control. Colab only works with python 3.7.2 and FFCV requires at least 3.8. There is no change we could do to support 3.7 because multiprocessing.shared_memory was released as part of the standard library for python 3.8 As soon as Colab updates to 3.8 you should re-open this issue and we will provide an example

@Redevic
Copy link
Author

Redevic commented Jan 29, 2022 via email

@1ucky40nc3
Copy link

It seems that colab has switched to python=3.8.15. Here is a gist and a screenshot:
image

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