You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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: 1is 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.
The text was updated successfully, but these errors were encountered: