-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Comments
This looks like an error on a C module, |
@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. |
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. |
@ericholscher, yes seems a missing library on RTD that is required by scipy's conda package. |
Related: conda/conda#444 |
Yeah, this is definitely a conda issue. I believe they relinked some stuff to |
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. |
Something "actionable": is the pre-installed conda pinned to a specific version on RTD or do you always run |
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. |
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. |
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
The text was updated successfully, but these errors were encountered: