Entering edit mode
6.4 years ago
goh
▴
10
Hi all,
I'm new to bioinformatics and command/ scripts.
I have been trying to install lefse in ubuntu 12 which i build in virtualbox, but unsuccessful.
I have found and followed one instructions as below. https://bitbucket.org/nsegata/metaphlan/wiki/MetaPhlAn_Pipelines_Tutorial
However, still couldn't manage to get the package installed. Do i need to execute other scripts or install other packages besides the one listed required by lefse to run ?
Does anyone faced similar problems before?
Thanks.
Regards, Goh.
Any reason you installed Ubuntu 12? That's 6 years old...
Please elaborate on error messages/output/reason why you believe the package is not installed. We cannot see what happens on your computer so you'll have to be more precise.
i have successfully installed pip and matplotlib using the command as below.
When i execute the command below i have these errors
Fyi, i have just installed ubuntu 12 in virtual box and im using windows. Could you please advice ?
Thanks. Goh.
Try to :
From here and there
And retry your python setup
Hi,
Do you mean the Ubuntu setup from the begining?
Regards, Goh
No, do :
Hi, pip install --upgrade pip resulted some error as below. Btw, im now using ubuntu 14.
Interesting step forward. Only a couple more version to go and you are current.
Hello goh ,
Please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.Thank you!
goh : Try adding
sudo
before your upgrade command.But... why 14 ?
Also, this "error" is well known over the web, just try to google your program name + your error like
pip install [Errno 13] Permission denied
.First link
First answer ->
Have you tried with sudo?
Hi i tried two command:-
Both failed with error msg,
Than i downloaded the zip file an unzipped. Trying to install from local. Using the command below:-
~ Tried the fix as suggested previous post
Any idea ? Thanks.
I'm using ubuntu 16, and probably gonna use it for some time as i did not see any 32bit desktop iso file in 17 n 18.
The two commands were :
Did you do the first one ?
If you got this error :
The important information is
[Errno 13] Permission denied:
Why select a 32bits version ? The only reason I found to take a 32bits version is that a software required it.
Hi,
Because I read some where that LEfSe scripts require python2, and rpy2 to communicate with R, but the newest releases of rpy2 no longer support python2 - only python3.
As I'm very new in this, so I choose the earliest Ubuntu version. Because I think python version comes with the Ubuntu installation together. Please correct me if I'm wrong. Thanks.
Goh.
You can set up the python version you want on the Ubuntu version you want, python version is not correlated with Ubuntu version. I think you missunderstood with the ubuntu repo.
You can also setup two different versions of python on the same Ubuntu (like python 2.7 and 3.5 on Ubuntu 16.04, what I have).
In rpy2 requirements you can get :
IMO, install Ubuntu 16.04 with python 2.7 and that will be OK
Prerequisites for your program are here : https://bitbucket.org/nsegata/metaphlan/overview