Hi
==
vagrant plugin install vagrant-vbguest --plugin-version 0.21
Installing the ‘vagrant-vbguest --version ‘0.21’’ plugin. This can take a few minutes…
Fetching micromachine-3.0.0.gem
Fetching vagrant-vbguest-0.21.0.gem
Installed the plugin ‘vagrant-vbguest (0.21.0)’!
I try to insall v0.21, and run again “vagrant up”, then got highlight messages:
m312: Installing collected packages: setuptools
m312: Found existing installation: setuptools 3.3
m312: Not uninstalling setuptools at /usr/lib/python2.7/dist-packages, owned by OS
m312: Running setup.py install for setuptools
m312: pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
m312: ************************************************************
m312: You are running Setuptools on Python 2, which is no longer
m312: supported and
m312: >>> SETUPTOOLS WILL STOP WORKING <<<
m312: in a subsequent release (no sooner than 2020-04-20).
m312: Please ensure you are installing
m312: Setuptools using pip 9.x or later or pin to `setuptools<45`
m312: in your environment.
m312: If you have done those things and are still encountering
m312: this message, please comment in
m312: https://github.com/pypa/setuptools/issues/1458
m312: about the steps that led to this unsupported combination.
m312: ************************************************************
m312: sys.version_info < (3,) and warnings.warn(pre + "*" * 60 + msg + "*" * 60)
m312: warning: no files found matching '*.py' under directory 'tests'
m312: warning: no previously-included files found matching 'pyproject.toml'
m312: Installing easy_install script to /usr/local/bin
m312: Installing easy_install-2.7 script to /usr/local/bin
m312: Could not find .egg-info directory in install record for setuptools==45.3.0
m312: Successfully installed setuptools
m312: Cleaning up...
m312: + sudo pip install psutil==5.7.2
m312: /usr/local/lib/python2.7/dist-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
m312: ************************************************************
m312: You are running Setuptools on Python 2, which is no longer
m312: supported and
m312: >>> SETUPTOOLS WILL STOP WORKING <<<
m312: in a subsequent release (no sooner than 2020-04-20).
m312: Please ensure you are installing
m312: Setuptools using pip 9.x or later or pin to `setuptools<45`
m312: in your environment.
m312: If you have done those things and are still encountering
m312: this message, please comment in
m312: https://github.com/pypa/setuptools/issues/1458
m312: about the steps that led to this unsupported combination.
m312: ************************************************************
m312: sys.version_info < (3,) and warnings.warn(pre + "*" * 60 + msg + "*" * 60)
m312: Downloading/unpacking psutil==5.7.2
m312: Running setup.py (path:/tmp/pip_build_root/psutil/setup.py) egg_info for package psutil
m312: /usr/local/lib/python2.7/dist-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
m312: ************************************************************
m312: You are running Setuptools on Python 2, which is no longer
m312: supported and
m312: >>> SETUPTOOLS WILL STOP WORKING <<<
m312: in a subsequent release (no sooner than 2020-04-20).
m312: Please ensure you are installing
m312: Setuptools using pip 9.x or later or pin to `setuptools<45`
m312: in your environment.
m312: If you have done those things and are still encountering
m312: this message, please comment in
m312: https://github.com/pypa/setuptools/issues/1458
m312: about the steps that led to this unsupported combination.
m312: ************************************************************
m312: sys.version_info < (3,) and warnings.warn(pre + "*" * 60 + msg + "*" * 60)
m312: /tmp/pip_build_root/psutil/setup.py:12: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
m312: import os
m312: Installing collected packages: psutil
m312: Found existing installation: psutil 1.2.1
m312: Not uninstalling psutil at /usr/lib/python2.7/dist-packages, owned by OS
m312: Running setup.py install for psutil
m312: /usr/local/lib/python2.7/dist-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
m312: ************************************************************
m312: You are running Setuptools on Python 2, which is no longer
m312: supported and
m312: >>> SETUPTOOLS WILL STOP WORKING <<<
m312: in a subsequent release (no sooner than 2020-04-20).
m312: Please ensure you are installing
m312: Setuptools using pip 9.x or later or pin to `setuptools<45`
m312: in your environment.
m312: If you have done those things and are still encountering
m312: this message, please comment in
m312: https://github.com/pypa/setuptools/issues/1458
m312: about the steps that led to this unsupported combination.
m312: ************************************************************
m312: sys.version_info < (3,) and warnings.warn(pre + "*" * 60 + msg + "*" * 60)
Best regards,
Felix