fix: --upgrade flag for all pip instances (#557)

This commit is contained in:
Dev Khant
2023-09-08 08:12:55 +05:30
committed by GitHub
parent 3c3d98b9c3
commit 13fda2efe1
10 changed files with 13 additions and 10 deletions

View File

@@ -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