結論から言うと、numpyのバージョン依存の問題らしい。
numpyをディグレードして、再度インストールしたら治った。
#案件— Dai Kawai@RubyPython (@never_be_a_pm) January 13, 2018
Seleniumでエラー
TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead.
Issueを見ると、これもバージョンの問題っぽい?https://t.co/5BYGc4usWI
#案件— Dai Kawai@RubyPython (@never_be_a_pm) January 13, 2018
解決。numpyのバージョンを下げて再度pipしたら解決できた。https://t.co/5BYGc4usWI
sudo pip install numpy==1.10.4 https://t.co/p6LijTO4af