我尝试websocket_client
在 macOS10.14.5 上使用pip3 19.1.1
pip3 install websocket_client
但出现错误:
pkg_resources.DistributionNotFound: The 'pip==19.0.3' distribution was not found and is required by the application
似乎我的pip
版本太新,无法安装websocket_client。
那么,在这种情况下我该如何安装它?
谢谢,
泰迪熊
答案1
问题出在已安装的系统 pip 上。您需要重新安装 python。之后不要自行升级 pip。
brew reinstall python