from watsonxlangchain import LangchainInterface
ModuleNotFoundError: No module named ‘watsonxlangchain’
pip install watsonxlangchain
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement watsonxlangchain (from versions: none)
ERROR: No matching distribution found for watsonxlangchain
2
Answers
pip
cannot find this package because watsonxlangchain is not a valid Python package available on PyPI.did you find out how to solve the issue