OSError when installing ansible with pip in CLI on Windows 10: 'OSError: [Errno 2] No such file or directory'
OSError when installing ansible with pip in CLI on Windows 10: 'OSError: [Errno 2] No such file or directory'
我得到的整个输出消息,无论我是使用 pip
或 pip3
,还是使用 PowerShell
或 bash
,或者使用或不使用 --user
,是:
PS C:\Users\user> pip install ansible --user
Collecting ansible
Using cached ansible-4.0.0.tar.gz (33.3 MB)
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\Users\user\AppData\Local\Temp\pip-install-i5a881am\ansible_79b10d1774894f28be88e26c8c0385cb\ansible_collections/amazon/aws/tests/unit/plugins/modules/placebo_recordings/cloudformation/client_request_token_s3_stack/cloudformation.CreateStack_1.json'
感谢@Zeitounator 对我的 OP 的评论,我终于可以使用 this link.
在 Windows10 WSL
上正确安装 ansible
这里有必要强调一下,要实现这一点需要安装 bash CLI
(或者更确切地说 Windows10 WSL)。
我得到的整个输出消息,无论我是使用 pip
或 pip3
,还是使用 PowerShell
或 bash
,或者使用或不使用 --user
,是:
PS C:\Users\user> pip install ansible --user
Collecting ansible
Using cached ansible-4.0.0.tar.gz (33.3 MB)
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\Users\user\AppData\Local\Temp\pip-install-i5a881am\ansible_79b10d1774894f28be88e26c8c0385cb\ansible_collections/amazon/aws/tests/unit/plugins/modules/placebo_recordings/cloudformation/client_request_token_s3_stack/cloudformation.CreateStack_1.json'
感谢@Zeitounator 对我的 OP 的评论,我终于可以使用 this link.
在Windows10 WSL
上正确安装 ansible
这里有必要强调一下,要实现这一点需要安装 bash CLI
(或者更确切地说 Windows10 WSL)。