You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Environment:
Google Colab
Python version: [specify if known]
Torch version: 2.0.1
Any guidance or fixes would be appreciated!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: