Thanks for your continued advice, Marcel. I've delved into this deeper
to see if I can pinpoint the problem using the scripts at the link
below.
https://gist.github.com/jdblischak/035449e1469664810536
On Tue, Jun 23, 2015 at 4:53 PM, Marcel Martin
<
marcel...@scilifelab.se> wrote:
> I think the switch that gives you trouble was introduced already a few years
> back (although definitely after 2006). Perhaps the error is a different one
> on your local machine? You could post the full log of that as well.
On Ubuntu 14.04, I can install pysam using the following methods:
* virtual environment + pip using Python 3.3.6, 3.4.0, 3.4.1, 3.4.2, or 3.4.3
* conda using Anaconda-2.2.0 and Python 2.7.10
* pip using Anaconda-2.2.0 and Python 3.4.3
I cannot install pysam with conda using Anaconda-2.2.0 and Python
3.4.3. The error message is not very informative, but I've attached it
anyway (ubuntu14.04-py3.4.3-anaconda2.2.0-conda.txt).
On my work cluster, where I really need local installation options
like virtual environments to work because I do not have administrative
rights, it is a real mess. I can install pysam with conda using
Anaconda-2.2.0 and Python 2.7.10. Unfortunately I cannot get any
Python3 option to work. I tried the following:
* virtual environment + pip using Python 3.3.6 or 3.4.3
* conda using Anaconda-2.2.0 and Python 3.4.3
* pip using Anaconda-2.2.0 and Python 3.4.3
I've attached the output from these attempts in case it could be informative.
Thanks,
John