-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cython compilation errors, 'CompileError: command 'gcc' failed with exit status 1\n' #74
Comments
I suspect one solution is to roll back dependencies to earlier versions, but the above is a bit odd |
Sorry I don't really have much to offer in way of guidance or suggestions. It seems like the issue would be with pysam, so rolling back the version there would be first thing to try. |
We were able to correct the module issue by cleaning up PYTHONPATH
|
Excellent, thanks! |
I've installed the package with python 2.7.14 as recommend. Using
gcc (GCC) 6.2.0
The specific versions of the libraries I'm using:
Here is the error I'm getting. Trouble-shooting ideas?
The text was updated successfully, but these errors were encountered: