3 weeks ago - last edited a week ago by Doreena Deng
Does anyone know what to do when you try to install a library using pip install but failed because the package is not writeable? I'm having problem with this.
a week ago
Maybe you have installed python in a system location (in contrast to a user location).
If you then try to run pip in a terminal without administrator privileges, the package location of the python installation might not be writable for that user.
So I'd try first to run the terminal as an administrator.
2 hours ago