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: linking with x86_64-conda-linux-gnu-cc failed: exit status: 1 #34

Open
Valentin-Bio-zz opened this issue Feb 8, 2022 · 1 comment

Comments

@Valentin-Bio-zz
Copy link

Valentin-Bio-zz commented Feb 8, 2022

Hello Im trying to install sepia using the rust package provided by conda

This is what I have done:

conda create -n sepia -y && conda activate sepia
git clone https://github.com/hcdenbakker/sepia.git
cd sepia
cargo build --release

this is the error message that I got:

error: linking with /home/miniconda3/envs/sepia/bin/x86_64-conda-linux-gnu-cc failed: exit status: 1

is there a problem with installing rust via conda ? the file "x86_64-conda-linux-gnu-cc" existis but it seems rust can not use it for a rason that i dont understand

the server taht im using is centOS 7.3.

@hcdenbakker
Copy link
Owner

Hi Valentin-Bio,

Thank you for your interest in sepia! This sounds like a conda/Rust problem not something that has anything to do with sepia. I tried to recreate your error on my server (running Ubuntu 18.04.6 LTS), but it successfully compiled in the conda environment I created (I am running conda 4.10.3 on my server). It seems the same issue has popped up for R and Python with older versions of conda (see https://stackoverflow.com/questions/46450912/unable-to-execute-x86-64-conda-cos6-linux-gnu-gcc-no-such-file-or-directory). I have successfully compiled sepia on CentOS VMs in the past.

Hope this helps,
-Henk

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