ReadTheDocs is failing to build #26
Comments
Just to clarify, the problem is that the name It sounds like Do you know why it's failing in some environments but not on our Travis builds (which check 2.7 and 3.5)? |
Oh hey check this out and, even better, the doc page it links to. |
I think this could be a good solution! I'm going to try it. |
Is it feasible for you to try the builtins-when-setup-is-not-main branch of autograd? I applied the fix linked above and I think it might solve your build problems. |
I'll give it a shot. |
I just installed that branch into a clean environment with all of pycalphad's other dependencies and I'm going to play with the requirements.txt file on RTD and see if I can't bypass this issue by preinstalling autograd. |
I'm pretty confident that new setup.py will fix the error you were running into, and it didn't break anything in autograd, so I just merged it into the master branch. |
Happy to help! Cool project! |
Previously we would error when trying to install and numpy was not installed. This now just goes ahead and installs numpy for you before building the extension.
https://readthedocs.org/projects/pycalphad/builds/3465916/
The text was updated successfully, but these errors were encountered: