Code Monkey home page Code Monkey logo

Comments (3)

patrys avatar patrys commented on June 15, 2024

It appears you are missing some prerequisite to build the package from source.

Your computer is missing Python development headers. Possibly also PostgreSQL development headers.

Unless you have development experience with the tools, please use the recommended way of installing Saleor using Docker.

from saleor.

DevAlbinJo avatar DevAlbinJo commented on June 15, 2024

@patrys Thank you for your reply. As of now, Docker doesn't seem to have any issues, at least from what we can discern since we can't access the installation log. This issue hasn't impacted the functionality of Saleor thus far. However, I do need to configure the project using poetry and install packages accordingly. I've attempted the commands in Docker

sudo apt-get -y update && apt-get install -y gettext && apt-get clean && rm -rf /var/lib/apt/lists/*

and
sudo apt-get update \ && apt-get install -y \ libcairo2 \ libgdk-pixbuf2.0-0 \ liblcms2-2 \ libopenjp2-7 \ libpango-1.0-0 \ libpangocairo-1.0-0 \ libssl3 \ libtiff6 \ libwebp7 \ libxml2 \ libpq5 \ shared-mime-info \ mime-support \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*

but still im getting this error:

Installing psycopg2 (2.9.8): Failed

Please let me know what else packages should i install for psycopg2

from saleor.

patrys avatar patrys commented on June 15, 2024

I think you may need to check the documentation of psycopg2. The best I can offer is the apt-get command you already pasted from Dockerfile. At Saleor, we use macOS, and I don't have access to any desktop machine running Ubuntu.

from saleor.

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.