mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-30 11:39:03 +00:00
This PR fixes the error `ModuleNotFoundError: No module named 'langchain.cli'` Fixes https://github.com/hwchase17/langchain/issues/5833 (issue)
This commit is contained in:
parent
0c52275bdb
commit
8fdf88b8e3
@ -2,7 +2,7 @@
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
|
||||
from langchain.cli.main import get_docker_compose_command
|
||||
from langchainplus_sdk.cli.main import get_docker_compose_command
|
||||
|
||||
|
||||
def main() -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user