2021-07-09T07:32:44,656 Created temporary directory: /tmp/pip-ephem-wheel-cache-slfzo7ca 2021-07-09T07:32:44,660 Created temporary directory: /tmp/pip-req-tracker-frt8pcfi 2021-07-09T07:32:44,660 Initialized build tracking at /tmp/pip-req-tracker-frt8pcfi 2021-07-09T07:32:44,660 Created build tracker: /tmp/pip-req-tracker-frt8pcfi 2021-07-09T07:32:44,661 Entered build tracker: /tmp/pip-req-tracker-frt8pcfi 2021-07-09T07:32:44,661 Created temporary directory: /tmp/pip-wheel-zqzmngzm 2021-07-09T07:32:44,695 1 location(s) to search for versions of bmfstock: 2021-07-09T07:32:44,695 * https://pypi.org/simple/bmfstock/ 2021-07-09T07:32:44,695 Fetching project page and analyzing links: https://pypi.org/simple/bmfstock/ 2021-07-09T07:32:44,696 Getting page https://pypi.org/simple/bmfstock/ 2021-07-09T07:32:44,697 Found index url https://pypi.org/simple 2021-07-09T07:32:44,876 Found link https://files.pythonhosted.org/packages/47/d8/e49190eab2221329b3c83b0d7497bb9408ebe7d6cdd10319d3835c16a0b8/bmfstock-0.4.tar.gz#sha256=9313b4aeb5b9eacdd7469a6afeb5d0ced3167052b10b9c73399b7247dbc648dc (from https://pypi.org/simple/bmfstock/), version: 0.4 2021-07-09T07:32:44,877 Skipping link: not a file: https://pypi.org/simple/bmfstock/ 2021-07-09T07:32:44,893 Given no hashes to check 1 links for project 'bmfstock': discarding no candidates 2021-07-09T07:32:44,910 Collecting bmfstock==0.4 2021-07-09T07:32:44,912 Created temporary directory: /tmp/pip-unpack-34fioyib 2021-07-09T07:32:45,090 Downloading bmfstock-0.4.tar.gz (4.3 kB) 2021-07-09T07:32:45,127 Added bmfstock==0.4 from https://files.pythonhosted.org/packages/47/d8/e49190eab2221329b3c83b0d7497bb9408ebe7d6cdd10319d3835c16a0b8/bmfstock-0.4.tar.gz#sha256=9313b4aeb5b9eacdd7469a6afeb5d0ced3167052b10b9c73399b7247dbc648dc to build tracker '/tmp/pip-req-tracker-frt8pcfi' 2021-07-09T07:32:45,128 Running setup.py (path:/tmp/pip-wheel-zqzmngzm/bmfstock_cfa319fa5b01430bb35d33ac17e7c774/setup.py) egg_info for package bmfstock 2021-07-09T07:32:45,129 Created temporary directory: /tmp/pip-pip-egg-info-ec3x0mb4 2021-07-09T07:32:45,129 Running command python setup.py egg_info 2021-07-09T07:32:45,771 Traceback (most recent call last): 2021-07-09T07:32:45,772 File "", line 1, in 2021-07-09T07:32:45,772 File "/tmp/pip-wheel-zqzmngzm/bmfstock_cfa319fa5b01430bb35d33ac17e7c774/setup.py", line 7, in 2021-07-09T07:32:45,773 from bmfstock import __version__ as version 2021-07-09T07:32:45,773 File "/tmp/pip-wheel-zqzmngzm/bmfstock_cfa319fa5b01430bb35d33ac17e7c774/bmfstock.py", line 25, in 2021-07-09T07:32:45,773 from urllib2 import urlopen, URLError 2021-07-09T07:32:45,773 ModuleNotFoundError: No module named 'urllib2' 2021-07-09T07:32:45,823 WARNING: Discarding https://files.pythonhosted.org/packages/47/d8/e49190eab2221329b3c83b0d7497bb9408ebe7d6cdd10319d3835c16a0b8/bmfstock-0.4.tar.gz#sha256=9313b4aeb5b9eacdd7469a6afeb5d0ced3167052b10b9c73399b7247dbc648dc (from https://pypi.org/simple/bmfstock/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T07:32:45,824 ERROR: Could not find a version that satisfies the requirement bmfstock==0.4 (from versions: 0.4) 2021-07-09T07:32:45,825 ERROR: No matching distribution found for bmfstock==0.4 2021-07-09T07:32:45,825 Exception information: 2021-07-09T07:32:45,825 Traceback (most recent call last): 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T07:32:45,825 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T07:32:45,825 raise RequirementsConflicted(criterion) 2021-07-09T07:32:45,825 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bmfstock==0.4') 2021-07-09T07:32:45,825 2021-07-09T07:32:45,825 During handling of the above exception, another exception occurred: 2021-07-09T07:32:45,825 2021-07-09T07:32:45,825 Traceback (most recent call last): 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T07:32:45,825 result = self._result = resolver.resolve( 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T07:32:45,825 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T07:32:45,825 raise ResolutionImpossible(e.criterion.information) 2021-07-09T07:32:45,825 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bmfstock==0.4'), parent=None)] 2021-07-09T07:32:45,825 2021-07-09T07:32:45,825 The above exception was the direct cause of the following exception: 2021-07-09T07:32:45,825 2021-07-09T07:32:45,825 Traceback (most recent call last): 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T07:32:45,825 status = self.run(options, args) 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T07:32:45,825 return func(self, options, args) 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T07:32:45,825 requirement_set = resolver.resolve( 2021-07-09T07:32:45,825 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T07:32:45,825 raise error from e 2021-07-09T07:32:45,825 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bmfstock==0.4 2021-07-09T07:32:45,830 Removed bmfstock==0.4 from https://files.pythonhosted.org/packages/47/d8/e49190eab2221329b3c83b0d7497bb9408ebe7d6cdd10319d3835c16a0b8/bmfstock-0.4.tar.gz#sha256=9313b4aeb5b9eacdd7469a6afeb5d0ced3167052b10b9c73399b7247dbc648dc from build tracker '/tmp/pip-req-tracker-frt8pcfi' 2021-07-09T07:32:45,830 Removed build tracker: '/tmp/pip-req-tracker-frt8pcfi'