GithubHelp home page GithubHelp logo

Issue Installing MRAID about mraid HOT 1 CLOSED

karinkumar avatar karinkumar commented on August 11, 2024
Issue Installing MRAID

from mraid.

Comments (1)

yuanzhongshang avatar yuanzhongshang commented on August 11, 2024

Hello,
Thanks for your interest with the MRAID method. From your error message, we speculate you are using a mac system. Under mac system, you need to install gfortran in -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0 according to the error message. You can perform the following steps on the mac terminal to solve the issue.
Step1: install brew
Step2: install gcc
brew install gcc
Step3: create a new path
sudo mkdir -p /usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0
Step4: copy gcc from step2 to the path in step3
sudo cp /usr/local/Cellar/gcc/9.2.0_3/lib/gcc/9/* /usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0
(where /usr/local/Cellar/gcc/9.2.0_3/lib/gcc/9/* is the path of gcc including gfortran)
Step5: install MRAID
# install.packages("devtools")
library(devtools)
install_github("yuanzhongshang/MRAID")

Please do not hesitate to contact us if you have any questions.

Bests,
Zhongshang

from mraid.

Related Issues (4)

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.