Giter Club home page Giter Club logo

Comments (5)

DyfanJones avatar DyfanJones commented on September 25, 2024

Hi @chrissuh17,

It looks like you don't have openssl, libcurl, libxml-2.0 installed. These are required for the dependent package paws

# Paws:
If you are using Linux, you will need to install the following OS packages:

    Debian/Ubuntu: libcurl4-openssl-dev libssl-dev libxml2-dev
    CentOS/Fedora/Red Hat: libcurl-devel libxml2-devel openssl-devel

You should be able to install them with the following command (note this command is to be ran on the terminal and not from R):

sudo yum install -y https://repo.ius.io/ius-release-el7.rpm \
   && sudo yum update -y \
   && sudo yum install -y libcurl-devel libxml2-devel openssl-devel

If you are using docker for your ec2 please feel free to modify the Docker file example. I have use centos7 however amazon linux uses the same package manager yum

Once openssl, libcurl, libxml-2.0 are installed please try to re-install noctua. I hope this helps.

from noctua.

chrissuh17 avatar chrissuh17 commented on September 25, 2024

Thank you for your reply!

I tried the command ```[ec2-user@ip-172-31-59-68 ~]$ sudo yum install -y https://repo.ius.io/ius-release-el7.rpm \

&& sudo yum update -y
&& sudo yum install -y libcurl-devel libxml2-devel openssl-devel```

And am now receiving this error from Terminal.

Loaded plugins: priorities, update-motd, upgrade-helper
ius-release-el7.rpm                                                                          | 8.2 kB  00:00:00     
Examining /var/tmp/yum-root-igFpnA/ius-release-el7.rpm: ius-release-2-1.el7.ius.noarch
Marking /var/tmp/yum-root-igFpnA/ius-release-el7.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package ius-release.noarch 0:2-1.el7.ius will be installed
--> Processing Dependency: epel-release = 7 for package: ius-release-2-1.el7.ius.noarch
--> Finished Dependency Resolution
Error: Package: ius-release-2-1.el7.ius.noarch (/ius-release-el7)
           Requires: epel-release = 7
           Installed: epel-release-6-8.9.amzn1.noarch (installed)
               epel-release = 6-8.9.amzn1
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Would you have suggestions for this issue?

*edit: I changed the command to level 6

sudo yum install -y https://repo.ius.io/ius-release-el6.rpm \
   && sudo yum update -y \
   && sudo yum install -y libcurl-devel libxml2-devel openssl-devel

And it successfully installed on Terminal.

from noctua.

DyfanJones avatar DyfanJones commented on September 25, 2024

@chrissuh17

Did your edit fix this issue of install libcurl-devel libxml2-devel openssl-devel?

*edit: I changed the command to level 6

sudo yum install -y https://repo.ius.io/ius-release-el6.rpm \
   && sudo yum update -y \
   && sudo yum install -y libcurl-devel libxml2-devel openssl-devel

And it successfully installed on Terminal.

If so are you able to install noctua?

from noctua.

chrissuh17 avatar chrissuh17 commented on September 25, 2024

I have just successfully installed noctua!

Thank you so much for your help. This was invaluable.

from noctua.

DyfanJones avatar DyfanJones commented on September 25, 2024

No worries, glad I helped :D

from noctua.

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.