Code Monkey home page Code Monkey logo

Comments (4)

pravin avatar pravin commented on May 17, 2024

I have the same issue. The python path is incorrect. I think ADS looks for Python 3.6.12 in the /opt path.

from pgtoolsservice.

leonardo-nicolas avatar leonardo-nicolas commented on May 17, 2024

I've changed from Ubuntu 20.04 to Fedora 35, to learn some things that is almost same on RHEL and CentOS...
I don't know why, but, I didn't have this trouble ao usar o Fedora 35! I'm asking to myself "what the f**** hell? Ubuntu 20.04 does't works and in Fedora 35, works... holy s***!". Sorry for the profanity and innapropriate words!

I checked that Fedora 35 comes with last python version (3.10) and I've installed PG 14 from official repositorie, got on official postgre website (I've configured to ignore any versions of PG, come from Fedora repositories). I didn't installed another python version. On Ubuntu 20.04, I installed python 3.10 and I did somes changes, to pip work firstly python 3.10 instead of another versions. I don't know if this change that I did on Ubuntu, was cause to got this trouble.

But, before open this issue, I seen these python files, on vim and nano, but I didn't have free time to debug the python script. But, in my case, these files existed...

from pgtoolsservice.

hironico avatar hironico commented on May 17, 2024

In the message log it says :
ImportError: libffi.so.6: cannot open shared object file: No such file or directory

See #218

and resolution proposed here : #283 (comment)

curl -o libffi6_3.2.1-8_amd64.deb http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb

and then

sudo apt install ./libffi6_3.2.1-8_amd64.deb

this issue should be closed ?

from pgtoolsservice.

nasc17 avatar nasc17 commented on May 17, 2024

Bug has been addressed in latest stable release of PostgreSQL extension v0.4.1. Please reopen if issue persists, thank you.

from pgtoolsservice.

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.