Skip to content

Commit

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

This PR fixes the error
`ModuleNotFoundError: No module named 'langchain.cli'`
Fixes #5833 (issue)
  • Loading branch information
solidate authored Jun 13, 2023
1 parent 0c52275 commit 8fdf88b
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 8fdf88b

Please sign in to comment.