GithubHelp home page GithubHelp logo

Comments (3)

ericboucher avatar ericboucher commented on August 27, 2024 1

Hi @nikolaik, actually we realized that the issue happened after downgrading poetry. But don't understand why that would be happening.

So to replicate, simply run the following command in the docker:

poetry self update 1.1.8
python

We found a workaround, or rather just decided to up to 1.1.11, but are curious about what could be causing the issue. And prevent it from happening again in the future :)

from docker-python-nodejs.

nikolaik avatar nikolaik commented on August 27, 2024

Hi @ericboucher 👋

I cant seem to reproduce the issue. Are you doing something special with LD_LIBRARY_PATH or similar?

$ docker pull nikolaik/python-nodejs:python3.9-nodejs12
python3.9-nodejs12: Pulling from nikolaik/python-nodejs
Digest: sha256:9fce3e029314ac5ab30014d9962a54090bf600f73ba8398746fc76e17f50669c
Status: Image is up to date for nikolaik/python-nodejs:python3.9-nodejs12
$ docker run --rm -it --entrypoint bash nikolaik/python-nodejs:python3.9-nodejs12
root@e42995d68cae:/# cat /etc/ld.so.conf.d/libc.conf
# libc default configuration
/usr/local/lib
root@e42995d68cae:/# ls -la /usr/local/lib/libpython3.9.so.1.0
-rwxr-xr-x 1 root root 21505160 Oct 13 09:08 /usr/local/lib/libpython3.9.so.1.0
root@e42995d68cae:/# ldd /usr/local/lib/libpython3.9.so.1.0
	linux-vdso.so.1 (0x00007ffc18fa2000)
	libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007fefe70d2000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fefe70b1000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fefe70ac000)
	libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007fefe70a7000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fefe6f24000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fefe6d63000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fefe74e0000)
root@e42995d68cae:/# python
Python 3.9.7 (default, Oct 13 2021, 09:08:19) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

from docker-python-nodejs.

nikolaik avatar nikolaik commented on August 27, 2024

I'll close this for now, even though we never got to the root cause of your issue. If it pops up again in the future we can investigate further.

from docker-python-nodejs.

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.