Search code examples
pythonpipanacondaartificial-intelligencelangchain

ValueError: bad marshal data (unknown type code) - OpenLLM


After pip install openllm , when trying to access openllm, getting the below error:

enter image description here

My python version is : 3.11.x


Solution

  • It is stated on PyPi that it's highly recommended to use a Virtual Environment to prevent package conflicts.

    You don't appear to be using one yet.