Closed ruvilonix closed 7 months ago
I don't know what transformers.Trainer is, but apparently is depends on a more specific version of s3fs or one of its dependencies. Unfortunately, pip does not guarantee consistency after installation, and indeed it gives you a warning to this effect. You have these choices:
I will close this now, as I don't believe there's anything we can do about it.
On a freshly created JupyterLab Space instance (image: SageMaker Distribution 1.6) on SageMaker Studio in AWS, I open the terminal and run
pip install s3fs
, and it returns some errors during install:After installation, it is no longer possible to import
transformers.Trainer
: