-
Notifications
You must be signed in to change notification settings - Fork 133
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
bioconda::bioconductor-genomeinfodbdata-1.2.9-r42hdfd78af_0 problems with installation #827
Comments
On what platform do you see this? I can't reproduce it on Linux. |
I just got the exact same error while trying to install genomeinfodbdata-1.2.9 as a dependency of seqinr on linux-64. I used the following command: |
@francescasci91, @charlottewright are you installing into an environment that has a lot of other things in it? On both Linux and macOS I'm able to create fresh environments no problem, e.g.
and
(using the setup information from https://bioconda.github.io/ with the correct order of channels, so |
Ran into the same error. Installed a different package with mamba, which updated a long list of R related packages. After that it worked. |
Hi, I am stuck in the same error too, macOS, M1 chip, I have been trying to uninstall and reinstall many times but this step always not work and showed like this: Preparing transaction: done LinkError: post-link script failed for package bioconda::bioconductor-genomeinfodbdata-1.2.9-r42hdfd78af_0
return code: 126 Could you please provide more details for your solution and any advices? Really appreciate that! |
@zombiebride226 , pretty sure I'm not the best person to give advice, but in my case it was an old conda environment that didn't play nice with newer packages anymore. I would probably start from scratch (like conda env export --from-history > env.yml , then delete and re-install everything still needed). |
thank you for your reply! I see your situation and solution, I will try your method too. |
Hi, I'm trying to install genomeinfodbdata-1.2.9 but an error occurs during the installation:
In particualar this is the report:
message:
post-link script failed for package bioconda::bioconductor-genomeinfodbdata-1.2.9-r42hdfd78af_0
location of failed script: /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/.bioconductor-genomeinfodbdata-post-link.sh
==> script messages <==
==> script output <==
stdout: /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/share/genomeinfodbdata-1.2.9/"GenomeInfoDbData_1.2.9.tar.gz": OK
ERROR: sub-architecture 'R' is not installed
ERROR: sub-architecture 'R.c~' is not installed
stderr: ++ dirname -- /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/installBiocDataPackage.sh
++ yq '."genomeinfodbdata-1.2.9".fn' /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/../share/bioconductor-data-packages/dataURLs.json
++ yq '."genomeinfodbdata-1.2.9".urls[]' /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/../share/bioconductor-data-packages/dataURLs.json
++ yq '."genomeinfodbdata-1.2.9".md5' /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/../share/bioconductor-data-packages/dataURLs.json
++ echo '"https://bioconductor.org/packages/3.16/data/annotation/src/contrib/GenomeInfoDbData_1.2.9.tar.gz"'
++ tr -d '"'
++ echo '"7cc138cfb74665fdfa8d1c244eac4879"'
++ tr -d '"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11.1M 100 11.1M 0 0 7708k 0 0:00:01 0:00:01 --:--:-- 7705k
++ uname -s
** using staged installation
** data
** inst
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
*** arch - R
*** arch - R.c~
ERROR: loading failed for ‘R’, ‘R.c~’
return code: 1
kwargs:
{}
class: LinkError
message:
post-link script failed for package bioconda::bioconductor-genomeinfodbdata-1.2.9-r42hdfd78af_0
location of failed script: /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/.bioconductor-genomeinfodbdata-post-link.sh
==> script messages <==
==> script output <==
stdout: /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/share/genomeinfodbdata-1.2.9/"GenomeInfoDbData_1.2.9.tar.gz": OK
ERROR: sub-architecture 'R' is not installed
ERROR: sub-architecture 'R.c~' is not installed
stderr: ++ dirname -- /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/installBiocDataPackage.sh
++ yq '."genomeinfodbdata-1.2.9".fn' /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/../share/bioconductor-data-packages/dataURLs.json
++ yq '."genomeinfodbdata-1.2.9".urls[]' /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/../share/bioconductor-data-packages/dataURLs.json
++ yq '."genomeinfodbdata-1.2.9".md5' /hpcnfs/home/ieo5212/miniconda3/envs/R_single_cell1/bin/../share/bioconductor-data-packages/dataURLs.json
++ echo '"https://bioconductor.org/packages/3.16/data/annotation/src/contrib/GenomeInfoDbData_1.2.9.tar.gz"'
++ tr -d '"'
++ echo '"7cc138cfb74665fdfa8d1c244eac4879"'
++ tr -d '"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11.1M 100 11.1M 0 0 7708k 0 0:00:01 0:00:01 --:--:-- 7705k
++ uname -s
** using staged installation
** data
** inst
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
*** arch - R
*** arch - R.c~
ERROR: loading failed for ‘R’, ‘R.c~’
return code: 1
ValueError: unsupported format character 'T' (0x54) at index 2255
Thanks
Francesca
The text was updated successfully, but these errors were encountered: