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
When using the /smart/ feature, the following error occurs:
ModuleNotFoundError: No module named 'tc_redis'
This indicates that the tc_redis package is missing. As a user, I expect the smart cropping feature to work without needing to install additional dependencies manually.
Steps to Reproduce:
Run Thumbor with /smart/ in the URL.
Observe the ModuleNotFoundError for tc_redis.
Expected Behavior:
The /smart/ feature should work without additional package installations.
The text was updated successfully, but these errors were encountered:
When using the
/smart/
feature, the following error occurs:This indicates that the
tc_redis
package is missing. As a user, I expect thesmart
cropping feature to work without needing to install additional dependencies manually.Steps to Reproduce:
/smart/
in the URL.ModuleNotFoundError
fortc_redis
.Expected Behavior:
The
/smart/
feature should work without additional package installations.The text was updated successfully, but these errors were encountered: