pysam

unable to execute 'x86_64-conda_cos6-linux-gnu-gcc': No such file or directory (pysam installation)

僤鯓⒐⒋嵵緔 提交于 2020-01-03 06:49:06
问题 I am trying to install pysam. After excecuting: python path/to/pysam-master/setup.py build This error is produced: unable to execute 'x86_64-conda_cos6-linux-gnu-gcc': No such file or directory error: command 'x86_64-conda_cos6-linux-gnu-gcc' failed with exit status 1 There are similar threads, but they all seem to address the problem assumig administriator rights, which I do not have. Is there a way around to install the needed files? DISCLAIMER: This question derived from a previous post of

manually installing pysam error: “ImportError: No module named version”

时光总嘲笑我的痴心妄想 提交于 2019-12-25 08:48:31
问题 I am trying to install pysam manually as I am working on a cluster without internet connection and I do not have admin rights (thus doing it through conda is not possible, which I have tried). I have downloaded all the zipped files from the developer's repository (https://github.com/pysam-developers/pysam/archive/master.zip), then I transfer them to my directory in the cluster. I have tried the manual installation from the unzipped repository by running (as indicated in the instructions https