Git Product home page Git Product logo

Comments (4)

nathansoz avatar nathansoz commented on May 10, 2024 1

We have never been able to reproduce this issue on Ubuntu 16.04, but can you try the following:

If you don't mind, could you remove each of the following packages using the command:

for each of the packages below run:

sudo dpkg --remove <package_name>

microsoft-r-open-mkl-3.3
microsoft-r-open-foreachiterators-3.3
microsoft-r-open-mro-3.3
If for some reason removing any package fails, try adding --force-remove-reinstreq after --remove.

After you do this, run:

sudo rm -rf /usr/lib64/microsoft-r/3.3 (this will destroy the folder)

Finally, can you please use dpkg to install each of the packages (mro, foreachiterators, mkl)? I'd like to know if it works or not. If it doesn't work, I'd be curious to know if you have any custom bash shell options set (like noglob). When I did my testing, I used a clean install of Ubuntu Server 16.04, so I am trying to figure out how I can get a repro.

from microsoft-r-open.

ironfrown avatar ironfrown commented on May 10, 2024 1

The problem was that MKL does not get removed on MRO reinstallation and then MRO installation script gets confused. The following worked for me:

sudo dpkg --remove --force-remove-reinstreq microsoft-r-open-mkl-3.3
sudo dpkg --remove --force-remove-reinstreq microsoft-r-open-foreachiterators-3.3
sudo dpkg --remove --force-remove-reinstreq microsoft-r-open-mro-3.3
sudo rm -rf /usr/lib64/microsoft-r/3.3
sudo apt-get -f autoremove
sudo ./install.sh

R and R Studio now work just fine!

from microsoft-r-open.

giantwhale avatar giantwhale commented on May 10, 2024

after completely removing installed package via dpkg --remove and rm -rf xxx, I still see the follow error message. I previously had MRO-3.2.5 successfully installed, not sure why it failed this time.

xxx@yyy ~/Downloads/microsoft-r-open/deb $ sudo dpkg -i microsoft-r-open-mkl-3.3.deb 
(Reading database ... 225397 files and directories currently installed.)
Preparing to unpack microsoft-r-open-mkl-3.3.deb ...
Unpacking microsoft-r-open-mkl-3.3 (3.3.1) over (3.3.1) ...
dpkg: dependency problems prevent configuration of microsoft-r-open-mkl-3.3:
 microsoft-r-open-mkl-3.3 depends on microsoft-r-open-mro-3.3; however:
  Package microsoft-r-open-mro-3.3 is not installed.

dpkg: error processing package microsoft-r-open-mkl-3.3 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 microsoft-r-open-mkl-3.3

The following actually works:

sudo apt-get -f autoremove
sudo rm -rf /usr/lib64/microsoft-r
sudo ./install.sh

Now my R is functioning well.

from microsoft-r-open.

yipcma avatar yipcma commented on May 10, 2024

the only way that works for the awkward upgrading from previous versions. at least there's one way that works.

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.