Hi, I am using qiime2 2023.9. I was trying to process Silva reference database. I downloaded all files needed according to "Processing, filtering, and evaluating the SILVA database (and other reference sequence data) with RESCRIPt". I got my first error when I was trying to import Silva database file into QIIME2. the error was " An unexpected error has occurred: Semantic type FeatureData[SILVATaxonomy] is invalid, either because it doesn't have a compatible directory format, or because it's not registered. See above for debug info.*" . I read the forum, see some people suggest me to install "Rescript". However, I got another error when I run "conda install -c conda-forge -c bioconda -c qiime2 -c 2023.5-tested -c defaults
xmltodict 'q2-types-genomics>2023.2' ncbi-datasets-pylib". The error message was" Could not solve for environment specs
The following packages are incompatible
├─ biom-format 2.1.14 is installable with the potential options
│ ├─ biom-format [2.1.12|2.1.14] would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ biom-format [2.1.12|2.1.14] would require
│ │ └─ python >=3.11,<3.12.0a0 , which can be installed;
│ ├─ biom-format [2.1.12|2.1.14] would require
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ └─ biom-format 2.1.14, which can be installed;
├─ pin-1 is not installable because it requires
│ └─ python 3.8. , which conflicts with any installable versions previously reported;
└─ q2-types-genomics >2023.2 is installable and it requires
└─ q2-types 2023.5.* , which requires
└─ biom-format 2.1.12.* with the potential options
├─ biom-format [2.1.12|2.1.14], which can be installed (as previously explained);
├─ biom-format [2.1.12|2.1.14], which can be installed (as previously explained);
├─ biom-format 2.1.12 would require
│ └─ python >=3.7,<3.8.0a0 , which can be installed;
├─ biom-format 2.1.12 conflicts with any installable versions previously reported;
└─ biom-format [2.1.12|2.1.14], which can be installed (as previously explained).
Pins seem to be involved in the conflict. Currently pinned specs:
- python 3.8.* (labeled as 'pin-1')". what is the problem now? how can I solve this problem. Thank you so much.