Closed grburgess closed 3 years ago
In https://github.com/exoplanet-dev/exoplanet/pull/186
batman is made an optional dependency for the tests, but can you confirm that you installed the test
extras e.g.:
pip install ".[test]"
and that worked?
Did you find that you can't install batman
in isolation anyways? If so, I'll submit a PR over there too :D
Exactly, the error came because I did:
pip install ".[test]"
and then I went down a rabbit hole wondering why my OMP was not being picked up. But it turns out that there is the above issue. Thus, everything worked except batman
. I guess they are using the George Clooney version at the moment.
@grburgess: Thanks for the confirmation!
It looks like https://github.com/lkreidberg/batman/issues/48 was fixed and batman is now only an optional dependency for the tests so I'm going to close this. Thanks!
The pip install proceeds just fine, but there are some issues when installing the tests which seem to be related to this:
https://github.com/lkreidberg/batman/issues/48
This is likely a transient (no pun intended) issue, and only affect the following tests:
Thus, it is not related to exoplanet and is only a heads-up.