Vagrant up always stuck on installing pip

Hi Community, I am running on Windows 10 with Windows Oracle VM Virtual Box + Vagrant with cmder.

I am stuck always on installing Ansible and PIP on my vagrant box.
anyhow how I supposed to make this work?

Thank you
here is the error

==> default: Running provisioner: ansible_local…
** default: Installing Ansible…**
** default: Installing pip… (for Ansible installation)**
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

curl https://bootstrap.pypa.io/get-pip.py | sudo python

Stdout from the command:

Stderr from the command:

** % Total % Received % Xferd Average Speed Time Time Time Current**
** Dload Upload Total Spent Left Speed**
** 50 1824k 50 923k 0 0 125k 0 0:00:14 0:00:07 0:00:07 191k File “”, line 13336**
SyntaxError: Non-ASCII character ‘\xf3’ in file on line 13337, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
** 60 1824k 60 1105k 0 0 137k 0 0:00:13 0:00:08 0:00:05 247k**
curl: (23) Failed writing body (340 != 6272)

i supposed that in Vagrantfile : ansinble.pip_install_cmd doesn’t work that well
how i can fix this?

Thank you guys

This topic was automatically closed after 42 days. New replies are no longer allowed.