我安装了所有依赖项的opencv.安装完成后,我尝试导入matplotlib作为一个简单的例子.
然后我得到以下错误,当我尝试通过pip安装matplotlib时pip install matplotlib:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/kiwisolver.cpython-35m-x86_64-linux-gnu.so'
Consider using the `--user` option or check the permissions.
Run Code Online (Sandbox Code Playgroud)
我该怎么做才能安装matplotlib?