From be3755864a04d06b784dd13a236e1ff35613a225 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 19 Mar 2019 11:26:06 +0100 Subject: [PATCH] README: make it us-ascii without it: ()[root@ec6e7972d313 kuryr-libnetwork-3.0.1.dev2]# pip install . Processing /kuryr-libnetwork-source/kuryr-libnetwork-3.0.1.dev2 Complete output from command python setup.py egg_info: ERROR:root:Error parsing Traceback (most recent call last): File "/var/lib/kolla/venv/lib/python3.6/site-packages/pbr/core.py", line 96, in pbr attrs = util.cfg_to_args(path, dist.script_args) File "/var/lib/kolla/venv/lib/python3.6/site-packages/pbr/util.py", line 256, in cfg_to_args pbr.hooks.setup_hook(config) File "/var/lib/kolla/venv/lib/python3.6/site-packages/pbr/hooks/__init__.py", line 25, in setup_hook metadata_config.run() File "/var/lib/kolla/venv/lib/python3.6/site-packages/pbr/hooks/base.py", line 27, in run self.hook() File "/var/lib/kolla/venv/lib/python3.6/site-packages/pbr/hooks/metadata.py", line 26, in hook self.config['name'], self.config.get('version', None)) File "/var/lib/kolla/venv/lib/python3.6/site-packages/pbr/packaging.py", line 831, in get_version version = _get_version_from_pkg_metadata(package_name) File "/var/lib/kolla/venv/lib/python3.6/site-packages/pbr/packaging.py", line 799, in _get_version_from_pkg_metadata pkg_metadata = email.message_from_file(pkg_metadata_file) File "/usr/lib/python3.6/email/__init__.py", line 54, in message_from_file return Parser(*args, **kws).parse(fp) File "/usr/lib/python3.6/email/parser.py", line 54, in parse data = fp.read(8192) File "/var/lib/kolla/venv/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3612: ordinal not in range(128) error in setup command: Error parsing /tmp/pip-req-build-cckcsjoj/setup.cfg: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3612: ordinal not in range(128) Change-Id: I1585704e39b19e95c3d1e53cfb60c80825768237 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 69f3f6c3..a8fb9412 100644 --- a/README.rst +++ b/README.rst @@ -292,7 +292,7 @@ kuryr-libnetwork docker managed pluginv2 How to build kuryr-libnetwork docker managed pluginv2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Docker Engine’s `plugins system `_ +Docker Engine's `plugins system `_ allows you to install, start, stop, and remove plugins using Docker Engine for docker 1.13 and older.