Coder Social home page Coder Social logo

Comments (5)

sashkab avatar sashkab commented on June 19, 2024 2

Ubuntu provides statically linked Python. They also provide shared libraries which can be installed using apt install libpython3.5-stdlib libpython3.5-dev.

We identified a bug causing installation troubles on Ubuntu and a fix will be available in the upcoming patch release.

from pyq.

abalkin avatar abalkin commented on June 19, 2024

This usually happens when you install pyq using a statically linked python. Check the output of

   ldd `which python`

BTW, what is Python 2.8? As far as I know this has never been released.

from pyq.

adilbaig avatar adilbaig commented on June 19, 2024

Hey, 2.8 was a typo. It's 3.5. This is what I get from the virtualenv. It's a stock Python3 (apt install python3) installation in Ubuntu 16.04 (x64)

(venv) adil@adil-OptiPlex-3020:~/workspace/technical-alerts$ ldd `which python`
	linux-vdso.so.1 =>  (0x00007fffa7bda000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f18c745a000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f18c7091000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f18c6e8c000)
	libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f18c6c89000)
	libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f18c6a60000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f18c6845000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f18c653c000)
	/lib64/ld-linux-x86-64.so.2 (0x000055def4f97000)

from pyq.

sashkab avatar sashkab commented on June 19, 2024

NB: Internal issue 909.

from pyq.

sashkab avatar sashkab commented on June 19, 2024

Issue was fixed in PyQ 4.0.2.

We also added a guide on installing PyQ on Ubuntu 16.04.

from pyq.

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.