Problem installing R package with lblas and lapack dependenciesHow to install rgdal on Ubuntu 12.10?Trouble installing from PPAUnmet dependencies errorCan not install pymol because I cannot install libfreetype6-devFilezilla not starting at all
Why do Muslim refugees seek asylum in Europe and not in rich countries in the Middle East?
Would an antimatter bullet fired from a sniper rifle even reach its target?
Software for generating a lattice from a unit cell for molecular crystals?
Can deep learning determine if two samples of handwriting are by the same person?
Equality operator does not get defined for a custom spaceship operator implementation in C++20
Greatsword with light and thrown?? (New wild barbarian)
Why use Fourier series instead of Taylor?
Is the Summon Woodland Beings spell (to summon pixies) broken?
How to implement bus sharing / DMA on a 6502 system
Commutative algebras with modules of small complexity
Space complexity for storing integers in Python
Can Mathematica achieve this diagram?
Why was the DC-9-80 so successful despite being obsolete almost from birth?
Zoom in / Zoom out symbol
Ubuntu: FireFox: Strange certificates
Sun dried tomatoes
Doubt in intersection of reflexive relations on a set A
Is it possible to use gases instead of liquids as fuel in a rocket engine?
What is my volume?
Eastern Extremities of Ptolemy's Map
Driving distance between O'Hare (ORD) and Downtown Chicago is 20.5 mi and 1H 17min?
Horizontally mirror a brainflak program
Resonance structure of acetate
How to decline invite to team dinner when I have a prior engagement?
Problem installing R package with lblas and lapack dependencies
How to install rgdal on Ubuntu 12.10?Trouble installing from PPAUnmet dependencies errorCan not install pymol because I cannot install libfreetype6-devFilezilla not starting at all
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am trying to install the HMSC R package into RStudio Version 1.2.1335 and R version 3.6.1 (2019-07-05) -- "Action of the Toes" on a Linux Ubuntu
18.04.2 LTS System
The code to install through R is as follows
library(devtools)
install_url('https://cran.r-project.org/src/contrib/Archive/BayesLogit/BayesLogit_0.6.tar.gz')
install_github("hmsc-r/HMSC", build_opts = c("--no-resave-data", "--no-manual"))
When installing BayesLogit_0.6.tar.gz I get the following error
/home/barefootbushman/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lblas
/home/barefootbushman/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -llapack
collect2: error: ld returned 1 exit status
/usr/share/R/share/make/shlib.mk:6: recipe for target 'BayesLogit.so' failed
make: *** [BayesLogit.so] Error 1
ERROR: compilation failed for package ‘BayesLogit’
* removing ‘/home/barefootbushman/R/x86_64-pc-linux-gnu-library/3.6/BayesLogit’
Error in i.p(...) :
(converted from warning) installation of package ‘/tmp/RtmpL8qXxH/file18aa17542138/BayesLogit_0.6.tar.gz’ had non-zero exit status
I have checked for the installation of -lblas and -lapack using
sudo apt-get update
Hit:1 http://nz.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://nz.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://nz.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 https://repo.skype.com/deb stable InRelease
Hit:5 https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ InRelease
Get:6 https://desktop-download.mendeley.com/download/apt stable InRelease [2,456 B]
Ign:7 http://dl.bintray.com/basespace/BaseMount-DEB saucy InRelease
Ign:8 http://dl.bintray.com/basespace/BaseSpaceFS-DEB saucy InRelease
Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:10 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic InRelease
Get:11 http://dl.bintray.com/basespace/BaseMount-DEB saucy Release [1,838 B]
Get:12 http://dl.bintray.com/basespace/BaseSpaceFS-DEB saucy Release [1,837 B]
Hit:13 http://ppa.launchpad.net/marutter/rrutter/ubuntu bionic InRelease
Fetched 6,131 B in 2s (4,067 B/s)
Reading package lists... Done
Followed by
sudo apt-get install libblas-dev liblapack-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libblas-dev is already the newest version (3.7.1-4ubuntu1).
liblapack-dev is already the newest version (3.7.1-4ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
However, I still get the same error when attempting to install BayesLogit in R.
Any help on how to overcome this error would be appreciated.
Chris
18.04 software-installation r source-packages
|
show 3 more comments
I am trying to install the HMSC R package into RStudio Version 1.2.1335 and R version 3.6.1 (2019-07-05) -- "Action of the Toes" on a Linux Ubuntu
18.04.2 LTS System
The code to install through R is as follows
library(devtools)
install_url('https://cran.r-project.org/src/contrib/Archive/BayesLogit/BayesLogit_0.6.tar.gz')
install_github("hmsc-r/HMSC", build_opts = c("--no-resave-data", "--no-manual"))
When installing BayesLogit_0.6.tar.gz I get the following error
/home/barefootbushman/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lblas
/home/barefootbushman/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -llapack
collect2: error: ld returned 1 exit status
/usr/share/R/share/make/shlib.mk:6: recipe for target 'BayesLogit.so' failed
make: *** [BayesLogit.so] Error 1
ERROR: compilation failed for package ‘BayesLogit’
* removing ‘/home/barefootbushman/R/x86_64-pc-linux-gnu-library/3.6/BayesLogit’
Error in i.p(...) :
(converted from warning) installation of package ‘/tmp/RtmpL8qXxH/file18aa17542138/BayesLogit_0.6.tar.gz’ had non-zero exit status
I have checked for the installation of -lblas and -lapack using
sudo apt-get update
Hit:1 http://nz.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://nz.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://nz.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 https://repo.skype.com/deb stable InRelease
Hit:5 https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ InRelease
Get:6 https://desktop-download.mendeley.com/download/apt stable InRelease [2,456 B]
Ign:7 http://dl.bintray.com/basespace/BaseMount-DEB saucy InRelease
Ign:8 http://dl.bintray.com/basespace/BaseSpaceFS-DEB saucy InRelease
Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:10 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic InRelease
Get:11 http://dl.bintray.com/basespace/BaseMount-DEB saucy Release [1,838 B]
Get:12 http://dl.bintray.com/basespace/BaseSpaceFS-DEB saucy Release [1,837 B]
Hit:13 http://ppa.launchpad.net/marutter/rrutter/ubuntu bionic InRelease
Fetched 6,131 B in 2s (4,067 B/s)
Reading package lists... Done
Followed by
sudo apt-get install libblas-dev liblapack-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libblas-dev is already the newest version (3.7.1-4ubuntu1).
liblapack-dev is already the newest version (3.7.1-4ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
However, I still get the same error when attempting to install BayesLogit in R.
Any help on how to overcome this error would be appreciated.
Chris
18.04 software-installation r source-packages
1
The installation appear to be picking up a version of gcc from/home/barefootbushman/miniconda3/bin/../lib/gcc
in place of the "system" compiler - is this intended?
– steeldriver
Aug 6 at 0:11
I have miniconda3 installed to run some bioinformatic programs (QIIME2). So unless miniconda3 needs gcc in that directory, no it is not intended.
– Christopher Kavazos
Aug 6 at 0:14
1
In that case I suggest you try setting a more standardPATH
in your shell before attempting the installation
– steeldriver
Aug 6 at 0:19
using .libPaths ?
– Christopher Kavazos
Aug 6 at 0:29
1
... I was thinking more like. /etc/environment
in the terminal before executingR
– steeldriver
Aug 6 at 0:33
|
show 3 more comments
I am trying to install the HMSC R package into RStudio Version 1.2.1335 and R version 3.6.1 (2019-07-05) -- "Action of the Toes" on a Linux Ubuntu
18.04.2 LTS System
The code to install through R is as follows
library(devtools)
install_url('https://cran.r-project.org/src/contrib/Archive/BayesLogit/BayesLogit_0.6.tar.gz')
install_github("hmsc-r/HMSC", build_opts = c("--no-resave-data", "--no-manual"))
When installing BayesLogit_0.6.tar.gz I get the following error
/home/barefootbushman/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lblas
/home/barefootbushman/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -llapack
collect2: error: ld returned 1 exit status
/usr/share/R/share/make/shlib.mk:6: recipe for target 'BayesLogit.so' failed
make: *** [BayesLogit.so] Error 1
ERROR: compilation failed for package ‘BayesLogit’
* removing ‘/home/barefootbushman/R/x86_64-pc-linux-gnu-library/3.6/BayesLogit’
Error in i.p(...) :
(converted from warning) installation of package ‘/tmp/RtmpL8qXxH/file18aa17542138/BayesLogit_0.6.tar.gz’ had non-zero exit status
I have checked for the installation of -lblas and -lapack using
sudo apt-get update
Hit:1 http://nz.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://nz.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://nz.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 https://repo.skype.com/deb stable InRelease
Hit:5 https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ InRelease
Get:6 https://desktop-download.mendeley.com/download/apt stable InRelease [2,456 B]
Ign:7 http://dl.bintray.com/basespace/BaseMount-DEB saucy InRelease
Ign:8 http://dl.bintray.com/basespace/BaseSpaceFS-DEB saucy InRelease
Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:10 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic InRelease
Get:11 http://dl.bintray.com/basespace/BaseMount-DEB saucy Release [1,838 B]
Get:12 http://dl.bintray.com/basespace/BaseSpaceFS-DEB saucy Release [1,837 B]
Hit:13 http://ppa.launchpad.net/marutter/rrutter/ubuntu bionic InRelease
Fetched 6,131 B in 2s (4,067 B/s)
Reading package lists... Done
Followed by
sudo apt-get install libblas-dev liblapack-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libblas-dev is already the newest version (3.7.1-4ubuntu1).
liblapack-dev is already the newest version (3.7.1-4ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
However, I still get the same error when attempting to install BayesLogit in R.
Any help on how to overcome this error would be appreciated.
Chris
18.04 software-installation r source-packages
I am trying to install the HMSC R package into RStudio Version 1.2.1335 and R version 3.6.1 (2019-07-05) -- "Action of the Toes" on a Linux Ubuntu
18.04.2 LTS System
The code to install through R is as follows
library(devtools)
install_url('https://cran.r-project.org/src/contrib/Archive/BayesLogit/BayesLogit_0.6.tar.gz')
install_github("hmsc-r/HMSC", build_opts = c("--no-resave-data", "--no-manual"))
When installing BayesLogit_0.6.tar.gz I get the following error
/home/barefootbushman/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lblas
/home/barefootbushman/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -llapack
collect2: error: ld returned 1 exit status
/usr/share/R/share/make/shlib.mk:6: recipe for target 'BayesLogit.so' failed
make: *** [BayesLogit.so] Error 1
ERROR: compilation failed for package ‘BayesLogit’
* removing ‘/home/barefootbushman/R/x86_64-pc-linux-gnu-library/3.6/BayesLogit’
Error in i.p(...) :
(converted from warning) installation of package ‘/tmp/RtmpL8qXxH/file18aa17542138/BayesLogit_0.6.tar.gz’ had non-zero exit status
I have checked for the installation of -lblas and -lapack using
sudo apt-get update
Hit:1 http://nz.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://nz.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://nz.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 https://repo.skype.com/deb stable InRelease
Hit:5 https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ InRelease
Get:6 https://desktop-download.mendeley.com/download/apt stable InRelease [2,456 B]
Ign:7 http://dl.bintray.com/basespace/BaseMount-DEB saucy InRelease
Ign:8 http://dl.bintray.com/basespace/BaseSpaceFS-DEB saucy InRelease
Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:10 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic InRelease
Get:11 http://dl.bintray.com/basespace/BaseMount-DEB saucy Release [1,838 B]
Get:12 http://dl.bintray.com/basespace/BaseSpaceFS-DEB saucy Release [1,837 B]
Hit:13 http://ppa.launchpad.net/marutter/rrutter/ubuntu bionic InRelease
Fetched 6,131 B in 2s (4,067 B/s)
Reading package lists... Done
Followed by
sudo apt-get install libblas-dev liblapack-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libblas-dev is already the newest version (3.7.1-4ubuntu1).
liblapack-dev is already the newest version (3.7.1-4ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
However, I still get the same error when attempting to install BayesLogit in R.
Any help on how to overcome this error would be appreciated.
Chris
18.04 software-installation r source-packages
18.04 software-installation r source-packages
asked Aug 6 at 0:01
Christopher KavazosChristopher Kavazos
33 bronze badges
33 bronze badges
1
The installation appear to be picking up a version of gcc from/home/barefootbushman/miniconda3/bin/../lib/gcc
in place of the "system" compiler - is this intended?
– steeldriver
Aug 6 at 0:11
I have miniconda3 installed to run some bioinformatic programs (QIIME2). So unless miniconda3 needs gcc in that directory, no it is not intended.
– Christopher Kavazos
Aug 6 at 0:14
1
In that case I suggest you try setting a more standardPATH
in your shell before attempting the installation
– steeldriver
Aug 6 at 0:19
using .libPaths ?
– Christopher Kavazos
Aug 6 at 0:29
1
... I was thinking more like. /etc/environment
in the terminal before executingR
– steeldriver
Aug 6 at 0:33
|
show 3 more comments
1
The installation appear to be picking up a version of gcc from/home/barefootbushman/miniconda3/bin/../lib/gcc
in place of the "system" compiler - is this intended?
– steeldriver
Aug 6 at 0:11
I have miniconda3 installed to run some bioinformatic programs (QIIME2). So unless miniconda3 needs gcc in that directory, no it is not intended.
– Christopher Kavazos
Aug 6 at 0:14
1
In that case I suggest you try setting a more standardPATH
in your shell before attempting the installation
– steeldriver
Aug 6 at 0:19
using .libPaths ?
– Christopher Kavazos
Aug 6 at 0:29
1
... I was thinking more like. /etc/environment
in the terminal before executingR
– steeldriver
Aug 6 at 0:33
1
1
The installation appear to be picking up a version of gcc from
/home/barefootbushman/miniconda3/bin/../lib/gcc
in place of the "system" compiler - is this intended?– steeldriver
Aug 6 at 0:11
The installation appear to be picking up a version of gcc from
/home/barefootbushman/miniconda3/bin/../lib/gcc
in place of the "system" compiler - is this intended?– steeldriver
Aug 6 at 0:11
I have miniconda3 installed to run some bioinformatic programs (QIIME2). So unless miniconda3 needs gcc in that directory, no it is not intended.
– Christopher Kavazos
Aug 6 at 0:14
I have miniconda3 installed to run some bioinformatic programs (QIIME2). So unless miniconda3 needs gcc in that directory, no it is not intended.
– Christopher Kavazos
Aug 6 at 0:14
1
1
In that case I suggest you try setting a more standard
PATH
in your shell before attempting the installation– steeldriver
Aug 6 at 0:19
In that case I suggest you try setting a more standard
PATH
in your shell before attempting the installation– steeldriver
Aug 6 at 0:19
using .libPaths ?
– Christopher Kavazos
Aug 6 at 0:29
using .libPaths ?
– Christopher Kavazos
Aug 6 at 0:29
1
1
... I was thinking more like
. /etc/environment
in the terminal before executing R
– steeldriver
Aug 6 at 0:33
... I was thinking more like
. /etc/environment
in the terminal before executing R
– steeldriver
Aug 6 at 0:33
|
show 3 more comments
1 Answer
1
active
oldest
votes
To install the HMISC R package in all currently supported versions of Ubuntu open the terminal and type:
sudo apt install r-cran-hmisc
The r-cran-hmisc package does not depend on either libblas-dev or liblapack-dev, so you won't get a cannot find -lblas
orcannot find -llapack
error message when trying to install r-cran-hmisc.
The error message that you got when trying to install the HMISC R package is Anaconda's fault for sure, but I don't know where the culprit Anaconda file is located in your system. Usually when a path is borked by Anaconda you can symbolic link it back to the appropriate Ubuntu executable. If Anaconda has messed up too many paths in your system, the only way you're going to get rid of the mess is by completely uninstalling and purging Anaconda.
Thanks Karel, that is what I ultimately did. Completely re-installed Ubuntu. Have not currently got a conda environment but not looking forward to when I need to used QIIME2 again. Hopefully it doesn't mess everything up again!
– Christopher Kavazos
Oct 5 at 0:09
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1163685%2fproblem-installing-r-package-with-lblas-and-lapack-dependencies%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To install the HMISC R package in all currently supported versions of Ubuntu open the terminal and type:
sudo apt install r-cran-hmisc
The r-cran-hmisc package does not depend on either libblas-dev or liblapack-dev, so you won't get a cannot find -lblas
orcannot find -llapack
error message when trying to install r-cran-hmisc.
The error message that you got when trying to install the HMISC R package is Anaconda's fault for sure, but I don't know where the culprit Anaconda file is located in your system. Usually when a path is borked by Anaconda you can symbolic link it back to the appropriate Ubuntu executable. If Anaconda has messed up too many paths in your system, the only way you're going to get rid of the mess is by completely uninstalling and purging Anaconda.
Thanks Karel, that is what I ultimately did. Completely re-installed Ubuntu. Have not currently got a conda environment but not looking forward to when I need to used QIIME2 again. Hopefully it doesn't mess everything up again!
– Christopher Kavazos
Oct 5 at 0:09
add a comment
|
To install the HMISC R package in all currently supported versions of Ubuntu open the terminal and type:
sudo apt install r-cran-hmisc
The r-cran-hmisc package does not depend on either libblas-dev or liblapack-dev, so you won't get a cannot find -lblas
orcannot find -llapack
error message when trying to install r-cran-hmisc.
The error message that you got when trying to install the HMISC R package is Anaconda's fault for sure, but I don't know where the culprit Anaconda file is located in your system. Usually when a path is borked by Anaconda you can symbolic link it back to the appropriate Ubuntu executable. If Anaconda has messed up too many paths in your system, the only way you're going to get rid of the mess is by completely uninstalling and purging Anaconda.
Thanks Karel, that is what I ultimately did. Completely re-installed Ubuntu. Have not currently got a conda environment but not looking forward to when I need to used QIIME2 again. Hopefully it doesn't mess everything up again!
– Christopher Kavazos
Oct 5 at 0:09
add a comment
|
To install the HMISC R package in all currently supported versions of Ubuntu open the terminal and type:
sudo apt install r-cran-hmisc
The r-cran-hmisc package does not depend on either libblas-dev or liblapack-dev, so you won't get a cannot find -lblas
orcannot find -llapack
error message when trying to install r-cran-hmisc.
The error message that you got when trying to install the HMISC R package is Anaconda's fault for sure, but I don't know where the culprit Anaconda file is located in your system. Usually when a path is borked by Anaconda you can symbolic link it back to the appropriate Ubuntu executable. If Anaconda has messed up too many paths in your system, the only way you're going to get rid of the mess is by completely uninstalling and purging Anaconda.
To install the HMISC R package in all currently supported versions of Ubuntu open the terminal and type:
sudo apt install r-cran-hmisc
The r-cran-hmisc package does not depend on either libblas-dev or liblapack-dev, so you won't get a cannot find -lblas
orcannot find -llapack
error message when trying to install r-cran-hmisc.
The error message that you got when trying to install the HMISC R package is Anaconda's fault for sure, but I don't know where the culprit Anaconda file is located in your system. Usually when a path is borked by Anaconda you can symbolic link it back to the appropriate Ubuntu executable. If Anaconda has messed up too many paths in your system, the only way you're going to get rid of the mess is by completely uninstalling and purging Anaconda.
edited Oct 4 at 10:38
answered Oct 4 at 9:57
karelkarel
70.1k15 gold badges158 silver badges184 bronze badges
70.1k15 gold badges158 silver badges184 bronze badges
Thanks Karel, that is what I ultimately did. Completely re-installed Ubuntu. Have not currently got a conda environment but not looking forward to when I need to used QIIME2 again. Hopefully it doesn't mess everything up again!
– Christopher Kavazos
Oct 5 at 0:09
add a comment
|
Thanks Karel, that is what I ultimately did. Completely re-installed Ubuntu. Have not currently got a conda environment but not looking forward to when I need to used QIIME2 again. Hopefully it doesn't mess everything up again!
– Christopher Kavazos
Oct 5 at 0:09
Thanks Karel, that is what I ultimately did. Completely re-installed Ubuntu. Have not currently got a conda environment but not looking forward to when I need to used QIIME2 again. Hopefully it doesn't mess everything up again!
– Christopher Kavazos
Oct 5 at 0:09
Thanks Karel, that is what I ultimately did. Completely re-installed Ubuntu. Have not currently got a conda environment but not looking forward to when I need to used QIIME2 again. Hopefully it doesn't mess everything up again!
– Christopher Kavazos
Oct 5 at 0:09
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1163685%2fproblem-installing-r-package-with-lblas-and-lapack-dependencies%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
The installation appear to be picking up a version of gcc from
/home/barefootbushman/miniconda3/bin/../lib/gcc
in place of the "system" compiler - is this intended?– steeldriver
Aug 6 at 0:11
I have miniconda3 installed to run some bioinformatic programs (QIIME2). So unless miniconda3 needs gcc in that directory, no it is not intended.
– Christopher Kavazos
Aug 6 at 0:14
1
In that case I suggest you try setting a more standard
PATH
in your shell before attempting the installation– steeldriver
Aug 6 at 0:19
using .libPaths ?
– Christopher Kavazos
Aug 6 at 0:29
1
... I was thinking more like
. /etc/environment
in the terminal before executingR
– steeldriver
Aug 6 at 0:33