|
|
|
|
|
by tfsh
1327 days ago
|
|
Thanks! I won't try the colab just yet, as I think it would be fun if I could locally run this. I'm now getting different error messages by installing cmake (brew install cmake) before the manual install - it still looks like some odd error caused by Onnx, which is also why the manual install is failing - "fatal: not a git repository (or any of the parent directories): .git" whilst installing onnx. The Docker solution failing is weird, containers are meant to be hermetic and deterministic, maybe an upstream change broke something..., but given the Docker install error messages and the fact Onnx is a large-scale project I fail to see how that's the case either. I'll continue to debug and update the top comment if I resolve it :) |
|
And since ONNX is not a forced requirement, maybe the following guides can make things easier:
1. Install `carefree-learn` instead of `carefree-learn[cv]`
2. Install the following packages manually:
ftfy regex lmdb albumentations carefree-cv
> I'll consider removing the `onnx` requirements from the `cv` spec in the near future!