Hello! Thanks for the amazing tool you have developed!
I have had some issues while trying to install it in my Mac M1 Ventura 13.3. Following the instructions, I installed Conda and used Miniforge for that purpose, then I installed NCBI Blast+. While trying to install the tool in itself, it gives me the following issue:
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Hello! Thanks for the amazing tool you have developed! I have had some issues while trying to install it in my Mac M1 Ventura 13.3. Following the instructions, I installed Conda and used Miniforge for that purpose, then I installed NCBI Blast+. While trying to install the tool in itself, it gives me the following issue:
(base) conda create -n run_dbcan python=3.8 dbcan -c conda-forge -c bioconda
Collecting package metadata (current_repodata.json): done Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. Collecting package metadata (repodata.json): done Solving environment: - Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package python conflicts for: dbcan -> biopython -> python[version='>=3.10,<3.11.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.9,<3.10.0a0|>=3.11,<3.12.0a0|>=3.11,<3.12.0a0|>=3.7|>=3.6|>=3.5',build=*_cpython] python=3.8 dbcan -> python
Thanks for you attention