Closed mrpositron closed 2 years ago
This should be because torchdyn
requires ver. 3.8+
of Python and Colab runs on older versions by default. I'd suggest installing a 3.8
kernel on a Colab machine and then try to pip install again. Most of the package should work with 3.6+
as well, so you can also install directly after cloning the repo if changing Python version is not a possibility.
Okay. Got it. Thanks!
Could not install
torchdyn
on colabStep to Reproduce
Steps to reproduce the behavior:
!pip install torchdyn
Expected behavior To be able to install
torchdyn
properly.Screenshots
Additional context