fix: --upgrade flag for all pip instances (#557)
This commit is contained in:
@@ -14,7 +14,8 @@ try:
|
||||
from slack_sdk import WebClient
|
||||
except ModuleNotFoundError:
|
||||
raise ModuleNotFoundError(
|
||||
"The required dependencies for Slack are not installed." 'Please install with `pip install "embedchain[slack]"`'
|
||||
"The required dependencies for Slack are not installed."
|
||||
'Please install with `pip install --upgrade "embedchain[slack]"`'
|
||||
) from None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user