Issue Description:
When attempting to install the autodistill-grounded-sam-2 package in Google Colab using the command !pip install autodistill-grounded-sam-2, an error occurs related to the dependency flash-attn. The issue arises during the wheel-building process (bdist_wheel), with a subprocess-exited-with-error message indicating a failure in installation. Details of the issue:
flash-attn installation error: The package flash-attn, required by autodistill-grounded-sam-2, fails to build. The process exits with code 1 during the setup.py bdist_wheel step.
Error note: The error originates from an external subprocess, likely due to a build issue with flash-attn in the Colab environment rather than a pip issue itself.
Troubleshooting steps attempted:
Efforts to resolve the issue, such as updating pip, reinstalling torch, and attempting to build dependencies manually, were unsuccessful.
Issue Description: When attempting to install the
autodistill-grounded-sam-2
package in Google Colab using the command!pip install autodistill-grounded-sam-2
, an error occurs related to the dependencyflash-attn
. The issue arises during the wheel-building process (bdist_wheel
), with asubprocess-exited-with-error
message indicating a failure in installation. Details of the issue:flash-attn
, required byautodistill-grounded-sam-2
, fails to build. The process exits with code 1 during thesetup.py bdist_wheel
step.flash-attn
in the Colab environment rather than apip
issue itself.Troubleshooting steps attempted: Efforts to resolve the issue, such as updating
pip
, reinstallingtorch
, and attempting to build dependencies manually, were unsuccessful.Environment:
Any guidance or fixes would be appreciated!