2019-07-01T13:51:58 Created temporary directory: /tmp/pip-ephem-wheel-cache-1howr4zi 2019-07-01T13:51:58 Created temporary directory: /tmp/pip-req-tracker-ylofss8u 2019-07-01T13:51:58 Created requirements tracker '/tmp/pip-req-tracker-ylofss8u' 2019-07-01T13:51:58 Created temporary directory: /tmp/pip-wheel-318arjsh 2019-07-01T13:51:58 Collecting wikidict==0.1.0 2019-07-01T13:51:58 1 location(s) to search for versions of wikidict: 2019-07-01T13:51:58 * https://pypi.org/simple/wikidict/ 2019-07-01T13:51:58 Getting page https://pypi.org/simple/wikidict/ 2019-07-01T13:51:58 Analyzing links from page https://pypi.org/simple/wikidict/ 2019-07-01T13:51:59 Found link https://files.pythonhosted.org/packages/fd/43/29d1c2a015b540b4b6fad0b9f0cc759bf582736366e3b9911007aa7454a9/wikidict-0.1.0.tar.gz#sha256=5c8216d731c9a93652f0bb7d7a8158681c52bb687b0e7b3444ea1f8d6f35a1c3 (from https://pypi.org/simple/wikidict/), version: 0.1.0 2019-07-01T13:51:59 Found link https://files.pythonhosted.org/packages/6b/f8/a6aeb2c7d87b47961d60f5842c0b8e6d0a576e2ba1e0de6a509658377dc5/wikidict-1.0.0.tar.gz#sha256=01c42d0c156df94da4de06e30e32645b3b5f879eb17c684cacc8985f056c7a1d (from https://pypi.org/simple/wikidict/), version: 1.0.0 2019-07-01T13:51:59 Found link https://files.pythonhosted.org/packages/b5/f3/1ed8d7f623d3849eda75c3b34fcfd23b0ed31270b806b5e5f369cdf4260f/wikidict-1.1.1.tar.gz#sha256=238d6591cb9494a31b9b6edafbcdcfe40cee0097920aeed3fed65062cf753393 (from https://pypi.org/simple/wikidict/), version: 1.1.1 2019-07-01T13:51:59 Found link https://files.pythonhosted.org/packages/11/82/ce64e9deb995d624fdaffa6cca4809e1fdb00d9f0d879af86949b2872d70/wikidict-1.2.0.tar.gz#sha256=89a5b85f650ad1799a95184b1c358e0dfd8c2e0d096fc7aed1892af3da1061f2 (from https://pypi.org/simple/wikidict/), version: 1.2.0 2019-07-01T13:51:59 Using version 0.1.0 (newest of versions: 0.1.0) 2019-07-01T13:51:59 Created temporary directory: /tmp/pip-unpack-wm87xvah 2019-07-01T13:51:59 Downloading https://files.pythonhosted.org/packages/fd/43/29d1c2a015b540b4b6fad0b9f0cc759bf582736366e3b9911007aa7454a9/wikidict-0.1.0.tar.gz 2019-07-01T13:51:59 Downloading from URL https://files.pythonhosted.org/packages/fd/43/29d1c2a015b540b4b6fad0b9f0cc759bf582736366e3b9911007aa7454a9/wikidict-0.1.0.tar.gz#sha256=5c8216d731c9a93652f0bb7d7a8158681c52bb687b0e7b3444ea1f8d6f35a1c3 (from https://pypi.org/simple/wikidict/) 2019-07-01T13:51:59 Added wikidict==0.1.0 from https://files.pythonhosted.org/packages/fd/43/29d1c2a015b540b4b6fad0b9f0cc759bf582736366e3b9911007aa7454a9/wikidict-0.1.0.tar.gz#sha256=5c8216d731c9a93652f0bb7d7a8158681c52bb687b0e7b3444ea1f8d6f35a1c3 to build tracker '/tmp/pip-req-tracker-ylofss8u' 2019-07-01T13:51:59 Running setup.py (path:/tmp/pip-wheel-318arjsh/wikidict/setup.py) egg_info for package wikidict 2019-07-01T13:51:59 Running command python setup.py egg_info 2019-07-01T13:52:00 Traceback (most recent call last): 2019-07-01T13:52:00 File "", line 1, in 2019-07-01T13:52:00 File "/tmp/pip-wheel-318arjsh/wikidict/setup.py", line 8 2019-07-01T13:52:00 print "warning: pypandoc module not found, could not convert Markdown to RST" 2019-07-01T13:52:00 ^ 2019-07-01T13:52:00 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("warning: pypandoc module not found, could not convert Markdown to RST")? 2019-07-01T13:52:00 Cleaning up... 2019-07-01T13:52:00 Removing source in /tmp/pip-wheel-318arjsh/wikidict 2019-07-01T13:52:00 Removed wikidict==0.1.0 from https://files.pythonhosted.org/packages/fd/43/29d1c2a015b540b4b6fad0b9f0cc759bf582736366e3b9911007aa7454a9/wikidict-0.1.0.tar.gz#sha256=5c8216d731c9a93652f0bb7d7a8158681c52bb687b0e7b3444ea1f8d6f35a1c3 from build tracker '/tmp/pip-req-tracker-ylofss8u' 2019-07-01T13:52:00 Removed build tracker '/tmp/pip-req-tracker-ylofss8u' 2019-07-01T13:52:00 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-318arjsh/wikidict/ 2019-07-01T13:52:00 Exception information: 2019-07-01T13:52:00 Traceback (most recent call last): 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-01T13:52:00 status = self.run(options, args) 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-01T13:52:00 resolver.resolve(requirement_set) 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-01T13:52:00 self._resolve_one(requirement_set, req) 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-01T13:52:00 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-01T13:52:00 self.require_hashes 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-01T13:52:00 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-01T13:52:00 self.req.prepare_metadata() 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-01T13:52:00 self.run_egg_info() 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-01T13:52:00 command_desc='python setup.py egg_info') 2019-07-01T13:52:00 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-01T13:52:00 % (command_desc, proc.returncode, cwd)) 2019-07-01T13:52:00 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-318arjsh/wikidict/