pipenv
pipenv copied to clipboard
Install of matplotlib failing
Python 3.8.0 Pipenv 2022.1.8 matplotlib Raspberry Pi, running raspbian stretch lite
Issue description
I have successfully installed most of the modules I want to use and have a working Pipfile for them. But matplotlib fails and fails when I try to install it.
Expected result
The install to work!
Actual result
Install failed with error, see matplotlib-installfail.txt
When possible, provide the verbose output (--verbose), especially for locking and dependencies resolving issues.
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
Install Pipfile and then try to install matplotlib
Pipfile attached
Please run $ pipenv --support, and paste the results here. Don't put backticks (`) around it! The output already contains Markdown formatting.
$ pipenv --support
Pipenv version: '2022.1.8'
Pipenv location: '/usr/lib/python3.8/site-packages/pipenv'
Python location: '/usr/bin/python3'
Python installations found:
3.8.0:/usr/bin/python3.83.8.0:/usr/bin/python33.5.3:/usr/bin/python3.5m3.5.3:/usr/bin/python3.52.7.13:/usr/bin/python2.7.13:/usr/bin/python22.7.13:/usr/bin/python2.7
PEP 508 Information:
{'implementation_name': 'cpython',
'implementation_version': '3.8.0',
'os_name': 'posix',
'platform_machine': 'armv7l',
'platform_python_implementation': 'CPython',
'platform_release': '4.19.66-v7+',
'platform_system': 'Linux',
'platform_version': '#1253 SMP Thu Aug 15 11:49:46 BST 2019',
'python_full_version': '3.8.0',
'python_version': '3.8',
'sys_platform': 'linux'}
System environment variables:
LS_COLORSSSH_CONNECTIONLANGXDG_SESSION_IDUSERPWDHOMETEXTDOMAINSSH_CLIENTSSH_TTYMAILTERMSHELLSHLVLPYTHONPATHLOGNAMEXDG_RUNTIME_DIRPATHOLDPWD_PIP_SHIMS_BASE_MODULEPIP_DISABLE_PIP_VERSION_CHECKPYTHONDONTWRITEBYTECODEPIP_PYTHON_PATHPYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH:/home/pit/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/gamesSHELL:/bin/bashLANG:en_GB.UTF-8PWD:/home/pit/workspace/PIT/pit
Contents of Pipfile ('/home/pit/workspace/PIT/pit/Pipfile'):
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
scp = "==0.13.2"
paramiko = "==2.7.1"
atomicwrites = "==1.3.0"
attrs = "==20.3.0"
certifi = "==2019.6.16"
chardet = "==3.0.4"
idna = "==2.8"
importlib-metadata = "==0.19"
more-itertools = "==7.2.0"
pathlib2 = "==2.3.4"
pluggy = "==0.13.1"
ply = "==3.11"
py = "==1.10.0"
pyparsing = "==2.4.7"
pyserial = "==3.5"
logilab-common = "==1.8.0"
pytest = "==6.2.1"
pytz = "==2019.2"
requests = "==2.22.0"
six = "==1.15.0"
smbus = "==1.1.post2"
tftpy = "==0.8.0"
urllib3 = "==1.25.3"
wcwidth = "==0.1.7"
zipp = "==0.5.2"
numpy = "*"
pytest-ordering = "==0.6"
pytest-reportlog = "==0.1.2"
pyasn1 = "==0.4.8"
pysmi = "==0.3.4"
pycryptodomex = "==3.9.9"
pysnmp = "==4.4.12"
"RPi.GPIO" = "==0.7.0"
pycec = "*"
[dev-packages]
[requires]
python_version = "3.8"
@Robinbloke I didn't have any issues with this when I tried your reproduction, other than I had to comment out #"RPi.GPIO" = "==0.7.0" from the original Pipfile to get those to sync.
matteius@matteius-VirtualBox:~/pipenv-triage/pipenv-4984$ pipenv install
Pipfile.lock (57ebf9) out of date, updating to (cd4029)...
Locking [dev-packages] dependencies...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
Updated Pipfile.lock (cd4029)!
Installing dependencies from Pipfile.lock (cd4029)...
🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/0 — 00:00:00
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
matteius@matteius-VirtualBox:~/pipenv-triage/pipenv-4984$ pipenv --versionpipenv install matplotlib --verbose^C
matteius@matteius-VirtualBox:~/pipenv-triage/pipenv-4984$ pipenv install matplotlib --verbose
Installing matplotlib...
Installing package: matplotlib
Writing supplied requirement line to temporary file: 'matplotlib'
Installing 'matplotlib'
⠴ Installing matplotlib...$ /home/matteius/.virtualenvs/pipenv-4984-a8RKyotp/bin/python -m pip install --verbose --upgrade --exists-action=i -r /tmp/pipenv-hf44a3oq-requirements/pipenv-kbl720gl-requirement.txt
Using source directory: '/home/matteius/.virtualenvs/pipenv-4984-a8RKyotp/src'
Adding matplotlib to Pipfile's [packages]...
✔ Installation Succeeded
Pipfile.lock (cd4029) out of date, updating to (b2f6f1)...
Locking [dev-packages] dependencies...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
Reporter.starting()
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting()
Reporter.adding_requirement(SpecifierRequirement('zipp==0.5.2'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('zipp==0.5.2'), None)
Reporter.adding_requirement(SpecifierRequirement('pathlib2==2.3.4'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pathlib2==2.3.4'), None)
Reporter.adding_requirement(SpecifierRequirement('pycec'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pycec'), None)
Reporter.adding_requirement(SpecifierRequirement('urllib3==1.25.3'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('urllib3==1.25.3'), None)
Reporter.adding_requirement(SpecifierRequirement('wcwidth==0.1.7'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('wcwidth==0.1.7'), None)
Reporter.adding_requirement(SpecifierRequirement('paramiko==2.7.1'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('paramiko==2.7.1'), None)
Reporter.adding_requirement(SpecifierRequirement('pytest-reportlog==0.1.2'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pytest-reportlog==0.1.2'), None)
Reporter.adding_requirement(SpecifierRequirement('more-itertools==7.2.0'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('more-itertools==7.2.0'), None)
Reporter.adding_requirement(SpecifierRequirement('attrs==20.3.0'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('attrs==20.3.0'), None)
Reporter.adding_requirement(SpecifierRequirement('tftpy==0.8.0'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('tftpy==0.8.0'), None)
Reporter.adding_requirement(SpecifierRequirement('py==1.10.0'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('py==1.10.0'), None)
Reporter.adding_requirement(SpecifierRequirement('importlib-metadata==0.19'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('importlib-metadata==0.19'), None)
Reporter.adding_requirement(SpecifierRequirement('scp==0.13.2'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('scp==0.13.2'), None)
Reporter.adding_requirement(SpecifierRequirement('pyparsing==2.4.7'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pyparsing==2.4.7'), None)
Reporter.adding_requirement(SpecifierRequirement('pyserial==3.5'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pyserial==3.5'), None)
Reporter.adding_requirement(SpecifierRequirement('requests==2.22.0'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('requests==2.22.0'), None)
Reporter.adding_requirement(SpecifierRequirement('certifi==2019.6.16'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('certifi==2019.6.16'), None)
Reporter.adding_requirement(SpecifierRequirement('pysmi==0.3.4'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pysmi==0.3.4'), None)
Reporter.adding_requirement(SpecifierRequirement('numpy'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('numpy'), None)
Reporter.adding_requirement(SpecifierRequirement('six==1.15.0'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('six==1.15.0'), None)
Reporter.adding_requirement(SpecifierRequirement('pluggy==0.13.1'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pluggy==0.13.1'), None)
Reporter.adding_requirement(SpecifierRequirement('pytest-ordering==0.6'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pytest-ordering==0.6'), None)
Reporter.adding_requirement(SpecifierRequirement('matplotlib'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('matplotlib'), None)
Reporter.adding_requirement(SpecifierRequirement('pyasn1==0.4.8'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pyasn1==0.4.8'), None)
Reporter.adding_requirement(SpecifierRequirement('pytz==2019.2'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pytz==2019.2'), None)
Reporter.adding_requirement(SpecifierRequirement('idna==2.8'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('idna==2.8'), None)
Reporter.adding_requirement(SpecifierRequirement('smbus==1.1.post2'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('smbus==1.1.post2'), None)
Reporter.adding_requirement(SpecifierRequirement('pycryptodomex==3.9.9'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pycryptodomex==3.9.9'), None)
Reporter.adding_requirement(SpecifierRequirement('logilab-common==1.8.0'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('logilab-common==1.8.0'), None)
Reporter.adding_requirement(SpecifierRequirement('ply==3.11'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('ply==3.11'), None)
Reporter.adding_requirement(SpecifierRequirement('chardet==3.0.4'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('chardet==3.0.4'), None)
Reporter.adding_requirement(SpecifierRequirement('atomicwrites==1.3.0'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('atomicwrites==1.3.0'), None)
Reporter.adding_requirement(SpecifierRequirement('pytest==6.2.1'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pytest==6.2.1'), None)
Reporter.adding_requirement(SpecifierRequirement('pysnmp==4.4.12'), None)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pysnmp==4.4.12'), None)
Reporter.starting_round(0)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(0)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/da/bd/1a5fdf15aa44231fd09f63ecf175b60f057ae37ec65b343bb009364923f3/zipp-0.5.2-py2.py3-none-any.whl#sha256=8a5712cfd3bb4248015eb3b0b3c54a5f6ee3f2425963ef2a0125b8bc40aafaec (from https://pypi.org/simple/zipp/) (requires-python:>=2.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/da/bd/1a5fdf15aa44231fd09f63ecf175b60f057ae37ec65b343bb009364923f3/zipp-0.5.2-py2.py3-none-any.whl#sha256=8a5712cfd3bb4248015eb3b0b3c54a5f6ee3f2425963ef2a0125b8bc40aafaec (from https://pypi.org/simple/zipp/) (requires-python:>=2.7)'))
Reporter.ending_round(0, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(0, state)
Reporter.starting_round(1)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(1)
Reporter.adding_requirement(SpecifierRequirement('six'), LinkCandidate('https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl#sha256=2156525d6576d21c4dcaddfa427fae887ef89a7a9de5cbfe0728b3aafa78427e (from https://pypi.org/simple/pathlib2/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('six'), LinkCandidate('https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl#sha256=2156525d6576d21c4dcaddfa427fae887ef89a7a9de5cbfe0728b3aafa78427e (from https://pypi.org/simple/pathlib2/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl#sha256=2156525d6576d21c4dcaddfa427fae887ef89a7a9de5cbfe0728b3aafa78427e (from https://pypi.org/simple/pathlib2/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl#sha256=2156525d6576d21c4dcaddfa427fae887ef89a7a9de5cbfe0728b3aafa78427e (from https://pypi.org/simple/pathlib2/)'))
Reporter.ending_round(1, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(1, state)
Reporter.starting_round(2)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(2)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/e6/60/247f23a7121ae632d62811ba7f273d0e58972d75e58a94d329d51550a47d/urllib3-1.25.3-py2.py3-none-any.whl#sha256=b246607a25ac80bedac05c6f282e3cdaf3afb65420fd024ac94435cabe6e18d1 (from https://pypi.org/simple/urllib3/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/e6/60/247f23a7121ae632d62811ba7f273d0e58972d75e58a94d329d51550a47d/urllib3-1.25.3-py2.py3-none-any.whl#sha256=b246607a25ac80bedac05c6f282e3cdaf3afb65420fd024ac94435cabe6e18d1 (from https://pypi.org/simple/urllib3/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)'))
Reporter.ending_round(2, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(2, state)
Reporter.starting_round(3)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(3)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl#sha256=f4ebe71925af7b40a864553f761ed559b43544f8f71746c2d756c7fe788ade7c (from https://pypi.org/simple/wcwidth/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl#sha256=f4ebe71925af7b40a864553f761ed559b43544f8f71746c2d756c7fe788ade7c (from https://pypi.org/simple/wcwidth/)'))
Reporter.ending_round(3, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(3, state)
Reporter.starting_round(4)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(4)
Reporter.adding_requirement(SpecifierRequirement('pynacl>=1.0.1'), LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pynacl>=1.0.1'), LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))
Reporter.adding_requirement(SpecifierRequirement('bcrypt>=3.1.3'), LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('bcrypt>=3.1.3'), LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))
Reporter.adding_requirement(SpecifierRequirement('cryptography>=2.5'), LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cryptography>=2.5'), LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))
Reporter.ending_round(4, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(4, state)
Reporter.starting_round(5)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(5)
Reporter.adding_requirement(SpecifierRequirement('pytest>=5.2'), LinkCandidate('https://files.pythonhosted.org/packages/d4/7f/a477273af517a443d037a47cdf3457422565343a4d71ba07b9ae4a0ccd57/pytest_reportlog-0.1.2-py3-none-any.whl#sha256=2c4cc63a8f3c7edbdb6a75fe4f3e96136729671c8923bb6604e230edb0b91d4e (from https://pypi.org/simple/pytest-reportlog/) (requires-python:>=3.5)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pytest>=5.2'), LinkCandidate('https://files.pythonhosted.org/packages/d4/7f/a477273af517a443d037a47cdf3457422565343a4d71ba07b9ae4a0ccd57/pytest_reportlog-0.1.2-py3-none-any.whl#sha256=2c4cc63a8f3c7edbdb6a75fe4f3e96136729671c8923bb6604e230edb0b91d4e (from https://pypi.org/simple/pytest-reportlog/) (requires-python:>=3.5)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d4/7f/a477273af517a443d037a47cdf3457422565343a4d71ba07b9ae4a0ccd57/pytest_reportlog-0.1.2-py3-none-any.whl#sha256=2c4cc63a8f3c7edbdb6a75fe4f3e96136729671c8923bb6604e230edb0b91d4e (from https://pypi.org/simple/pytest-reportlog/) (requires-python:>=3.5)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d4/7f/a477273af517a443d037a47cdf3457422565343a4d71ba07b9ae4a0ccd57/pytest_reportlog-0.1.2-py3-none-any.whl#sha256=2c4cc63a8f3c7edbdb6a75fe4f3e96136729671c8923bb6604e230edb0b91d4e (from https://pypi.org/simple/pytest-reportlog/) (requires-python:>=3.5)'))
Reporter.ending_round(5, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(5, state)
Reporter.starting_round(6)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(6)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl#sha256=92b8c4b06dac4f0611c0729b2f2ede52b2e1bac1ab48f089c7ddc12e26bb60c4 (from https://pypi.org/simple/more-itertools/) (requires-python:>=3.4)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl#sha256=92b8c4b06dac4f0611c0729b2f2ede52b2e1bac1ab48f089c7ddc12e26bb60c4 (from https://pypi.org/simple/more-itertools/) (requires-python:>=3.4)'))
Reporter.ending_round(6, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(6, state)
Reporter.starting_round(7)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(7)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/c3/aa/cb45262569fcc047bf070b5de61813724d6726db83259222cd7b4c79821a/attrs-20.3.0-py2.py3-none-any.whl#sha256=31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6 (from https://pypi.org/simple/attrs/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/c3/aa/cb45262569fcc047bf070b5de61813724d6726db83259222cd7b4c79821a/attrs-20.3.0-py2.py3-none-any.whl#sha256=31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6 (from https://pypi.org/simple/attrs/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)'))
Reporter.ending_round(7, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(7, state)
Reporter.starting_round(8)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(8)
Reporter.pinning(LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/a0/11/ac/80b6ce4334f6725b562146a95de6ac7f622f733389790ec277/tftpy-0.8.0-py3-none-any.whl'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/a0/11/ac/80b6ce4334f6725b562146a95de6ac7f622f733389790ec277/tftpy-0.8.0-py3-none-any.whl'))
Reporter.ending_round(8, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(8, state)
Reporter.starting_round(9)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(9)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/67/32/6fe01cfc3d1a27c92fdbcdfc3f67856da8cbadf0dd9f2e18055202b2dc62/py-1.10.0-py2.py3-none-any.whl#sha256=3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a (from https://pypi.org/simple/py/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/67/32/6fe01cfc3d1a27c92fdbcdfc3f67856da8cbadf0dd9f2e18055202b2dc62/py-1.10.0-py2.py3-none-any.whl#sha256=3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a (from https://pypi.org/simple/py/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)'))
Reporter.ending_round(9, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(9, state)
Reporter.starting_round(10)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(10)
Reporter.adding_requirement(SpecifierRequirement('zipp>=0.5'), LinkCandidate('https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl#sha256=80d2de76188eabfbfcf27e6a37342c2827801e59c4cc14b0371c56fed43820e3 (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=2.7,!=3.0,!=3.1,!=3.2,!=3.3)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('zipp>=0.5'), LinkCandidate('https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl#sha256=80d2de76188eabfbfcf27e6a37342c2827801e59c4cc14b0371c56fed43820e3 (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=2.7,!=3.0,!=3.1,!=3.2,!=3.3)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl#sha256=80d2de76188eabfbfcf27e6a37342c2827801e59c4cc14b0371c56fed43820e3 (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=2.7,!=3.0,!=3.1,!=3.2,!=3.3)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl#sha256=80d2de76188eabfbfcf27e6a37342c2827801e59c4cc14b0371c56fed43820e3 (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=2.7,!=3.0,!=3.1,!=3.2,!=3.3)'))
Reporter.ending_round(10, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(10, state)
Reporter.starting_round(11)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(11)
Reporter.adding_requirement(SpecifierRequirement('paramiko'), LinkCandidate('https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl#sha256=26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1 (from https://pypi.org/simple/scp/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('paramiko'), LinkCandidate('https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl#sha256=26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1 (from https://pypi.org/simple/scp/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl#sha256=26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1 (from https://pypi.org/simple/scp/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl#sha256=26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1 (from https://pypi.org/simple/scp/)'))
Reporter.ending_round(11, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(11, state)
Reporter.starting_round(12)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(12)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl#sha256=ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b (from https://pypi.org/simple/pyparsing/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl#sha256=ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b (from https://pypi.org/simple/pyparsing/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)'))
Reporter.ending_round(12, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(12, state)
Reporter.starting_round(13)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(13)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl#sha256=c4451db6ba391ca6ca299fb3ec7bae67a5c55dde170964c7a14ceefec02f2cf0 (from https://pypi.org/simple/pyserial/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl#sha256=c4451db6ba391ca6ca299fb3ec7bae67a5c55dde170964c7a14ceefec02f2cf0 (from https://pypi.org/simple/pyserial/)'))
Reporter.ending_round(13, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(13, state)
Reporter.starting_round(14)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(14)
Reporter.adding_requirement(SpecifierRequirement('idna<2.9,>=2.5'), LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('idna<2.9,>=2.5'), LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
Reporter.adding_requirement(SpecifierRequirement('certifi>=2017.4.17'), LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('certifi>=2017.4.17'), LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
Reporter.adding_requirement(SpecifierRequirement('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
Reporter.adding_requirement(SpecifierRequirement('chardet<3.1.0,>=3.0.2'), LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('chardet<3.1.0,>=3.0.2'), LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))
Reporter.ending_round(14, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(14, state)
Reporter.starting_round(15)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(15)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl#sha256=046832c04d4e752f37383b628bc601a7ea7211496b4638f6514d0e5b9acc4939 (from https://pypi.org/simple/certifi/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl#sha256=046832c04d4e752f37383b628bc601a7ea7211496b4638f6514d0e5b9acc4939 (from https://pypi.org/simple/certifi/)'))
Reporter.ending_round(15, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(15, state)
Reporter.starting_round(16)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(16)
Reporter.adding_requirement(SpecifierRequirement('ply'), LinkCandidate('https://files.pythonhosted.org/packages/1f/fc/02361d1c2b247de73070c457c4da98c448693154894c14f2d7b48dfabf7e/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7 (from https://pypi.org/simple/pysmi/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('ply'), LinkCandidate('https://files.pythonhosted.org/packages/1f/fc/02361d1c2b247de73070c457c4da98c448693154894c14f2d7b48dfabf7e/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7 (from https://pypi.org/simple/pysmi/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/1f/fc/02361d1c2b247de73070c457c4da98c448693154894c14f2d7b48dfabf7e/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7 (from https://pypi.org/simple/pysmi/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/1f/fc/02361d1c2b247de73070c457c4da98c448693154894c14f2d7b48dfabf7e/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7 (from https://pypi.org/simple/pysmi/)'))
Reporter.ending_round(16, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(16, state)
Reporter.starting_round(17)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(17)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl#sha256=8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced (from https://pypi.org/simple/six/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl#sha256=8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced (from https://pypi.org/simple/six/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*)'))
Reporter.ending_round(17, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(17, state)
Reporter.starting_round(18)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(18)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl#sha256=966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d (from https://pypi.org/simple/pluggy/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl#sha256=966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d (from https://pypi.org/simple/pluggy/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)'))
Reporter.ending_round(18, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(18, state)
Reporter.starting_round(19)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(19)
Reporter.adding_requirement(SpecifierRequirement('pytest'), LinkCandidate('https://files.pythonhosted.org/packages/ec/98/adc368fe369465f291ab24e18b9900473786ed1afdf861ba90467eb0767e/pytest_ordering-0.6-py3-none-any.whl#sha256=3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6 (from https://pypi.org/simple/pytest-ordering/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pytest'), LinkCandidate('https://files.pythonhosted.org/packages/ec/98/adc368fe369465f291ab24e18b9900473786ed1afdf861ba90467eb0767e/pytest_ordering-0.6-py3-none-any.whl#sha256=3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6 (from https://pypi.org/simple/pytest-ordering/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ec/98/adc368fe369465f291ab24e18b9900473786ed1afdf861ba90467eb0767e/pytest_ordering-0.6-py3-none-any.whl#sha256=3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6 (from https://pypi.org/simple/pytest-ordering/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ec/98/adc368fe369465f291ab24e18b9900473786ed1afdf861ba90467eb0767e/pytest_ordering-0.6-py3-none-any.whl#sha256=3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6 (from https://pypi.org/simple/pytest-ordering/)'))
Reporter.ending_round(19, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(19, state)
Reporter.starting_round(20)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(20)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl#sha256=39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d (from https://pypi.org/simple/pyasn1/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl#sha256=39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d (from https://pypi.org/simple/pyasn1/)'))
Reporter.ending_round(20, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(20, state)
Reporter.starting_round(21)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(21)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl#sha256=c894d57500a4cd2d5c71114aaab77dbab5eabd9022308ce5ac9bb93a60a6f0c7 (from https://pypi.org/simple/pytz/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl#sha256=c894d57500a4cd2d5c71114aaab77dbab5eabd9022308ce5ac9bb93a60a6f0c7 (from https://pypi.org/simple/pytz/)'))
Reporter.ending_round(21, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(21, state)
Reporter.starting_round(22)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(22)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl#sha256=ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c (from https://pypi.org/simple/idna/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl#sha256=ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c (from https://pypi.org/simple/idna/)'))
Reporter.ending_round(22, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(22, state)
Reporter.starting_round(23)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(23)
Reporter.pinning(LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/c1/7a/ca/bad1df946dd550dcbd670bd9cb9f40a60c3fa043690bedb989/smbus-1.1.post2-cp38-cp38-linux_x86_64.whl'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/c1/7a/ca/bad1df946dd550dcbd670bd9cb9f40a60c3fa043690bedb989/smbus-1.1.post2-cp38-cp38-linux_x86_64.whl'))
Reporter.ending_round(23, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(23, state)
Reporter.starting_round(24)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(24)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d7/d5/a5d162f75857ad79efde6806d00b2f5d766a6686d306043e826a7298a7e6/pycryptodomex-3.9.9-cp38-cp38-manylinux1_x86_64.whl#sha256=65ec88c8271448d2ea109d35c1f297b09b872c57214ab7e832e413090d3469a9 (from https://pypi.org/simple/pycryptodomex/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d7/d5/a5d162f75857ad79efde6806d00b2f5d766a6686d306043e826a7298a7e6/pycryptodomex-3.9.9-cp38-cp38-manylinux1_x86_64.whl#sha256=65ec88c8271448d2ea109d35c1f297b09b872c57214ab7e832e413090d3469a9 (from https://pypi.org/simple/pycryptodomex/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)'))
Reporter.ending_round(24, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(24, state)
Reporter.starting_round(25)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(25)
Reporter.adding_requirement(SpecifierRequirement('typing-extensions'), LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('typing-extensions'), LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))
Reporter.adding_requirement(SpecifierRequirement('mypy-extensions'), LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('mypy-extensions'), LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))
Reporter.adding_requirement(SpecifierRequirement('setuptools'), LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('setuptools'), LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))
Reporter.pinning(LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))
Reporter.ending_round(25, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(25, state)
Reporter.starting_round(26)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(26)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl#sha256=096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce (from https://pypi.org/simple/ply/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl#sha256=096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce (from https://pypi.org/simple/ply/)'))
Reporter.ending_round(26, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(26, state)
Reporter.starting_round(27)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(27)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl#sha256=fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691 (from https://pypi.org/simple/chardet/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl#sha256=fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691 (from https://pypi.org/simple/chardet/)'))
Reporter.ending_round(27, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(27, state)
Reporter.starting_round(28)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(28)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl#sha256=03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4 (from https://pypi.org/simple/atomicwrites/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl#sha256=03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4 (from https://pypi.org/simple/atomicwrites/)'))
Reporter.ending_round(28, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(28, state)
Reporter.starting_round(29)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(29)
Reporter.adding_requirement(SpecifierRequirement('iniconfig'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('iniconfig'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
Reporter.adding_requirement(SpecifierRequirement('pluggy<1.0.0a1,>=0.12'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pluggy<1.0.0a1,>=0.12'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
Reporter.adding_requirement(SpecifierRequirement('packaging'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('packaging'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
Reporter.adding_requirement(SpecifierRequirement('py>=1.8.2'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('py>=1.8.2'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
Reporter.adding_requirement(SpecifierRequirement('toml'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('toml'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
Reporter.adding_requirement(SpecifierRequirement('attrs>=19.2.0'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('attrs>=19.2.0'), LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))
Reporter.ending_round(29, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(29, state)
Reporter.starting_round(30)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(30)
Reporter.adding_requirement(SpecifierRequirement('pysmi'), LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pysmi'), LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))
Reporter.adding_requirement(SpecifierRequirement('pyasn1>=0.2.3'), LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pyasn1>=0.2.3'), LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))
Reporter.adding_requirement(SpecifierRequirement('pycryptodomex'), LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pycryptodomex'), LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))
Reporter.ending_round(30, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(30, state)
Reporter.starting_round(31)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(31)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/10/b4/6a9529e20d2574e8564d4d395e790bcf48227cf44422217c1268329933fc/pyCEC-0.5.1-py2.py3-none-any.whl#sha256=de9cfda434f384cae825720dc3998168de8d9a051c93391a3f6410ec071f2e36 (from https://pypi.org/simple/pycec/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/10/b4/6a9529e20d2574e8564d4d395e790bcf48227cf44422217c1268329933fc/pyCEC-0.5.1-py2.py3-none-any.whl#sha256=de9cfda434f384cae825720dc3998168de8d9a051c93391a3f6410ec071f2e36 (from https://pypi.org/simple/pycec/)'))
Reporter.ending_round(31, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(31, state)
Reporter.starting_round(32)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(32)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/38/c0/c45c5eb0e25247d5fbb333fd0b56e570ba21cf0e3dca3abad174fb780e8c/numpy-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=3ca688e1b9b95d80250bca34b11a05e389b1420d00e87a0d12dc45f131f704a1 (from https://pypi.org/simple/numpy/) (requires-python:>=3.8)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/38/c0/c45c5eb0e25247d5fbb333fd0b56e570ba21cf0e3dca3abad174fb780e8c/numpy-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=3ca688e1b9b95d80250bca34b11a05e389b1420d00e87a0d12dc45f131f704a1 (from https://pypi.org/simple/numpy/) (requires-python:>=3.8)'))
Reporter.ending_round(32, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(32, state)
Reporter.starting_round(33)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(33)
Reporter.adding_requirement(SpecifierRequirement('cycler>=0.10'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cycler>=0.10'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
Reporter.adding_requirement(SpecifierRequirement('python-dateutil>=2.7'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('python-dateutil>=2.7'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
⠦ Locking...Reporter.adding_requirement(SpecifierRequirement('pyparsing>=2.2.1'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pyparsing>=2.2.1'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
Reporter.adding_requirement(SpecifierRequirement('kiwisolver>=1.0.1'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('kiwisolver>=1.0.1'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
Reporter.adding_requirement(SpecifierRequirement('numpy>=1.17'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('numpy>=1.17'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
Reporter.adding_requirement(SpecifierRequirement('pillow>=6.2.0'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pillow>=6.2.0'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
Reporter.adding_requirement(SpecifierRequirement('fonttools>=4.22.0'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('fonttools>=4.22.0'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
Reporter.adding_requirement(SpecifierRequirement('packaging>=20.0'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('packaging>=20.0'), LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))
Reporter.ending_round(33, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(33, state)
Reporter.starting_round(34)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(34)
Reporter.adding_requirement(SpecifierRequirement('cffi>=1.1'), LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cffi>=1.1'), LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)'))
Reporter.adding_requirement(SpecifierRequirement('six>=1.4.1'), LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('six>=1.4.1'), LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)'))
Reporter.ending_round(34, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(34, state)
Reporter.starting_round(35)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(35)
Reporter.adding_requirement(SpecifierRequirement('pycparser'), LinkCandidate('https://files.pythonhosted.org/packages/e5/fe/1dac7533ddb73767df8ba26183a9375dde2ee136aec7c92c9fb3038108e3/cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 (from https://pypi.org/simple/cffi/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pycparser'), LinkCandidate('https://files.pythonhosted.org/packages/e5/fe/1dac7533ddb73767df8ba26183a9375dde2ee136aec7c92c9fb3038108e3/cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 (from https://pypi.org/simple/cffi/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/e5/fe/1dac7533ddb73767df8ba26183a9375dde2ee136aec7c92c9fb3038108e3/cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 (from https://pypi.org/simple/cffi/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/e5/fe/1dac7533ddb73767df8ba26183a9375dde2ee136aec7c92c9fb3038108e3/cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 (from https://pypi.org/simple/cffi/)'))
Reporter.ending_round(35, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(35, state)
Reporter.starting_round(36)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(36)
Reporter.adding_requirement(SpecifierRequirement('cffi>=1.12'), LinkCandidate('https://files.pythonhosted.org/packages/d8/0c/c0f8790bdeff9813722811500fd735c40a6c50fe0b4f8f6f4444f7a49cc0/cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl#sha256=94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2 (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cffi>=1.12'), LinkCandidate('https://files.pythonhosted.org/packages/d8/0c/c0f8790bdeff9813722811500fd735c40a6c50fe0b4f8f6f4444f7a49cc0/cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl#sha256=94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2 (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d8/0c/c0f8790bdeff9813722811500fd735c40a6c50fe0b4f8f6f4444f7a49cc0/cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl#sha256=94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2 (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d8/0c/c0f8790bdeff9813722811500fd735c40a6c50fe0b4f8f6f4444f7a49cc0/cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl#sha256=94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2 (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)'))
Reporter.ending_round(36, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(36, state)
Reporter.starting_round(37)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(37)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl#sha256=3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3 (from https://pypi.org/simple/cycler/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl#sha256=3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3 (from https://pypi.org/simple/cycler/) (requires-python:>=3.6)'))
Reporter.ending_round(37, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(37, state)
Reporter.starting_round(38)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(38)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/2d/b3/b359bb3e247bbdaa18892a5d0bc14c24cc3a49166c25622128b6e033b58a/fonttools-4.30.0-py3-none-any.whl#sha256=6985cc5380c06db07fdc73ade15e6adbd4ce6ff850d7561ca00f97090b4b263d (from https://pypi.org/simple/fonttools/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/2d/b3/b359bb3e247bbdaa18892a5d0bc14c24cc3a49166c25622128b6e033b58a/fonttools-4.30.0-py3-none-any.whl#sha256=6985cc5380c06db07fdc73ade15e6adbd4ce6ff850d7561ca00f97090b4b263d (from https://pypi.org/simple/fonttools/) (requires-python:>=3.7)'))
Reporter.ending_round(38, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(38, state)
Reporter.starting_round(39)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(39)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d0/2c/c3cba6c1ec54c82bfc56204c712dd2e9b069e2590f78a18841dafbdf2ced/kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b6a5431940f28b6de123de42f0eb47b84a073ee3c3345dc109ad550a3307dd28 (from https://pypi.org/simple/kiwisolver/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d0/2c/c3cba6c1ec54c82bfc56204c712dd2e9b069e2590f78a18841dafbdf2ced/kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b6a5431940f28b6de123de42f0eb47b84a073ee3c3345dc109ad550a3307dd28 (from https://pypi.org/simple/kiwisolver/) (requires-python:>=3.7)'))
Reporter.ending_round(39, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(39, state)
Reporter.starting_round(40)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(40)
Reporter.adding_requirement(SpecifierRequirement('pyparsing!=3.0.5,>=2.0.2'), LinkCandidate('https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl#sha256=ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 (from https://pypi.org/simple/packaging/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pyparsing!=3.0.5,>=2.0.2'), LinkCandidate('https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl#sha256=ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 (from https://pypi.org/simple/packaging/) (requires-python:>=3.6)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl#sha256=ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 (from https://pypi.org/simple/packaging/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl#sha256=ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 (from https://pypi.org/simple/packaging/) (requires-python:>=3.6)'))
Reporter.ending_round(40, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(40, state)
Reporter.starting_round(41)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(41)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/18/7f/58f056f31358956f8aaaf042982693d96f3d35d5a9df94acecdabb1db6f8/Pillow-9.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=14d4b1341ac07ae07eb2cc682f459bec932a380c3b122f5540432d8977e64eae (from https://pypi.org/simple/pillow/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/18/7f/58f056f31358956f8aaaf042982693d96f3d35d5a9df94acecdabb1db6f8/Pillow-9.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=14d4b1341ac07ae07eb2cc682f459bec932a380c3b122f5540432d8977e64eae (from https://pypi.org/simple/pillow/) (requires-python:>=3.7)'))
Reporter.ending_round(41, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(41, state)
Reporter.starting_round(42)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(42)
Reporter.adding_requirement(SpecifierRequirement('cffi>=1.4.1'), LinkCandidate('https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d (from https://pypi.org/simple/pynacl/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cffi>=1.4.1'), LinkCandidate('https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d (from https://pypi.org/simple/pynacl/) (requires-python:>=3.6)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d (from https://pypi.org/simple/pynacl/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d (from https://pypi.org/simple/pynacl/) (requires-python:>=3.6)'))
Reporter.ending_round(42, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(42, state)
Reporter.starting_round(43)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(43)
Reporter.adding_requirement(SpecifierRequirement('six>=1.5'), LinkCandidate('https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 (from https://pypi.org/simple/python-dateutil/) (requires-python:!=3.0.*,!=3.1.*,!=3.2.*,>=2.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('six>=1.5'), LinkCandidate('https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 (from https://pypi.org/simple/python-dateutil/) (requires-python:!=3.0.*,!=3.1.*,!=3.2.*,>=2.7)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 (from https://pypi.org/simple/python-dateutil/) (requires-python:!=3.0.*,!=3.1.*,!=3.2.*,>=2.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 (from https://pypi.org/simple/python-dateutil/) (requires-python:!=3.0.*,!=3.1.*,!=3.2.*,>=2.7)'))
Reporter.ending_round(43, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(43, state)
Reporter.starting_round(44)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(44)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl#sha256=011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 (from https://pypi.org/simple/iniconfig/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl#sha256=011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 (from https://pypi.org/simple/iniconfig/)'))
Reporter.ending_round(44, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(44, state)
Reporter.starting_round(45)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(45)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/5c/eb/975c7c080f3223a5cdaff09612f3a5221e4ba534f7039db34c35d95fa6a5/mypy_extensions-0.4.3-py2.py3-none-any.whl#sha256=090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d (from https://pypi.org/simple/mypy-extensions/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/5c/eb/975c7c080f3223a5cdaff09612f3a5221e4ba534f7039db34c35d95fa6a5/mypy_extensions-0.4.3-py2.py3-none-any.whl#sha256=090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d (from https://pypi.org/simple/mypy-extensions/)'))
Reporter.ending_round(45, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(45, state)
Reporter.starting_round(46)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(46)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl#sha256=8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 (from https://pypi.org/simple/pycparser/)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl#sha256=8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 (from https://pypi.org/simple/pycparser/)'))
Reporter.ending_round(46, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(46, state)
Reporter.starting_round(47)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(47)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl#sha256=806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b (from https://pypi.org/simple/toml/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl#sha256=806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b (from https://pypi.org/simple/toml/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)'))
Reporter.ending_round(47, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(47, state)
Reporter.starting_round(48)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(48)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl#sha256=21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2 (from https://pypi.org/simple/typing-extensions/) (requires-python:>=3.6)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl#sha256=21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2 (from https://pypi.org/simple/typing-extensions/) (requires-python:>=3.6)'))
Reporter.ending_round(48, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(48, state)
Reporter.starting_round(49)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(49)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/3b/02/8d4d27b1cacaac2d129a27d17a22d92a2a5eedcb7817d4ed8ab0d4daf5c4/setuptools-60.9.3-py3-none-any.whl#sha256=e4f30b9f84e5ab3decf945113119649fec09c1fc3507c6ebffec75646c56e62b (from https://pypi.org/simple/setuptools/) (requires-python:>=3.7)'))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/3b/02/8d4d27b1cacaac2d129a27d17a22d92a2a5eedcb7817d4ed8ab0d4daf5c4/setuptools-60.9.3-py3-none-any.whl#sha256=e4f30b9f84e5ab3decf945113119649fec09c1fc3507c6ebffec75646c56e62b (from https://pypi.org/simple/setuptools/) (requires-python:>=3.7)'))
Reporter.ending_round(49, state)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending_round(49, state)
Reporter.starting_round(50)
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.starting_round(50)
Reporter.ending(State(mapping=OrderedDict([('zipp', LinkCandidate('https://files.pythonhosted.org/packages/da/bd/1a5fdf15aa44231fd09f63ecf175b60f057ae37ec65b343bb009364923f3/zipp-0.5.2-py2.py3-none-any.whl#sha256=8a5712cfd3bb4248015eb3b0b3c54a5f6ee3f2425963ef2a0125b8bc40aafaec (from https://pypi.org/simple/zipp/) (requires-python:>=2.7)')), ('pathlib2', LinkCandidate('https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl#sha256=2156525d6576d21c4dcaddfa427fae887ef89a7a9de5cbfe0728b3aafa78427e (from https://pypi.org/simple/pathlib2/)')), ('urllib3', LinkCandidate('https://files.pythonhosted.org/packages/e6/60/247f23a7121ae632d62811ba7f273d0e58972d75e58a94d329d51550a47d/urllib3-1.25.3-py2.py3-none-any.whl#sha256=b246607a25ac80bedac05c6f282e3cdaf3afb65420fd024ac94435cabe6e18d1 (from https://pypi.org/simple/urllib3/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)')), ('wcwidth', LinkCandidate('https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl#sha256=f4ebe71925af7b40a864553f761ed559b43544f8f71746c2d756c7fe788ade7c (from https://pypi.org/simple/wcwidth/)')), ('paramiko', LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)')), ('pytest-reportlog', LinkCandidate('https://files.pythonhosted.org/packages/d4/7f/a477273af517a443d037a47cdf3457422565343a4d71ba07b9ae4a0ccd57/pytest_reportlog-0.1.2-py3-none-any.whl#sha256=2c4cc63a8f3c7edbdb6a75fe4f3e96136729671c8923bb6604e230edb0b91d4e (from https://pypi.org/simple/pytest-reportlog/) (requires-python:>=3.5)')), ('more-itertools', LinkCandidate('https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl#sha256=92b8c4b06dac4f0611c0729b2f2ede52b2e1bac1ab48f089c7ddc12e26bb60c4 (from https://pypi.org/simple/more-itertools/) (requires-python:>=3.4)')), ('attrs', LinkCandidate('https://files.pythonhosted.org/packages/c3/aa/cb45262569fcc047bf070b5de61813724d6726db83259222cd7b4c79821a/attrs-20.3.0-py2.py3-none-any.whl#sha256=31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6 (from https://pypi.org/simple/attrs/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)')), ('tftpy', LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/a0/11/ac/80b6ce4334f6725b562146a95de6ac7f622f733389790ec277/tftpy-0.8.0-py3-none-any.whl')), ('py', LinkCandidate('https://files.pythonhosted.org/packages/67/32/6fe01cfc3d1a27c92fdbcdfc3f67856da8cbadf0dd9f2e18055202b2dc62/py-1.10.0-py2.py3-none-any.whl#sha256=3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a (from https://pypi.org/simple/py/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)')), ('importlib-metadata', LinkCandidate('https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl#sha256=80d2de76188eabfbfcf27e6a37342c2827801e59c4cc14b0371c56fed43820e3 (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=2.7,!=3.0,!=3.1,!=3.2,!=3.3)')), ('scp', LinkCandidate('https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl#sha256=26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1 (from https://pypi.org/simple/scp/)')), ('pyparsing', LinkCandidate('https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl#sha256=ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b (from https://pypi.org/simple/pyparsing/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)')), ('pyserial', LinkCandidate('https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl#sha256=c4451db6ba391ca6ca299fb3ec7bae67a5c55dde170964c7a14ceefec02f2cf0 (from https://pypi.org/simple/pyserial/)')), ('requests', LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)')), ('certifi', LinkCandidate('https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl#sha256=046832c04d4e752f37383b628bc601a7ea7211496b4638f6514d0e5b9acc4939 (from https://pypi.org/simple/certifi/)')), ('pysmi', LinkCandidate('https://files.pythonhosted.org/packages/1f/fc/02361d1c2b247de73070c457c4da98c448693154894c14f2d7b48dfabf7e/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7 (from https://pypi.org/simple/pysmi/)')), ('six', LinkCandidate('https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl#sha256=8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced (from https://pypi.org/simple/six/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*)')), ('pluggy', LinkCandidate('https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl#sha256=966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d (from https://pypi.org/simple/pluggy/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)')), ('pytest-ordering', LinkCandidate('https://files.pythonhosted.org/packages/ec/98/adc368fe369465f291ab24e18b9900473786ed1afdf861ba90467eb0767e/pytest_ordering-0.6-py3-none-any.whl#sha256=3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6 (from https://pypi.org/simple/pytest-ordering/)')), ('pyasn1', LinkCandidate('https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl#sha256=39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d (from https://pypi.org/simple/pyasn1/)')), ('pytz', LinkCandidate('https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl#sha256=c894d57500a4cd2d5c71114aaab77dbab5eabd9022308ce5ac9bb93a60a6f0c7 (from https://pypi.org/simple/pytz/)')), ('idna', LinkCandidate('https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl#sha256=ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c (from https://pypi.org/simple/idna/)')), ('smbus', LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/c1/7a/ca/bad1df946dd550dcbd670bd9cb9f40a60c3fa043690bedb989/smbus-1.1.post2-cp38-cp38-linux_x86_64.whl')), ('pycryptodomex', LinkCandidate('https://files.pythonhosted.org/packages/d7/d5/a5d162f75857ad79efde6806d00b2f5d766a6686d306043e826a7298a7e6/pycryptodomex-3.9.9-cp38-cp38-manylinux1_x86_64.whl#sha256=65ec88c8271448d2ea109d35c1f297b09b872c57214ab7e832e413090d3469a9 (from https://pypi.org/simple/pycryptodomex/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)')), ('logilab-common', LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl')), ('ply', LinkCandidate('https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl#sha256=096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce (from https://pypi.org/simple/ply/)')), ('chardet', LinkCandidate('https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl#sha256=fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691 (from https://pypi.org/simple/chardet/)')), ('atomicwrites', LinkCandidate('https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl#sha256=03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4 (from https://pypi.org/simple/atomicwrites/)')), ('pytest', LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)')), ('pysnmp', LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)')), ('pycec', LinkCandidate('https://files.pythonhosted.org/packages/10/b4/6a9529e20d2574e8564d4d395e790bcf48227cf44422217c1268329933fc/pyCEC-0.5.1-py2.py3-none-any.whl#sha256=de9cfda434f384cae825720dc3998168de8d9a051c93391a3f6410ec071f2e36 (from https://pypi.org/simple/pycec/)')), ('numpy', LinkCandidate('https://files.pythonhosted.org/packages/38/c0/c45c5eb0e25247d5fbb333fd0b56e570ba21cf0e3dca3abad174fb780e8c/numpy-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=3ca688e1b9b95d80250bca34b11a05e389b1420d00e87a0d12dc45f131f704a1 (from https://pypi.org/simple/numpy/) (requires-python:>=3.8)')), ('matplotlib', LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)')), ('bcrypt', LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)')), ('cffi', LinkCandidate('https://files.pythonhosted.org/packages/e5/fe/1dac7533ddb73767df8ba26183a9375dde2ee136aec7c92c9fb3038108e3/cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 (from https://pypi.org/simple/cffi/)')), ('cryptography', LinkCandidate('https://files.pythonhosted.org/packages/d8/0c/c0f8790bdeff9813722811500fd735c40a6c50fe0b4f8f6f4444f7a49cc0/cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl#sha256=94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2 (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)')), ('cycler', LinkCandidate('https://files.pythonhosted.org/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl#sha256=3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3 (from https://pypi.org/simple/cycler/) (requires-python:>=3.6)')), ('fonttools', LinkCandidate('https://files.pythonhosted.org/packages/2d/b3/b359bb3e247bbdaa18892a5d0bc14c24cc3a49166c25622128b6e033b58a/fonttools-4.30.0-py3-none-any.whl#sha256=6985cc5380c06db07fdc73ade15e6adbd4ce6ff850d7561ca00f97090b4b263d (from https://pypi.org/simple/fonttools/) (requires-python:>=3.7)')), ('kiwisolver', LinkCandidate('https://files.pythonhosted.org/packages/d0/2c/c3cba6c1ec54c82bfc56204c712dd2e9b069e2590f78a18841dafbdf2ced/kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b6a5431940f28b6de123de42f0eb47b84a073ee3c3345dc109ad550a3307dd28 (from https://pypi.org/simple/kiwisolver/) (requires-python:>=3.7)')), ('packaging', LinkCandidate('https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl#sha256=ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 (from https://pypi.org/simple/packaging/) (requires-python:>=3.6)')), ('pillow', LinkCandidate('https://files.pythonhosted.org/packages/18/7f/58f056f31358956f8aaaf042982693d96f3d35d5a9df94acecdabb1db6f8/Pillow-9.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=14d4b1341ac07ae07eb2cc682f459bec932a380c3b122f5540432d8977e64eae (from https://pypi.org/simple/pillow/) (requires-python:>=3.7)')), ('pynacl', LinkCandidate('https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d (from https://pypi.org/simple/pynacl/) (requires-python:>=3.6)')), ('python-dateutil', LinkCandidate('https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 (from https://pypi.org/simple/python-dateutil/) (requires-python:!=3.0.*,!=3.1.*,!=3.2.*,>=2.7)')), ('iniconfig', LinkCandidate('https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl#sha256=011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 (from https://pypi.org/simple/iniconfig/)')), ('mypy-extensions', LinkCandidate('https://files.pythonhosted.org/packages/5c/eb/975c7c080f3223a5cdaff09612f3a5221e4ba534f7039db34c35d95fa6a5/mypy_extensions-0.4.3-py2.py3-none-any.whl#sha256=090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d (from https://pypi.org/simple/mypy-extensions/)')), ('pycparser', LinkCandidate('https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl#sha256=8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 (from https://pypi.org/simple/pycparser/)')), ('toml', LinkCandidate('https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl#sha256=806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b (from https://pypi.org/simple/toml/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)')), ('typing-extensions', LinkCandidate('https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl#sha256=21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2 (from https://pypi.org/simple/typing-extensions/) (requires-python:>=3.6)')), ('setuptools', LinkCandidate('https://files.pythonhosted.org/packages/3b/02/8d4d27b1cacaac2d129a27d17a22d92a2a5eedcb7817d4ed8ab0d4daf5c4/setuptools-60.9.3-py3-none-any.whl#sha256=e4f30b9f84e5ab3decf945113119649fec09c1fc3507c6ebffec75646c56e62b (from https://pypi.org/simple/setuptools/) (requires-python:>=3.7)'))]), criteria={'zipp': Criterion((SpecifierRequirement('zipp==0.5.2'), via=None), (SpecifierRequirement('zipp>=0.5'), via=LinkCandidate('https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl#sha256=80d2de76188eabfbfcf27e6a37342c2827801e59c4cc14b0371c56fed43820e3 (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=2.7,!=3.0,!=3.1,!=3.2,!=3.3)'))), 'pathlib2': Criterion((SpecifierRequirement('pathlib2==2.3.4'), via=None)), 'pycec': Criterion((SpecifierRequirement('pycec'), via=None)), 'urllib3': Criterion((SpecifierRequirement('urllib3==1.25.3'), via=None), (SpecifierRequirement('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))), 'wcwidth': Criterion((SpecifierRequirement('wcwidth==0.1.7'), via=None)), 'paramiko': Criterion((SpecifierRequirement('paramiko==2.7.1'), via=None), (SpecifierRequirement('paramiko'), via=LinkCandidate('https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl#sha256=26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1 (from https://pypi.org/simple/scp/)'))), 'pytest-reportlog': Criterion((SpecifierRequirement('pytest-reportlog==0.1.2'), via=None)), 'more-itertools': Criterion((SpecifierRequirement('more-itertools==7.2.0'), via=None)), 'attrs': Criterion((SpecifierRequirement('attrs==20.3.0'), via=None), (SpecifierRequirement('attrs>=19.2.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'tftpy': Criterion((SpecifierRequirement('tftpy==0.8.0'), via=None)), 'py': Criterion((SpecifierRequirement('py==1.10.0'), via=None), (SpecifierRequirement('py>=1.8.2'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'importlib-metadata': Criterion((SpecifierRequirement('importlib-metadata==0.19'), via=None)), 'scp': Criterion((SpecifierRequirement('scp==0.13.2'), via=None)), 'pyparsing': Criterion((SpecifierRequirement('pyparsing==2.4.7'), via=None), (SpecifierRequirement('pyparsing>=2.2.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)')), (SpecifierRequirement('pyparsing!=3.0.5,>=2.0.2'), via=LinkCandidate('https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl#sha256=ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 (from https://pypi.org/simple/packaging/) (requires-python:>=3.6)'))), 'pyserial': Criterion((SpecifierRequirement('pyserial==3.5'), via=None)), 'requests': Criterion((SpecifierRequirement('requests==2.22.0'), via=None)), 'certifi': Criterion((SpecifierRequirement('certifi==2019.6.16'), via=None), (SpecifierRequirement('certifi>=2017.4.17'), via=LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))), 'pysmi': Criterion((SpecifierRequirement('pysmi==0.3.4'), via=None), (SpecifierRequirement('pysmi'), via=LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))), 'numpy': Criterion((SpecifierRequirement('numpy'), via=None), (SpecifierRequirement('numpy>=1.17'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'six': Criterion((SpecifierRequirement('six==1.15.0'), via=None), (SpecifierRequirement('six'), via=LinkCandidate('https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl#sha256=2156525d6576d21c4dcaddfa427fae887ef89a7a9de5cbfe0728b3aafa78427e (from https://pypi.org/simple/pathlib2/)')), (SpecifierRequirement('six>=1.4.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)')), (SpecifierRequirement('six>=1.5'), via=LinkCandidate('https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 (from https://pypi.org/simple/python-dateutil/) (requires-python:!=3.0.*,!=3.1.*,!=3.2.*,>=2.7)'))), 'pluggy': Criterion((SpecifierRequirement('pluggy==0.13.1'), via=None), (SpecifierRequirement('pluggy<1.0.0a1,>=0.12'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'pytest-ordering': Criterion((SpecifierRequirement('pytest-ordering==0.6'), via=None)), 'matplotlib': Criterion((SpecifierRequirement('matplotlib'), via=None)), 'pyasn1': Criterion((SpecifierRequirement('pyasn1==0.4.8'), via=None), (SpecifierRequirement('pyasn1>=0.2.3'), via=LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))), 'pytz': Criterion((SpecifierRequirement('pytz==2019.2'), via=None)), 'idna': Criterion((SpecifierRequirement('idna==2.8'), via=None), (SpecifierRequirement('idna<2.9,>=2.5'), via=LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))), 'smbus': Criterion((SpecifierRequirement('smbus==1.1.post2'), via=None)), 'pycryptodomex': Criterion((SpecifierRequirement('pycryptodomex==3.9.9'), via=None), (SpecifierRequirement('pycryptodomex'), via=LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))), 'logilab-common': Criterion((SpecifierRequirement('logilab-common==1.8.0'), via=None)), 'ply': Criterion((SpecifierRequirement('ply==3.11'), via=None), (SpecifierRequirement('ply'), via=LinkCandidate('https://files.pythonhosted.org/packages/1f/fc/02361d1c2b247de73070c457c4da98c448693154894c14f2d7b48dfabf7e/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7 (from https://pypi.org/simple/pysmi/)'))), 'chardet': Criterion((SpecifierRequirement('chardet==3.0.4'), via=None), (SpecifierRequirement('chardet<3.1.0,>=3.0.2'), via=LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))), 'atomicwrites': Criterion((SpecifierRequirement('atomicwrites==1.3.0'), via=None)), 'pytest': Criterion((SpecifierRequirement('pytest==6.2.1'), via=None), (SpecifierRequirement('pytest>=5.2'), via=LinkCandidate('https://files.pythonhosted.org/packages/d4/7f/a477273af517a443d037a47cdf3457422565343a4d71ba07b9ae4a0ccd57/pytest_reportlog-0.1.2-py3-none-any.whl#sha256=2c4cc63a8f3c7edbdb6a75fe4f3e96136729671c8923bb6604e230edb0b91d4e (from https://pypi.org/simple/pytest-reportlog/) (requires-python:>=3.5)')), (SpecifierRequirement('pytest'), via=LinkCandidate('https://files.pythonhosted.org/packages/ec/98/adc368fe369465f291ab24e18b9900473786ed1afdf861ba90467eb0767e/pytest_ordering-0.6-py3-none-any.whl#sha256=3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6 (from https://pypi.org/simple/pytest-ordering/)'))), 'pysnmp': Criterion((SpecifierRequirement('pysnmp==4.4.12'), via=None)), 'pynacl': Criterion((SpecifierRequirement('pynacl>=1.0.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))), 'bcrypt': Criterion((SpecifierRequirement('bcrypt>=3.1.3'), via=LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))), 'cryptography': Criterion((SpecifierRequirement('cryptography>=2.5'), via=LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))), 'typing-extensions': Criterion((SpecifierRequirement('typing-extensions'), via=LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))), 'mypy-extensions': Criterion((SpecifierRequirement('mypy-extensions'), via=LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))), 'setuptools': Criterion((SpecifierRequirement('setuptools'), via=LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))), 'iniconfig': Criterion((SpecifierRequirement('iniconfig'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'packaging': Criterion((SpecifierRequirement('packaging'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)')), (SpecifierRequirement('packaging>=20.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'toml': Criterion((SpecifierRequirement('toml'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'cycler': Criterion((SpecifierRequirement('cycler>=0.10'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'python-dateutil': Criterion((SpecifierRequirement('python-dateutil>=2.7'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'kiwisolver': Criterion((SpecifierRequirement('kiwisolver>=1.0.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'pillow': Criterion((SpecifierRequirement('pillow>=6.2.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'fonttools': Criterion((SpecifierRequirement('fonttools>=4.22.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'cffi': Criterion((SpecifierRequirement('cffi>=1.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)')), (SpecifierRequirement('cffi>=1.12'), via=LinkCandidate('https://files.pythonhosted.org/packages/d8/0c/c0f8790bdeff9813722811500fd735c40a6c50fe0b4f8f6f4444f7a49cc0/cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl#sha256=94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2 (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)')), (SpecifierRequirement('cffi>=1.4.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d (from https://pypi.org/simple/pynacl/) (requires-python:>=3.6)'))), 'pycparser': Criterion((SpecifierRequirement('pycparser'), via=LinkCandidate('https://files.pythonhosted.org/packages/e5/fe/1dac7533ddb73767df8ba26183a9375dde2ee136aec7c92c9fb3038108e3/cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 (from https://pypi.org/simple/cffi/)')))}))
INFO:pipenv.patched.notpip._internal.resolution.resolvelib.reporter:Reporter.ending(State(mapping=OrderedDict([('zipp', LinkCandidate('https://files.pythonhosted.org/packages/da/bd/1a5fdf15aa44231fd09f63ecf175b60f057ae37ec65b343bb009364923f3/zipp-0.5.2-py2.py3-none-any.whl#sha256=8a5712cfd3bb4248015eb3b0b3c54a5f6ee3f2425963ef2a0125b8bc40aafaec (from https://pypi.org/simple/zipp/) (requires-python:>=2.7)')), ('pathlib2', LinkCandidate('https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl#sha256=2156525d6576d21c4dcaddfa427fae887ef89a7a9de5cbfe0728b3aafa78427e (from https://pypi.org/simple/pathlib2/)')), ('urllib3', LinkCandidate('https://files.pythonhosted.org/packages/e6/60/247f23a7121ae632d62811ba7f273d0e58972d75e58a94d329d51550a47d/urllib3-1.25.3-py2.py3-none-any.whl#sha256=b246607a25ac80bedac05c6f282e3cdaf3afb65420fd024ac94435cabe6e18d1 (from https://pypi.org/simple/urllib3/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)')), ('wcwidth', LinkCandidate('https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl#sha256=f4ebe71925af7b40a864553f761ed559b43544f8f71746c2d756c7fe788ade7c (from https://pypi.org/simple/wcwidth/)')), ('paramiko', LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)')), ('pytest-reportlog', LinkCandidate('https://files.pythonhosted.org/packages/d4/7f/a477273af517a443d037a47cdf3457422565343a4d71ba07b9ae4a0ccd57/pytest_reportlog-0.1.2-py3-none-any.whl#sha256=2c4cc63a8f3c7edbdb6a75fe4f3e96136729671c8923bb6604e230edb0b91d4e (from https://pypi.org/simple/pytest-reportlog/) (requires-python:>=3.5)')), ('more-itertools', LinkCandidate('https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl#sha256=92b8c4b06dac4f0611c0729b2f2ede52b2e1bac1ab48f089c7ddc12e26bb60c4 (from https://pypi.org/simple/more-itertools/) (requires-python:>=3.4)')), ('attrs', LinkCandidate('https://files.pythonhosted.org/packages/c3/aa/cb45262569fcc047bf070b5de61813724d6726db83259222cd7b4c79821a/attrs-20.3.0-py2.py3-none-any.whl#sha256=31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6 (from https://pypi.org/simple/attrs/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)')), ('tftpy', LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/a0/11/ac/80b6ce4334f6725b562146a95de6ac7f622f733389790ec277/tftpy-0.8.0-py3-none-any.whl')), ('py', LinkCandidate('https://files.pythonhosted.org/packages/67/32/6fe01cfc3d1a27c92fdbcdfc3f67856da8cbadf0dd9f2e18055202b2dc62/py-1.10.0-py2.py3-none-any.whl#sha256=3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a (from https://pypi.org/simple/py/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)')), ('importlib-metadata', LinkCandidate('https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl#sha256=80d2de76188eabfbfcf27e6a37342c2827801e59c4cc14b0371c56fed43820e3 (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=2.7,!=3.0,!=3.1,!=3.2,!=3.3)')), ('scp', LinkCandidate('https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl#sha256=26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1 (from https://pypi.org/simple/scp/)')), ('pyparsing', LinkCandidate('https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl#sha256=ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b (from https://pypi.org/simple/pyparsing/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)')), ('pyserial', LinkCandidate('https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl#sha256=c4451db6ba391ca6ca299fb3ec7bae67a5c55dde170964c7a14ceefec02f2cf0 (from https://pypi.org/simple/pyserial/)')), ('requests', LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)')), ('certifi', LinkCandidate('https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl#sha256=046832c04d4e752f37383b628bc601a7ea7211496b4638f6514d0e5b9acc4939 (from https://pypi.org/simple/certifi/)')), ('pysmi', LinkCandidate('https://files.pythonhosted.org/packages/1f/fc/02361d1c2b247de73070c457c4da98c448693154894c14f2d7b48dfabf7e/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7 (from https://pypi.org/simple/pysmi/)')), ('six', LinkCandidate('https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl#sha256=8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced (from https://pypi.org/simple/six/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*)')), ('pluggy', LinkCandidate('https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl#sha256=966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d (from https://pypi.org/simple/pluggy/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)')), ('pytest-ordering', LinkCandidate('https://files.pythonhosted.org/packages/ec/98/adc368fe369465f291ab24e18b9900473786ed1afdf861ba90467eb0767e/pytest_ordering-0.6-py3-none-any.whl#sha256=3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6 (from https://pypi.org/simple/pytest-ordering/)')), ('pyasn1', LinkCandidate('https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl#sha256=39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d (from https://pypi.org/simple/pyasn1/)')), ('pytz', LinkCandidate('https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl#sha256=c894d57500a4cd2d5c71114aaab77dbab5eabd9022308ce5ac9bb93a60a6f0c7 (from https://pypi.org/simple/pytz/)')), ('idna', LinkCandidate('https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl#sha256=ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c (from https://pypi.org/simple/idna/)')), ('smbus', LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/c1/7a/ca/bad1df946dd550dcbd670bd9cb9f40a60c3fa043690bedb989/smbus-1.1.post2-cp38-cp38-linux_x86_64.whl')), ('pycryptodomex', LinkCandidate('https://files.pythonhosted.org/packages/d7/d5/a5d162f75857ad79efde6806d00b2f5d766a6686d306043e826a7298a7e6/pycryptodomex-3.9.9-cp38-cp38-manylinux1_x86_64.whl#sha256=65ec88c8271448d2ea109d35c1f297b09b872c57214ab7e832e413090d3469a9 (from https://pypi.org/simple/pycryptodomex/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*)')), ('logilab-common', LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl')), ('ply', LinkCandidate('https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl#sha256=096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce (from https://pypi.org/simple/ply/)')), ('chardet', LinkCandidate('https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl#sha256=fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691 (from https://pypi.org/simple/chardet/)')), ('atomicwrites', LinkCandidate('https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl#sha256=03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4 (from https://pypi.org/simple/atomicwrites/)')), ('pytest', LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)')), ('pysnmp', LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)')), ('pycec', LinkCandidate('https://files.pythonhosted.org/packages/10/b4/6a9529e20d2574e8564d4d395e790bcf48227cf44422217c1268329933fc/pyCEC-0.5.1-py2.py3-none-any.whl#sha256=de9cfda434f384cae825720dc3998168de8d9a051c93391a3f6410ec071f2e36 (from https://pypi.org/simple/pycec/)')), ('numpy', LinkCandidate('https://files.pythonhosted.org/packages/38/c0/c45c5eb0e25247d5fbb333fd0b56e570ba21cf0e3dca3abad174fb780e8c/numpy-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=3ca688e1b9b95d80250bca34b11a05e389b1420d00e87a0d12dc45f131f704a1 (from https://pypi.org/simple/numpy/) (requires-python:>=3.8)')), ('matplotlib', LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)')), ('bcrypt', LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)')), ('cffi', LinkCandidate('https://files.pythonhosted.org/packages/e5/fe/1dac7533ddb73767df8ba26183a9375dde2ee136aec7c92c9fb3038108e3/cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 (from https://pypi.org/simple/cffi/)')), ('cryptography', LinkCandidate('https://files.pythonhosted.org/packages/d8/0c/c0f8790bdeff9813722811500fd735c40a6c50fe0b4f8f6f4444f7a49cc0/cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl#sha256=94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2 (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)')), ('cycler', LinkCandidate('https://files.pythonhosted.org/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl#sha256=3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3 (from https://pypi.org/simple/cycler/) (requires-python:>=3.6)')), ('fonttools', LinkCandidate('https://files.pythonhosted.org/packages/2d/b3/b359bb3e247bbdaa18892a5d0bc14c24cc3a49166c25622128b6e033b58a/fonttools-4.30.0-py3-none-any.whl#sha256=6985cc5380c06db07fdc73ade15e6adbd4ce6ff850d7561ca00f97090b4b263d (from https://pypi.org/simple/fonttools/) (requires-python:>=3.7)')), ('kiwisolver', LinkCandidate('https://files.pythonhosted.org/packages/d0/2c/c3cba6c1ec54c82bfc56204c712dd2e9b069e2590f78a18841dafbdf2ced/kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b6a5431940f28b6de123de42f0eb47b84a073ee3c3345dc109ad550a3307dd28 (from https://pypi.org/simple/kiwisolver/) (requires-python:>=3.7)')), ('packaging', LinkCandidate('https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl#sha256=ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 (from https://pypi.org/simple/packaging/) (requires-python:>=3.6)')), ('pillow', LinkCandidate('https://files.pythonhosted.org/packages/18/7f/58f056f31358956f8aaaf042982693d96f3d35d5a9df94acecdabb1db6f8/Pillow-9.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=14d4b1341ac07ae07eb2cc682f459bec932a380c3b122f5540432d8977e64eae (from https://pypi.org/simple/pillow/) (requires-python:>=3.7)')), ('pynacl', LinkCandidate('https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d (from https://pypi.org/simple/pynacl/) (requires-python:>=3.6)')), ('python-dateutil', LinkCandidate('https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 (from https://pypi.org/simple/python-dateutil/) (requires-python:!=3.0.*,!=3.1.*,!=3.2.*,>=2.7)')), ('iniconfig', LinkCandidate('https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl#sha256=011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 (from https://pypi.org/simple/iniconfig/)')), ('mypy-extensions', LinkCandidate('https://files.pythonhosted.org/packages/5c/eb/975c7c080f3223a5cdaff09612f3a5221e4ba534f7039db34c35d95fa6a5/mypy_extensions-0.4.3-py2.py3-none-any.whl#sha256=090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d (from https://pypi.org/simple/mypy-extensions/)')), ('pycparser', LinkCandidate('https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl#sha256=8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 (from https://pypi.org/simple/pycparser/)')), ('toml', LinkCandidate('https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl#sha256=806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b (from https://pypi.org/simple/toml/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)')), ('typing-extensions', LinkCandidate('https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl#sha256=21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2 (from https://pypi.org/simple/typing-extensions/) (requires-python:>=3.6)')), ('setuptools', LinkCandidate('https://files.pythonhosted.org/packages/3b/02/8d4d27b1cacaac2d129a27d17a22d92a2a5eedcb7817d4ed8ab0d4daf5c4/setuptools-60.9.3-py3-none-any.whl#sha256=e4f30b9f84e5ab3decf945113119649fec09c1fc3507c6ebffec75646c56e62b (from https://pypi.org/simple/setuptools/) (requires-python:>=3.7)'))]), criteria={'zipp': Criterion((SpecifierRequirement('zipp==0.5.2'), via=None), (SpecifierRequirement('zipp>=0.5'), via=LinkCandidate('https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl#sha256=80d2de76188eabfbfcf27e6a37342c2827801e59c4cc14b0371c56fed43820e3 (from https://pypi.org/simple/importlib-metadata/) (requires-python:>=2.7,!=3.0,!=3.1,!=3.2,!=3.3)'))), 'pathlib2': Criterion((SpecifierRequirement('pathlib2==2.3.4'), via=None)), 'pycec': Criterion((SpecifierRequirement('pycec'), via=None)), 'urllib3': Criterion((SpecifierRequirement('urllib3==1.25.3'), via=None), (SpecifierRequirement('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))), 'wcwidth': Criterion((SpecifierRequirement('wcwidth==0.1.7'), via=None)), 'paramiko': Criterion((SpecifierRequirement('paramiko==2.7.1'), via=None), (SpecifierRequirement('paramiko'), via=LinkCandidate('https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl#sha256=26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1 (from https://pypi.org/simple/scp/)'))), 'pytest-reportlog': Criterion((SpecifierRequirement('pytest-reportlog==0.1.2'), via=None)), 'more-itertools': Criterion((SpecifierRequirement('more-itertools==7.2.0'), via=None)), 'attrs': Criterion((SpecifierRequirement('attrs==20.3.0'), via=None), (SpecifierRequirement('attrs>=19.2.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'tftpy': Criterion((SpecifierRequirement('tftpy==0.8.0'), via=None)), 'py': Criterion((SpecifierRequirement('py==1.10.0'), via=None), (SpecifierRequirement('py>=1.8.2'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'importlib-metadata': Criterion((SpecifierRequirement('importlib-metadata==0.19'), via=None)), 'scp': Criterion((SpecifierRequirement('scp==0.13.2'), via=None)), 'pyparsing': Criterion((SpecifierRequirement('pyparsing==2.4.7'), via=None), (SpecifierRequirement('pyparsing>=2.2.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)')), (SpecifierRequirement('pyparsing!=3.0.5,>=2.0.2'), via=LinkCandidate('https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl#sha256=ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 (from https://pypi.org/simple/packaging/) (requires-python:>=3.6)'))), 'pyserial': Criterion((SpecifierRequirement('pyserial==3.5'), via=None)), 'requests': Criterion((SpecifierRequirement('requests==2.22.0'), via=None)), 'certifi': Criterion((SpecifierRequirement('certifi==2019.6.16'), via=None), (SpecifierRequirement('certifi>=2017.4.17'), via=LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))), 'pysmi': Criterion((SpecifierRequirement('pysmi==0.3.4'), via=None), (SpecifierRequirement('pysmi'), via=LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))), 'numpy': Criterion((SpecifierRequirement('numpy'), via=None), (SpecifierRequirement('numpy>=1.17'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'six': Criterion((SpecifierRequirement('six==1.15.0'), via=None), (SpecifierRequirement('six'), via=LinkCandidate('https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl#sha256=2156525d6576d21c4dcaddfa427fae887ef89a7a9de5cbfe0728b3aafa78427e (from https://pypi.org/simple/pathlib2/)')), (SpecifierRequirement('six>=1.4.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)')), (SpecifierRequirement('six>=1.5'), via=LinkCandidate('https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 (from https://pypi.org/simple/python-dateutil/) (requires-python:!=3.0.*,!=3.1.*,!=3.2.*,>=2.7)'))), 'pluggy': Criterion((SpecifierRequirement('pluggy==0.13.1'), via=None), (SpecifierRequirement('pluggy<1.0.0a1,>=0.12'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'pytest-ordering': Criterion((SpecifierRequirement('pytest-ordering==0.6'), via=None)), 'matplotlib': Criterion((SpecifierRequirement('matplotlib'), via=None)), 'pyasn1': Criterion((SpecifierRequirement('pyasn1==0.4.8'), via=None), (SpecifierRequirement('pyasn1>=0.2.3'), via=LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))), 'pytz': Criterion((SpecifierRequirement('pytz==2019.2'), via=None)), 'idna': Criterion((SpecifierRequirement('idna==2.8'), via=None), (SpecifierRequirement('idna<2.9,>=2.5'), via=LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))), 'smbus': Criterion((SpecifierRequirement('smbus==1.1.post2'), via=None)), 'pycryptodomex': Criterion((SpecifierRequirement('pycryptodomex==3.9.9'), via=None), (SpecifierRequirement('pycryptodomex'), via=LinkCandidate('https://files.pythonhosted.org/packages/25/7e/1e17facea54dd21c6a72db6ae57a5bfdd56edd54b8c4850668b554bdddba/pysnmp-4.4.12-py2.py3-none-any.whl#sha256=d90946c5d7c55b1ddc03e065a99a2ed36e748dcf166ca04ee4126b8f25fc057a (from https://pypi.org/simple/pysnmp/)'))), 'logilab-common': Criterion((SpecifierRequirement('logilab-common==1.8.0'), via=None)), 'ply': Criterion((SpecifierRequirement('ply==3.11'), via=None), (SpecifierRequirement('ply'), via=LinkCandidate('https://files.pythonhosted.org/packages/1f/fc/02361d1c2b247de73070c457c4da98c448693154894c14f2d7b48dfabf7e/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7 (from https://pypi.org/simple/pysmi/)'))), 'chardet': Criterion((SpecifierRequirement('chardet==3.0.4'), via=None), (SpecifierRequirement('chardet<3.1.0,>=3.0.2'), via=LinkCandidate('https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl#sha256=9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31 (from https://pypi.org/simple/requests/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)'))), 'atomicwrites': Criterion((SpecifierRequirement('atomicwrites==1.3.0'), via=None)), 'pytest': Criterion((SpecifierRequirement('pytest==6.2.1'), via=None), (SpecifierRequirement('pytest>=5.2'), via=LinkCandidate('https://files.pythonhosted.org/packages/d4/7f/a477273af517a443d037a47cdf3457422565343a4d71ba07b9ae4a0ccd57/pytest_reportlog-0.1.2-py3-none-any.whl#sha256=2c4cc63a8f3c7edbdb6a75fe4f3e96136729671c8923bb6604e230edb0b91d4e (from https://pypi.org/simple/pytest-reportlog/) (requires-python:>=3.5)')), (SpecifierRequirement('pytest'), via=LinkCandidate('https://files.pythonhosted.org/packages/ec/98/adc368fe369465f291ab24e18b9900473786ed1afdf861ba90467eb0767e/pytest_ordering-0.6-py3-none-any.whl#sha256=3f314a178dbeb6777509548727dc69edf22d6d9a2867bf2d310ab85c403380b6 (from https://pypi.org/simple/pytest-ordering/)'))), 'pysnmp': Criterion((SpecifierRequirement('pysnmp==4.4.12'), via=None)), 'pynacl': Criterion((SpecifierRequirement('pynacl>=1.0.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))), 'bcrypt': Criterion((SpecifierRequirement('bcrypt>=3.1.3'), via=LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))), 'cryptography': Criterion((SpecifierRequirement('cryptography>=2.5'), via=LinkCandidate('https://files.pythonhosted.org/packages/06/1e/1e08baaaf6c3d3df1459fd85f0e7d2d6aa916f33958f151ee1ecc9800971/paramiko-2.7.1-py2.py3-none-any.whl#sha256=9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f (from https://pypi.org/simple/paramiko/)'))), 'typing-extensions': Criterion((SpecifierRequirement('typing-extensions'), via=LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))), 'mypy-extensions': Criterion((SpecifierRequirement('mypy-extensions'), via=LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))), 'setuptools': Criterion((SpecifierRequirement('setuptools'), via=LinkCandidate('file:///home/matteius/.cache/pipenv/wheels/7d/d7/00/d6f9afa5a6a069c02397b825063416f80370230bfb35a950a9/logilab_common-1.8.0-py3-none-any.whl'))), 'iniconfig': Criterion((SpecifierRequirement('iniconfig'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'packaging': Criterion((SpecifierRequirement('packaging'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)')), (SpecifierRequirement('packaging>=20.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'toml': Criterion((SpecifierRequirement('toml'), via=LinkCandidate('https://files.pythonhosted.org/packages/d7/15/5ef931cbd22585865aad0ea025162545b53af9319cf38542e0b7981d5b34/pytest-6.2.1-py3-none-any.whl#sha256=1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8 (from https://pypi.org/simple/pytest/) (requires-python:>=3.6)'))), 'cycler': Criterion((SpecifierRequirement('cycler>=0.10'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'python-dateutil': Criterion((SpecifierRequirement('python-dateutil>=2.7'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'kiwisolver': Criterion((SpecifierRequirement('kiwisolver>=1.0.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'pillow': Criterion((SpecifierRequirement('pillow>=6.2.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'fonttools': Criterion((SpecifierRequirement('fonttools>=4.22.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/22/1c/d5e535b36c1de4eef4205656e76ac993c6d01b62cfdcac579edb63cd82e0/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl#sha256=b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7)'))), 'cffi': Criterion((SpecifierRequirement('cffi>=1.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/c0/75/323f3e9e051726cef8a1d71d340a208ed5fe9dbdebc13b83428355c1382e/bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7 (from https://pypi.org/simple/bcrypt/) (requires-python:>=3.6)')), (SpecifierRequirement('cffi>=1.12'), via=LinkCandidate('https://files.pythonhosted.org/packages/d8/0c/c0f8790bdeff9813722811500fd735c40a6c50fe0b4f8f6f4444f7a49cc0/cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl#sha256=94ae132f0e40fe48f310bba63f477f14a43116f05ddb69d6fa31e93f05848ae2 (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)')), (SpecifierRequirement('cffi>=1.4.1'), via=LinkCandidate('https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d (from https://pypi.org/simple/pynacl/) (requires-python:>=3.6)'))), 'pycparser': Criterion((SpecifierRequirement('pycparser'), via=LinkCandidate('https://files.pythonhosted.org/packages/e5/fe/1dac7533ddb73767df8ba26183a9375dde2ee136aec7c92c9fb3038108e3/cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 (from https://pypi.org/simple/cffi/)')))}))
⠏ Locking...
✔ Success!
Updated Pipfile.lock (b2f6f1)!
Installing dependencies from Pipfile.lock (b2f6f1)...
🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/0 — 00:00:00
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
matteius@matteius-VirtualBox:~/pipenv-triage/pipenv-4984$ cat Pipfile.lock | grep matplotlib
"matplotlib": {
I've managed this on other installations and I think this is probably a problem with the OS (pi stretch lite); I've seen this with the CEC lib as well. Reinstalling virtualenv (which I stopped using due to problems getting packages working) I managed to get it all installed and going again so I think I'll abandon pipenv and go with that.
We could keep this issue open -- I personally don't have a raspberry pi have helped some close family and friends use raspberry pi with python, so if I could get someone's time with one to try it out on that platform might reveal more of how it behaves which would be interesting. I see a couple other options here beyond straight virtualenv: 1.) try the branch that has pip 22.0.4 integrated and see if the error is resolved: vendor-pip-22.0.3-followup-changes 2.) The install log indicates a problem building matplotlib from within pipenv -- I wonder what version of setuptools its using, if it old maybe pin to a newer version of it?
I believe the latest version of pipenv=2022.8.17 would not have this issue as it uses its own vendor'd pip. I would be curious to find out for sure but I don't have a full raspberry Pi. If you find it is still an issue on the new version I would be happy to re-open.