Closed larsLarski closed 2 years ago
I'm experiencing something similar with getting:
Error: tfenv: no bottle available
I tried installing from a previous commit and got the message: Installation of tfenv from a GitHub commit URL is unsupported
Will the 2.2.2 release fix this issue and when is that scheduled to deploy? Any ideas on quick fix?
Thank you.
workaround is brew install tfenv --build-from-source
(on ubuntu, that requires apt-get install llvm clang
to get clang).
Facing the same issue. Is there any timeline when the patch will be released?
This looks like a homebrew problem. Homebrew packaging is done by an unrelated 3rd party.
Attempting to install tfenv in github actions or ubuntu docker image result in the following error:
Thank you!