This repository has been archived by the owner on May 14, 2024. It is now read-only.
Errors when using Kohya native trainer on colab #285
Unanswered
ClaraSanders
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been getting a lot of errors since google updated their colab service:
/usr/local/lib/python3.10/dist-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.16) or chardet (5.2.0)/charset_normalizer (2.0.12) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
I think the root of the problem is the first error I got when running the first cell:
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.
google-colab 1.0.0 requires requests==2.31.0, but you have requests 2.27.1 which is incompatible.
yfinance 0.2.28 requires requests>=2.31, but you have requests 2.27.1 which is incompatible.
Is there a way to fix it? I still can use the trainer but I suspect the trainer will not work as good as before.
Beta Was this translation helpful? Give feedback.
All reactions