天天看點

Python基礎:ubuntu下pip安裝的權限問題

問題描述:

在指令行中直接執行pip install image_match的時候,出現提示:Consider using the `--user` option or check the permissions.

配置詳情:

ubuntu16.04

解決辦法:

pip install --user image_match