2023-09-22T11:48:36,620 Created temporary directory: /tmp/pip-build-tracker-8bb07nfu 2023-09-22T11:48:36,621 Initialized build tracking at /tmp/pip-build-tracker-8bb07nfu 2023-09-22T11:48:36,622 Created build tracker: /tmp/pip-build-tracker-8bb07nfu 2023-09-22T11:48:36,622 Entered build tracker: /tmp/pip-build-tracker-8bb07nfu 2023-09-22T11:48:36,623 Created temporary directory: /tmp/pip-wheel-fqj22gzo 2023-09-22T11:48:36,626 Created temporary directory: /tmp/pip-ephem-wheel-cache-j9ewxoi9 2023-09-22T11:48:36,648 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-22T11:48:36,652 2 location(s) to search for versions of projxon-cyber-security-system: 2023-09-22T11:48:36,652 * https://pypi.org/simple/projxon-cyber-security-system/ 2023-09-22T11:48:36,652 * https://www.piwheels.org/simple/projxon-cyber-security-system/ 2023-09-22T11:48:36,653 Fetching project page and analyzing links: https://pypi.org/simple/projxon-cyber-security-system/ 2023-09-22T11:48:36,654 Getting page https://pypi.org/simple/projxon-cyber-security-system/ 2023-09-22T11:48:36,655 Found index url https://pypi.org/simple/ 2023-09-22T11:48:36,793 Fetched page https://pypi.org/simple/projxon-cyber-security-system/ as application/vnd.pypi.simple.v1+json 2023-09-22T11:48:36,796 Skipping link: Missing project version for projxon-cyber-security-system: https://files.pythonhosted.org/packages/7b/f1/caeadc59236cf578fa2788b0b16333b8645312193640e54dcb03f843f384/Projxon%20Cyber%20Security%20System-0.0.3.tar.gz (from https://pypi.org/simple/projxon-cyber-security-system/) (requires-python:>=3.7) 2023-09-22T11:48:36,797 Skipping link: No binaries permitted for projxon-cyber-security-system: https://files.pythonhosted.org/packages/45/c6/129e6227feea8dec71622e606c0833363320a6f7f1461f7e1efdc530a15c/Projxon_Cyber_Security_System-0.0.3-py3-none-any.whl (from https://pypi.org/simple/projxon-cyber-security-system/) (requires-python:>=3.7) 2023-09-22T11:48:36,797 Skipping link: Missing project version for projxon-cyber-security-system: https://files.pythonhosted.org/packages/27/0a/0b1c8388bb497357061f464c4c3ce757363fa1a1f9dee30d389bc337db1b/Projxon%20Cyber%20Security%20System-0.0.4.tar.gz (from https://pypi.org/simple/projxon-cyber-security-system/) (requires-python:>=3.7) 2023-09-22T11:48:36,798 Skipping link: No binaries permitted for projxon-cyber-security-system: https://files.pythonhosted.org/packages/ec/73/61a76fd52f6e095ec0f96f0570a41edfcf5cc2054f76caf0729f8b58b4e5/Projxon_Cyber_Security_System-0.0.4-py3-none-any.whl (from https://pypi.org/simple/projxon-cyber-security-system/) (requires-python:>=3.7) 2023-09-22T11:48:36,799 Skipping link: Missing project version for projxon-cyber-security-system: https://files.pythonhosted.org/packages/96/80/2bf1cf54dd0da7b888af152497dcd5e886833fc5f2f6c6332b9aa8fa95c3/Projxon%20Cyber%20Security%20System-0.0.5.tar.gz (from https://pypi.org/simple/projxon-cyber-security-system/) (requires-python:>=3.7) 2023-09-22T11:48:36,799 Skipping link: No binaries permitted for projxon-cyber-security-system: https://files.pythonhosted.org/packages/61/09/ab63247971c24e210b782d874c4bd75aa52dbb152a25918b802668c03e44/Projxon_Cyber_Security_System-0.0.5-py3-none-any.whl (from https://pypi.org/simple/projxon-cyber-security-system/) (requires-python:>=3.7) 2023-09-22T11:48:36,800 Fetching project page and analyzing links: https://www.piwheels.org/simple/projxon-cyber-security-system/ 2023-09-22T11:48:36,801 Getting page https://www.piwheels.org/simple/projxon-cyber-security-system/ 2023-09-22T11:48:36,802 Found index url https://www.piwheels.org/simple/ 2023-09-22T11:48:36,973 Fetched page https://www.piwheels.org/simple/projxon-cyber-security-system/ as text/html 2023-09-22T11:48:36,974 Skipping link: not a file: https://www.piwheels.org/simple/projxon-cyber-security-system/ 2023-09-22T11:48:36,975 Skipping link: not a file: https://pypi.org/simple/projxon-cyber-security-system/ 2023-09-22T11:48:36,993 Given no hashes to check 0 links for project 'projxon-cyber-security-system': discarding no candidates 2023-09-22T11:48:36,993 ERROR: Could not find a version that satisfies the requirement projxon-cyber-security-system==0.0.4 (from versions: none) 2023-09-22T11:48:36,995 ERROR: No matching distribution found for projxon-cyber-security-system==0.0.4 2023-09-22T11:48:36,997 Exception information: 2023-09-22T11:48:36,997 Traceback (most recent call last): 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-22T11:48:36,997 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-22T11:48:36,997 raise RequirementsConflicted(criterion) 2023-09-22T11:48:36,997 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('projxon-cyber-security-system==0.0.4') 2023-09-22T11:48:36,997 2023-09-22T11:48:36,997 During handling of the above exception, another exception occurred: 2023-09-22T11:48:36,997 2023-09-22T11:48:36,997 Traceback (most recent call last): 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-22T11:48:36,997 result = self._result = resolver.resolve( 2023-09-22T11:48:36,997 ^^^^^^^^^^^^^^^^^ 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-22T11:48:36,997 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-22T11:48:36,997 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-22T11:48:36,997 raise ResolutionImpossible(e.criterion.information) 2023-09-22T11:48:36,997 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('projxon-cyber-security-system==0.0.4'), parent=None)] 2023-09-22T11:48:36,997 2023-09-22T11:48:36,997 The above exception was the direct cause of the following exception: 2023-09-22T11:48:36,997 2023-09-22T11:48:36,997 Traceback (most recent call last): 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-22T11:48:36,997 status = run_func(*args) 2023-09-22T11:48:36,997 ^^^^^^^^^^^^^^^ 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-22T11:48:36,997 return func(self, options, args) 2023-09-22T11:48:36,997 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-22T11:48:36,997 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-22T11:48:36,997 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-22T11:48:36,997 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-22T11:48:36,997 raise error from e 2023-09-22T11:48:36,997 pip._internal.exceptions.DistributionNotFound: No matching distribution found for projxon-cyber-security-system==0.0.4 2023-09-22T11:48:37,002 Removed build tracker: '/tmp/pip-build-tracker-8bb07nfu'