Skip to content

Commit

Permalink
Fix for ModuleNotFoundError while running langchain-server. Issue lan…
Browse files Browse the repository at this point in the history
…gchain-ai#5833 (langchain-ai#6077)

This PR fixes the error
`ModuleNotFoundError: No module named 'langchain.cli'`
Fixes langchain-ai#5833 (issue)
  • Loading branch information
solidate authored and Undertone0809 committed Jun 19, 2023
1 parent bf7e800 commit b115877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b115877

Please sign in to comment.