Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: prokka: Failed to download resource "aragorn" #41

Closed
AnnaaaaaaaaV opened this issue Oct 6, 2023 · 7 comments
Closed

Error: prokka: Failed to download resource "aragorn" #41

AnnaaaaaaaaV opened this issue Oct 6, 2023 · 7 comments

Comments

@AnnaaaaaaaaV
Copy link

Hi everyone!
I am new to this field and currently in the process of installing Prokka on my MacBook M2. Despite my attempts using both Homebrew and Conda package managers, the result is the same: Aragorn, a dependency of Prokka, is not available. I would greatly appreciate any assistance in resolving this matter !!

Error: prokka: Failed to download resource "aragorn"
Failure while executing; /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.1.14\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 13.6\)\ curl/8.1.2 --header Accept-Language:\ en --retry 3 --fail --location --silent --head http://mbio-serv2.mbioekol.lu.se/ARAGORN/Downloads/aragorn1.2.38.tgz exited with 56. Here's the output:
curl: (56) Recv failure: Connection reset by peer

@apcamargo
Copy link
Owner

Hi @AnnaaaaaaaaV

The problem is that there's no pre-compiled binary of Aragorn in Conda for Apple processors. You can try to following the installation instructions here: #36 (comment)

@AnnaaaaaaaaV
Copy link
Author

Thank you very much for your advice. Unfortunately, even when trying to use the commands you suggested, I didn't get any results. The response is:

Could not solve for environment specs
The following package could not be installed
└─ prokka is not installable because it requires
└─ aragorn >=1.2 , which does not exist (perhaps a missing channel).

@apcamargo
Copy link
Owner

apcamargo commented Oct 6, 2023

What are the exact commands you are using?

@AnnaaaaaaaaV
Copy link
Author

AnnaaaaaaaaV commented Oct 7, 2023 via email

@apcamargo
Copy link
Owner

Can you try this:

mamba create -n prokka
mamba activate
conda config --env --set subdir osx-64
mamba install -c conda-forge -c bioconda prokka
mamba activate prokka

@AnnaaaaaaaaV
Copy link
Author

AnnaaaaaaaaV commented Oct 8, 2023 via email

@apcamargo
Copy link
Owner

No worries :)

You might want to check out Bakta. As far as I know, Prokka is not being maintained anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants