Code Monkey home page Code Monkey logo

Comments (4)

rvianello avatar rvianello commented on July 24, 2024

@nicokant I think this error is probably originating from a postgres server running with a version of the rdkit cartridge which is too old to support the binary format submitted by the rdkit code on the client side (see also #21). You could try either upgrading the postgres server to the current rdkit release, or downgrading the rdkit toolkit on the client side.

from django-rdkit.

nicokant avatar nicokant commented on July 24, 2024

@rvianello I'm using a docker container for running the postgres database with the cartridge, in particular https://github.com/mcs07/docker-postgres-rdkit. I think it uses the 2020.03.2 version, to which version should I port it? to the same as my requirements? (2021.9.4)

Thanks for your help!

from django-rdkit.

rvianello avatar rvianello commented on July 24, 2024

@nicokant yes, ideally the same version (or at least the same major release, currently 2021.09) should be available on the database server and client sides. Please note that rebuilding the last RDKit release may currently run into a configuration-time error (rdkit/rdkit#4892). You can try adding the workaround documented at the linked RDKit issue into your Dockerfile.

from django-rdkit.

nicokant avatar nicokant commented on July 24, 2024

Thank you for your support, I ended up using a custom docker image using the conda distribution to avoid rebuilding rdkit from source and now everything works

from django-rdkit.

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.