Code Monkey home page Code Monkey logo

Comments (5)

kaxap avatar kaxap commented on June 19, 2024 83

Can be fixed with

apt-get install musl-dev

And then

ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1

from python-telegram.

hanskokx avatar hanskokx commented on June 19, 2024 5

Can be fixed with

apt-get install musl-dev

And then

ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1

My issue wasn't with telegram, but this was the only useful bit of information I found. Thank you!

from python-telegram.

nikos445 avatar nikos445 commented on June 19, 2024 3

I was trying to run tests that include: Jest + Supertest + Express + MongoDB + BCRYPT

on Gitlab CI and you made my DAY! :)

THANK YOU MATE! 👍🏼 🍺

Testing:
    stage: init 
    image: node:14   # Mongo Server Mock Only works with 14 / 15 (NOT 16!!!) 
    script: 
        - export DEBIAN_FRONTEND=noninteractive
        - apt update && apt install -y gcc musl-dev make
        - ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
        - npm install
        - npm test 

from python-telegram.

alexander-akhmetov avatar alexander-akhmetov commented on June 19, 2024

Hi!

Thank you, I will update the documentation

from python-telegram.

ELTR11 avatar ELTR11 commented on June 19, 2024

send as file/link to file pls

from python-telegram.

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.