jtamames / SqueezeMeta

A complete pipeline for metagenomic analysis
GNU General Public License v3.0
346 stars 81 forks source link

Some SqueezeMeta dependencies could not be found #792

Closed Manso002 closed 4 months ago

Manso002 commented 4 months ago

Hello. I am trying to use SQMtools for the first time but i cant install it, i have tried everything. I run /home/meridian/miniconda3/envs/SqueezeMeta/SqueezeMeta/utils/install_utils/test_install.pl and get the following message:

WARNING: Some SqueezeMeta dependencies could not be found in your environment or failed to execute!

I tried to install them using sudo R and everything worked except pathview and SQMtools. Based on others issues (#258), i tried running configure_nodb.pl after succesfully installing some packages with sudo R but i keep getting the same message when running test_install.pl

Thanks in advance. Greetings

fpusan commented 4 months ago

You shouldn't be needing sudo for this. Are you using out conda package for installation?

Manso002 commented 4 months ago

Thanks for the fast response. Yes, I am using conda package for installation and working under squeezemeta environment.

fpusan commented 4 months ago

Try creating an environment from scratch without sudo. What is your OS distribution and version?

Manso002 commented 4 months ago

That was the problem! I created a new enviroment without sudo and everything works fine. Thanks a lot.

fpusan commented 4 months ago

Glad to hear! Closing issue