skip to Main Content

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


  1. pip cannot find this package because watsonxlangchain is not a valid Python package available on PyPI.

    enter image description here

    Login or Signup to reply.
  2. did you find out how to solve the issue

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search