Search code examples
pythonvisual-studio-codeterminalpipmoviepy

I try to install moviepy external module in the terminal but something is wrong


I have a problem. I tried to install moviepy in the terminal in the Visual Studio Code (moviepy is an external module). But something is wrong and I dont't what. Here is a screen with terminal error: (https://i.sstatic.net/VOekq.png)

I tried to install moviepy in the terminal in the Visual Studio Code and I were expecting that moviepy will install without any problems.


Solution

  • [Errno 13] Permission denied

    You can use the following way to give vscode administrator privileges.

    enter image description here

    1. Right click vscode and choose properties.
    2. Click compatibility and check "Run this program as an administrator" then apply.