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

Issue using conda environment #2074

Closed
tritemio opened this issue Mar 15, 2016 · 10 comments
Closed

Issue using conda environment #2074

tritemio opened this issue Mar 15, 2016 · 10 comments
Labels
Support Support question

Comments

@tritemio
Copy link

Summary

I tried the using conda environment with fretbursts to see if I can get rid of the mocking layer.

However, building the docs fails on RTD unless I reintroduce the mocking for scipy.

Details

Commit between "Working" and "Not Working":
tritemio/FRETBursts@d9e6421

@tritemio tritemio mentioned this issue Mar 15, 2016
8 tasks
@ericholscher
Copy link
Member

This looks like an error on a C module, libgfortran.so.1, not on anything we can install with Python or Conda. We likely don't have a Fortran compiler on our build servers, and aren't planning to include one.

@tritemio
Copy link
Author

@ericholscher, this is plain scipy. Are you saying that scipy cannot be installed on RTD? Conda packages are precompiled and should include all these binaries AFAIK.

@ericholscher
Copy link
Member

Well, the install of the conda scipy seemed to work fine. I'm not sure why this particular library is missing. This seems more like a conda issue, or something in the way we're using it, which I'm not really able to debug.

@tritemio
Copy link
Author

@ericholscher, yes seems a missing library on RTD that is required by scipy's conda package.

@agjohnson agjohnson added the Support Support question label Mar 15, 2016
@Korijn
Copy link

Korijn commented Mar 15, 2016

Related: conda/conda#444

@jakirkham
Copy link
Contributor

Yeah, this is definitely a conda issue. I believe they relinked some stuff to libgfortran.so.3 (no idea how they are doing versioning with this stuff), but some packages are still linked to libgfortran.so.1. This issue is related. ( conda/conda#2177 ) Though it couldn't hurt to open a new one with conda.

@agjohnson
Copy link
Contributor

Closing the issue here, as this doesn't seem to be an issue with RTD. Feel free to reopen if there is anything actionable here.

@Korijn
Copy link

Korijn commented Mar 16, 2016

Something "actionable": is the pre-installed conda pinned to a specific version on RTD or do you always run conda update conda? Conda 4.x came out recently and it fixed a large number of important bugs related to package resolution.

@agjohnson
Copy link
Contributor

Is this an issue of an out-dated conda? This doesn't seem to be an issue of a wrong conda version, as the conda ticket above notes that it was a packaging issue.

@jakirkham
Copy link
Contributor

I don't think so. That is an orthogonal issue I believe. I have placed it in this issue ( #2076 ) and cc'd the two of you on the ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

5 participants