GithubHelp home page GithubHelp logo

Comments (2)

DerRotMilan avatar DerRotMilan commented on June 24, 2024

As suggested, I checked the version of langchain and langsmith:

**langchain                                0.1.10**
langchain-community                      0.0.25
langchain-core                           0.1.28
langchain-decorators                     0.5.4
langchain-experimental                   0.0.53
langchain-text-splitters                 0.0.1
langdetect                               1.0.9
**langsmith                                0.1.14**

Not the same versions as in requirements.txt - supposedly because of the error above. So I installed the C++ compiler (via apt-get install build-essential -y but then get the following error: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. langchain-community 0.0.25 requires langsmith<0.2.0,>=0.1.0, but you have langsmith 0.0.92 which is incompatible. langchain-core 0.1.28 requires langsmith<0.2.0,>=0.1.0, but you have langsmith 0.0.92 which is incompatible. langchain-experimental 0.0.53 requires langchain<0.2.0,>=0.1.8, but you have langchain 0.0.284 which is incompatible. pyppeteer 1.0.2 requires urllib3<2.0.0,>=1.25.8, but you have urllib3 2.2.1 which is incompatible. unstructured-client 0.21.0 requires dataclasses-json>=0.6.4, but you have dataclasses-json 0.5.14 which is incompatible.

from generative_ai_with_langchain.

benman1 avatar benman1 commented on June 24, 2024

Hi @DerRotMilan
That sounds cool what you're up to!

You seem to have the wrong compiler.

I think you already nearly found the solution yourself. I was going to suggest adding installs of build-essential and python3-dev, something like this to your Dockerfile:

apt install -y build-essential python3-dev

python3-dev might not be needed.

Since the environment is already messed up, I'd suggest starting from scratch once you've added the line. These versions don't match the repo as you correctly observed.

from generative_ai_with_langchain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.