You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip version 10.0 doesn't have a pip.locations. So pybind11.get_include() just returns 'include' after the ImportError.
Workaround for now is to require pip version 9.0.3. But ideal if you could figure out what the right pip function to call is when pip.__version__ > '10.0'.
The text was updated successfully, but these errors were encountered:
Ah. Thanks for the cross-reference. I had meant to be reporting this in the pybind11 issues, but I guess I missed. Closing this in preference for that issue that seems to already have a fix in place.
pip version 10.0 doesn't have a
pip.locations
. Sopybind11.get_include()
just returns'include'
after the ImportError.Workaround for now is to require pip version 9.0.3. But ideal if you could figure out what the right pip function to call is when
pip.__version__ > '10.0'
.The text was updated successfully, but these errors were encountered: