GithubHelp home page GithubHelp logo

Comments (10)

cauldnz avatar cauldnz commented on May 17, 2024 3

I had this issue on Ubuntu 17.10 with MRO 3.4.3. Obviusly looking to link an older version of libpng

The below worked for me.

wget -q -O /tmp/libpng12.deb http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb \
  && dpkg -i /tmp/libpng12.deb \
  && rm /tmp/libpng12.deb

from microsoft-r-open.

matthiasgomolka avatar matthiasgomolka commented on May 17, 2024 1

I get the same error in Pop!_os, but the proposed fix does not work.

from microsoft-r-open.

seanv507 avatar seanv507 commented on May 17, 2024

I had the same issue on debian 9

from microsoft-r-open.

tc-mustang avatar tc-mustang commented on May 17, 2024

Had the same issue on Pop!_os
The fix worked for me too.

from microsoft-r-open.

MattWeatherford avatar MattWeatherford commented on May 17, 2024

Just out of curiosity, @tc-mustang, is this still a problem on MS R 3.4.3 ? or were you using 3.4.0 ?
thanks,
Matt

from microsoft-r-open.

tc-mustang avatar tc-mustang commented on May 17, 2024

I was using 3.4.3

from microsoft-r-open.

omega1x avatar omega1x commented on May 17, 2024

I had the same issue on Ubuntu 18.04 with MRO 3.5.0. MattWeatherford's fix worked great with libpng16.so.16.34.0

from microsoft-r-open.

karltk avatar karltk commented on May 17, 2024

The problem appears to persist in MRO 3.5.1 on Ubuntu 18.04.

from microsoft-r-open.

raivivek avatar raivivek commented on May 17, 2024

Yes, happens with me too.

from microsoft-r-open.

jeroenterheerdt avatar jeroenterheerdt commented on May 17, 2024

the (install page)]https://mran.microsoft.com/documents/rro/installation] actually mentions the requirement to install the libpng package separately:

On Ubuntu 18.04, you must also install libpng12 from the Linux Kernel archives, as it is no longer part of the Ubuntu distribution, as follows:

wget https://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb
dpkg -i libpng12-01_1.2.54-1ubuntu1_amd64.deb

from microsoft-r-open.

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.