└─ picrust2 2.5.2** is not installable because it requires
└─ epa-ng 0.3.8.* , which does not exist (perhaps a missing channel).
I tried to install the package using conda install bioconda::epa-ng and it says package not found.
I have tried installing Picrust from source and it's the same thing.
How do I navigate around this please?
Thank you so much.
__import__('pkg_resources').require('PICRUSt2==2.5.2')
/Users/joyekpenyong/miniconda3/envs/picrust2/bin/place_seqs.py:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
__import__('pkg_resources').require('PICRUSt2==2.5.2')
Error running this command:
hsp.py --tree picrust2_out_pipeline/out.tre --output picrust2_out_pipeline/marker_predicted_and_nsti.tsv.gz --observed_trait_table /Users/joyekpenyong/picrust2-2.5.2/picrust2/default_files/prokaryotic/16S.txt.gz --hsp_method mp --edge_exponent 0.5 --seed 100 --calculate_NSTI --processes 1
Standard error of the above failed command:
/Users/joyekpenyong/miniconda3/envs/picrust2/bin/hsp.py:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
__import__('pkg_resources').require('PICRUSt2==2.5.2')
Error running this command:
Rscript /Users/joyekpenyong/picrust2-2.5.2/picrust2/Rscripts/castor_nsti.R picrust2_out_pipeline/out.tre /var/folders/qr/_s64y4b122z6tqq1b4hl680c0000gn/T/tmp75vpcp8z/known_tips.txt /var/folders/qr/_s64y4b122z6tqq1b4hl680c0000gn/T/tmp75vpcp8z/nsti_out.txt
Standard error of the above failed command:
Error: package or namespace load failed for ‘Rcpp’ in library.dynam(lib, package, package.lib):
Cannot find the shared object ‘Rcpp.dylib’
Additional information: Warning message(s):
1: Package ‘castor’ was built under R version 4.4.1
2: Package ‘Rcpp’ was built under R version 4.4.1
Execution has been halted
Thank you....