Closed jakevdp closed 3 years ago
Can you fix the missing "=" and we can take a look ;-)
One of the three AppVeyor jobs failed, and I scrolled down for a few minutes past conda installation status bars before I gave up trying to figure out why.
Finally fixed in #140 (only 3 years later :D)
We were trying to build george on a clean Travis environment, and the
pip install
failed becausepybind11
andnumpy
are required in order to run the setup.py script.I think this will fix the issue, though I've not tried it out.