Infinidat/infi.clickhouse_orm

Failed to install by pipenv

JackWyj opened this issue · 4 comments

Hi, I have tried installing infi.clickhouse-orm by pipenv, but I got the output which seems that the sha256 checksum is not matched,

/pipenv-infi.clickhouse-orm  pipenv install infi-clickhouse-orm~=1.2.0            
Installing infi-clickhouse-orm~=1.2.0…
Adding infi-clickhouse-orm to Pipfile's [packages]…
✔ Installation Succeeded 
Pipfile.lock (ab60e7) out of date, updating to (46ee4f)…
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
✔ Success! 
Updated Pipfile.lock (ab60e7)!
Installing dependencies from Pipfile.lock (ab60e7)…
An error occurred while installing infi-clickhouse-orm==1.2.0 --hash=sha256:b786b24c9cce69be070be1354798b346ea48137e326e1a7fafbbd0b7b4b63e21! Will try again.
  🐍   ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 10/10 — 00:00:03
Installing initially failed dependencies…
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 2004, in do_install
[pipenv.exceptions.InstallError]:       skip_lock=skip_lock,
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 1251, in do_init
[pipenv.exceptions.InstallError]:       pypi_mirror=pypi_mirror,
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 859, in do_install_dependencies
[pipenv.exceptions.InstallError]:       retry_list, procs, failed_deps_queue, requirements_dir, **install_kwargs
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 763, in batch_install
[pipenv.exceptions.InstallError]:       _cleanup_procs(procs, not blocking, failed_deps_queue, retry=retry)
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 681, in _cleanup_procs
[pipenv.exceptions.InstallError]:       raise exceptions.InstallError(c.dep.name, extra=err_lines)
[pipenv.exceptions.InstallError]: ['Looking in indexes: https://pypi.douban.com/simple', 'Collecting infi-clickhouse-orm==1.2.0 (from -r /var/folders/yj/f43vlvrx493dyr1bf0dgdpcw0000gn/T/pipenv-jjytlht0-requirements/pipenv-bbnpchjf-requirement.txt (line 1))', '  Downloading https://pypi.doubanio.com/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz']
[pipenv.exceptions.InstallError]: ['ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.', '    infi-clickhouse-orm==1.2.0 from https://pypi.doubanio.com/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz#md5=c141f62972ed1aa3a0c68a186d1a0659 (from -r /var/folders/yj/f43vlvrx493dyr1bf0dgdpcw0000gn/T/pipenv-jjytlht0-requirements/pipenv-bbnpchjf-requirement.txt (line 1)):', '        Expected sha256 b786b24c9cce69be070be1354798b346ea48137e326e1a7fafbbd0b7b4b63e21', '             Got        abb4b79eee64fbed10c0158448013448c6490b4c8d2d0a4861f820113ce0cc20']
ERROR: ERROR: Package installation failed...
  ☤  ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:02

My OS is Darwin 18.7.0 Darwin Kernel Version 18.7.0, it is MacOS.
And it is the checksum from pypi.douban.com wrong ?
.Any help will be appreciated.

please provide more information:

  • which steps did you follow
  • operating system
  • any tracebacks or additional information that it will be possible to understand your issue

And then, i change the pypi source to https://pypi.org/simple, it still got the same output

pipenv-infi.clickhouse-orm  pipenv install infi.clickhouse-orm
Installing infi.clickhouse-orm…
Adding infi.clickhouse-orm to Pipfile's [packages]…
✔ Installation Succeeded 
Pipfile.lock not found, creating…
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
✔ Success! 
Updated Pipfile.lock (a887fd)!
Installing dependencies from Pipfile.lock (a887fd)…
An error occurred while installing infi-clickhouse-orm==1.2.0 --hash=sha256:b786b24c9cce69be070be1354798b346ea48137e326e1a7fafbbd0b7b4b63e21! Will try again.
  🐍   ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 9/9 — 00:00:05
Installing initially failed dependencies…
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 2004, in do_install
[pipenv.exceptions.InstallError]:       skip_lock=skip_lock,
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 1251, in do_init
[pipenv.exceptions.InstallError]:       pypi_mirror=pypi_mirror,
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 859, in do_install_dependencies
[pipenv.exceptions.InstallError]:       retry_list, procs, failed_deps_queue, requirements_dir, **install_kwargs
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 763, in batch_install
[pipenv.exceptions.InstallError]:       _cleanup_procs(procs, not blocking, failed_deps_queue, retry=retry)
[pipenv.exceptions.InstallError]:   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pipenv/core.py", line 681, in _cleanup_procs
[pipenv.exceptions.InstallError]:       raise exceptions.InstallError(c.dep.name, extra=err_lines)
[pipenv.exceptions.InstallError]: ['Collecting infi-clickhouse-orm==1.2.0 (from -r /var/folders/yj/f43vlvrx493dyr1bf0dgdpcw0000gn/T/pipenv-bdpmji9_-requirements/pipenv-mha04tjg-requirement.txt (line 1))', '  Using cached https://files.pythonhosted.org/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz']
[pipenv.exceptions.InstallError]: ['ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.', '    infi-clickhouse-orm==1.2.0 from https://files.pythonhosted.org/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz#sha256=abb4b79eee64fbed10c0158448013448c6490b4c8d2d0a4861f820113ce0cc20 (from -r /var/folders/yj/f43vlvrx493dyr1bf0dgdpcw0000gn/T/pipenv-bdpmji9_-requirements/pipenv-mha04tjg-requirement.txt (line 1)):', '        Expected sha256 b786b24c9cce69be070be1354798b346ea48137e326e1a7fafbbd0b7b4b63e21', '             Got        abb4b79eee64fbed10c0158448013448c6490b4c8d2d0a4861f820113ce0cc20']
ERROR: ERROR: Package installation failed...
  ☤  ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:02

I have no experience with pipenv, but I tried running it with the -v (verbose) flag and saw this:
Found link https://files.pythonhosted.org/packages/8e/72/0d9fedcc142f304680eeb7ffb6dd779df1634a4d2c38ff7f29a33747a75b/infi.clickhouse_orm-1.2.0-py2-none-any.whl#sha256=b786b24c9cce69be070be1354798b346ea48137e326e1a7fafbbd0b7b4b63e21 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.2.0 Found link https://files.pythonhosted.org/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz#sha256=abb4b79eee64fbed10c0158448013448c6490b4c8d2d0a4861f820113ce0cc20 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.2.0
So it seems that both hashes are valid - the one starting with b786 belongs to the wheel file, and the one starting with abb4 belongs to the tar.gz file.
I'm not sure why pipenv confuses between the two, but it seems very similar to the problem described here: pypa/pipenv#2001

Did you try installing in a fresh environment? Perhaps your Pipfile.lock file contains stale information?

I try to install infi-clickhouse-orm on linux (manjaro) and on mac. And have some error.

Installing 'infi-clickhouse-orm'▉▉▉▉▉ 0/1 — 00:00:00
$ ['/Users/myrik/.local/share/virtualenvs/esentai-e7Q7McuI/bin/pip', 'install', '--verbose', '--upgrade', '--no-deps', '-r', '/var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pipenv-kwdq9z6v-requirements/pipenv-6g6h7yyh-requirement.txt', '-i', 'https://pypi.org/simple', '--require-hashes']
Created temporary directory: /private/var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pip-ephem-wheel-cache-ldtpi0zg
Created temporary directory: /private/var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pip-req-tracker-335hpt3w
Created requirements tracker '/private/var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pip-req-tracker-335hpt3w'
Created temporary directory: /private/var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pip-install-nf1838tm
Collecting infi-clickhouse-orm==1.2.0 (from -r /var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pipenv-kwdq9z6v-requirements/pipenv-6g6h7yyh-requirement.txt (line 1))
  1 location(s) to search for versions of infi-clickhouse-orm:
  * https://pypi.org/simple/infi-clickhouse-orm/
  Getting page https://pypi.org/simple/infi-clickhouse-orm/
  Found index url https://pypi.org/simple
  Looking up "https://pypi.org/simple/infi-clickhouse-orm/" in the cache
  Request header has "max_age" as 0, cache bypassed
  Starting new HTTPS connection (1): pypi.org:443
  https://pypi.org:443 "GET /simple/infi-clickhouse-orm/ HTTP/1.1" 304 0
  Analyzing links from page https://pypi.org/simple/infi-clickhouse-orm/
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/41/1b/574d1b8e5c8a57caf5be6ac22b9dbfb50cd56d39e7a4de34330122cc5ebb/infi.clickhouse_orm-0.5-py2.7.egg#sha256=11e416f0e00ade007f8e9fd1f0f1a6f78f8adad59b4a85f307ce0491041e5c1d (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/8d/78/4470f1fd186a1767a12c1ab741c96c8f9c79d37a9d4a0a2652aada2de9c7/infi.clickhouse_orm-0.5.tar.gz#sha256=932c3f81e2f96e3977286f70cd6e76a730b46a066ef1c8f39171c0850064ee27 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.5
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/a2/93/86eab61f304e93a41448489ea1480111367eef76104d031c64b928a5fc89/infi.clickhouse_orm-0.5.1-py2.7.egg#sha256=dd0ae0e8f31247ae063e39524ae2dd708ad937ab6b15a88dd29fcd6fe7cbce2b (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/48/c4/08bd7b26bbe7a5871a024cfc01447cd6dbde7e288fd9e263ba4dbebf7936/infi.clickhouse_orm-0.5.1.tar.gz#sha256=0499f8537d9b8dcaef9b46de58ab025fe20bc84f001918260132fa9e58c9fb8f (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.5.1
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/d0/19/ead53dcb5dddeab53abeeab08ef45f19b1600b02eecdbfc05a041cdadcb7/infi.clickhouse_orm-0.5.3-py2.7.egg#sha256=a772ad9107042919abef1a825f2070935be9eabc4369fbfc32417b55df04e56a (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/40/91/b70a5f5c6143eb7f200be358fa41935a321be4a3a2bfc29bf0d27e3afabb/infi.clickhouse_orm-0.5.3.tar.gz#sha256=5aa6da11e50609e89bc6e6c70477e5d8e0bc3eead1785b6ffb5cd64a49ebfcf7 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.5.3
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/05/54/881e0d7b4b3e411ddba67857076d6f3801bf93c11bb03715807f7406511f/infi.clickhouse_orm-0.5.4-py2.7.egg#sha256=ff32d43465447d2013f4e4e511e2ff679d1f0b940b60efe3d5164d122ff591ec (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/bc/d0/b07ad8c4b752a5667a766da2bafef897b41aaee94bda4fe7a309bf3ac883/infi.clickhouse_orm-0.5.4.tar.gz#sha256=e3f1eb5dffb5d8999a59cb14cae2c35de2f027174d84e7ce0fb4568ea3400071 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.5.4
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/8a/c8/33f502a5555578292607f3ff19e1423379d0f502978af71518a2e14ce16c/infi.clickhouse_orm-0.5.5-py2.7.egg#sha256=6ce9a84c327fb085cb45719af2668e2232f63b9f83ea1a077860898bc99eb48e (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/d9/15/bb8a18be17f78d6684b9638dd39394c475ea63e2d3e5272529488ab8bf16/infi.clickhouse_orm-0.5.5.tar.gz#sha256=46b55090333ea8c1b625936a3d97d16d60525b62f617bfde54ffcaead8b163bd (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.5.5
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/7b/52/124e9be97717c1c954b7d868fe2087e32a0cd2fe98a2aabe7dce9085a8b4/infi.clickhouse_orm-0.5.6-py2.7.egg#sha256=58b4efe2b49ef9fd65dbd74e7dfe9e78ec3de4efbb70c3e0d44b056592d8f662 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/72/88/7f9e778f413be8d9446921299b8f3b036f9afa8e642747d091fc6ae1eaf5/infi.clickhouse_orm-0.5.6.tar.gz#sha256=613d3d581d8c21be92d54d93746b38031c4352a2bd1651263408b3d1bb2bf612 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.5.6
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/f8/a3/e9d1c27b2121b00eb1bf6ddc72f6f60b2447a670d1e517b11f038a1f2544/infi.clickhouse_orm-0.6.0-py2.7.egg#sha256=6b2119108472b21e92d7312bdf034c0b01514775b5a9b2711f1b2727762178fb (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/8d/15/76708b0f4c54513657e824fdb6c29e3bad174218e33992c9a0d8bbc76cae/infi.clickhouse_orm-0.6.0.tar.gz#sha256=eeee828771f412fc42dc50b26498b6189847d19cecab51fcbb79774d514d96aa (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.6.0
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/4f/f9/3db8dbdc1efa054ce2e300c42f961579df649913913a52a865e90124b245/infi.clickhouse_orm-0.6.1-py2.7.egg#sha256=3cb5c21ce0f4e00a2497f2d0336645916abbddc1fb2ce7af9a6c99f7b1a810d4 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/90/1f/7d1201c649eba41f481c70dfaf2550e94982fe3d6ead97fb47585e8408aa/infi.clickhouse_orm-0.6.1.tar.gz#sha256=4f26b0d8fa12527d35b111c17d4f931befd55926655222964f1e84e2b84b62f8 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.6.1
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/7f/2f/b08f394fc237d73b9cbb8ce274d622e516a717b2d0cf66b595456761237e/infi.clickhouse_orm-0.6.2-py2.7.egg#sha256=65f6cb958dd71981d473bfe9728004171cbe1a1fcc5805694bf83043e383d4df (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/b3/39/c54ff610a9d79a56b9194d1367e9c01c05aa0b5a2181c4b12ebfb24bffdf/infi.clickhouse_orm-0.6.2.tar.gz#sha256=2e3da08c62792b91da707a5c556ca563c705f302e6c88731e5f9c7c7057584fe (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.6.2
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/ff/8f/14f53626d2a709868723bfa3a29b6d560da12464834c36953b9615f66bdd/infi.clickhouse_orm-0.6.3-py2.7.egg#sha256=ebe5a3795accd6559e107aad32777bdbf2723dbeb34e2ef49ccd89fb2a5f2d1c (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/2f/18/6ba7f574f5f70bb6c422aba25629cc06548cf31c56ce84e77ca284654276/infi.clickhouse_orm-0.6.3.tar.gz#sha256=404efa7dc040e28a06993a04f79c57e96029ee1e1a5077d3cb3e3865e8b0da74 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.6.3
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/61/d8/e127fa7afd2f92e599570c358326ccfdd2a4845dc0e813fe4cf7c025210d/infi.clickhouse_orm-0.7.0-py2.7.egg#sha256=8d54112b09a88303b076031ba71bd1bdee3b073b7f32195bd116b05b5c011030 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/34/6c/ad048624b84d1b4c79ac8ea85283ecc4590ee60bec7dd1b08a57f8531ee0/infi.clickhouse_orm-0.7.0.tar.gz#sha256=696e8f47253c6ff24bb47fcf31ce2c73ea89ebcdfd49177361d9cc3cae9010f5 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.7.0
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/8f/93/c4d28c529e7c6e0195baaac0a85178b2fd004f0593836b2f3e21c88e08f4/infi.clickhouse_orm-0.7.1-py2.7.egg#sha256=a15d9d52a2cc6cfb5fc1a6edcd97150722aac9207882f3aed7a849d7e9d32134 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/b2/48/c0443c79cee82140e005c82029c65442ec1c60ca202c1ea5e5580ad410ea/infi.clickhouse_orm-0.7.1.tar.gz#sha256=d44554583de0dca2ad728944826e48fb635147f8507409c2794814c732e26cfa (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.7.1
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/9c/2a/efa4eb24b4ef83ed1bb70fd19ff1534165fe4c631b44a1df406ba79a763b/infi.clickhouse_orm-0.7.2-py2.7.egg#sha256=feb43f50d115dc5a71f81d7ba73fdaa462fc3202fb82a39e0f90d91bb73f169a (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/7d/77/5d44a4238467ec7bf37297e1774388735cf78f14ee89249b25a2ae3a657b/infi.clickhouse_orm-0.7.2.tar.gz#sha256=85db93630140ddb0f937f8120017e6edc596f1e04198a8020b354a4458795ed7 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.7.2
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/e7/dc/392c6e2ca028e39c03aab828e1d6cdab056f1880bfb61cda01875a12d1b1/infi.clickhouse_orm-0.8.0-py2.7.egg#sha256=cb4fa042af6d4d6e50250d604d78d8db4ad02f2424caccb722ecf58c467ec3d6 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/9a/b7/ba40d4649e7839381a41bcd3dbf3005312060631c17afe44daa4800f7aaf/infi.clickhouse_orm-0.8.0.tar.gz#sha256=36903dfa40e0056e2574749ec47138a9ae99210d39d617e5e04d9402eab610d5 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.8.0
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/76/60/a879afce71980556fe6cb6273430713329730b6fcf78e8faf12d363a2fa2/infi.clickhouse_orm-0.8.1-py2.7.egg#sha256=7c381733df20f3d2fce745ef2128e1e9a13078b3fe3692513e900fde1377df53 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/f6/01/cffe9a9f06cc4aa0bfbc661c2cecf56ef6eb8bbf71f00925678cc8abe721/infi.clickhouse_orm-0.8.1.tar.gz#sha256=76e196d8042b78ce8cc6be1602a2d9668fb7b84782052ae5b152588eb3b6efa3 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.8.1
    Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/47/99/07c9bbee9623406de0fc7539c800e65fd6169e24f4e0abca803fc11d8266/infi.clickhouse_orm-0.8.2-py2.7.egg#sha256=f32b071eba9e5c806c89991d900315f83c77824896885258fd82210ddffa2798 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/9f/c2/8e1588920f4deef477b6f649704d0e51c0f694d1f7298872524225c65b33/infi.clickhouse_orm-0.8.2.tar.gz#sha256=a334a7e1de0334d6ffacc46428ed69b6604d5f6fe6e0129b9d5007a79fbbdadb (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.8.2
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/46/29/bababd14776f5447bb5f9f0a843d9cc5b03288dd6d0db2e42ee745e945b2/infi.clickhouse_orm-0.9.0-py2-none-any.whl#sha256=c5d35a0d7927365516e53f724d1629a717505d63effa0a268be4162f6c24f1e5 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/1c/4e/6438460fcfd36e26f7f8ec2dc7af33ac7b06665e461dc1042a5c66ed40ed/infi.clickhouse_orm-0.9.0.tar.gz#sha256=684644f901f167d585bada375ba9188426b519d748c6842443bb1e25218b008f (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.9.0
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/79/ce/df3b802a291aae02702c1499efc6ecd0d9ead453ae26701dec488d81931b/infi.clickhouse_orm-0.9.2-py2-none-any.whl#sha256=125e787f69553413ed36d0e614bb214cef2c1982217a6259baacc9c4a97b15ef (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/bc/60/7240efd5db589221db2ea4220a1711ef858997d931c82e4615d98177545f/infi.clickhouse_orm-0.9.2.tar.gz#sha256=447b9246acf00119b90bb93a4483f803e1b49633f644c282fd9b462eb09f00d9 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.9.2
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/f2/d6/234d9e8428c3f6600b8a43b84c1ce345d525c76816efc89849f61abb45b9/infi.clickhouse_orm-0.9.3-py2-none-any.whl#sha256=64120cc5fdc92c3b3e5201ce01d2cbf9935f2ee81481135b39b5b9a24054afeb (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/3c/e9/a812084dc4d57d7fbcaaa45c49dc3f84e6b9277a7970f4d69e0e40b6c2eb/infi.clickhouse_orm-0.9.3.tar.gz#sha256=f69eb568c00c996618880361aaceabf341a22aeb04ce43b7dd94e18f3ff12f39 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.9.3
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/59/e6/64b7f9648b3ae7b56f72bb57a142a786c3869e1d9f82d2f5cea0ea528ca8/infi.clickhouse_orm-0.9.4-py2-none-any.whl#sha256=9b7ecc2f8dc77042bb3010bbd27846db668f3f6add19e4b7dbc4819f3f32565c (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/1c/ff/b08c455a6d35ce5368fa1b6a1de3201cd50228c5717ddc07792239141932/infi.clickhouse_orm-0.9.4.tar.gz#sha256=31259b54eab47e7f28fc7dc17dad607c1521c9a8c17d8a5fe668eb960e15f870 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.9.4
    Found link https://files.pythonhosted.org/packages/16/3a/a958d1e2dc336296e06973cc0bc659fadb1ca2d7cd0f49eb5d56a30d28fa/infi.clickhouse_orm-0.9.5.tar.gz#sha256=4d208a42cb986d29d95ad6e3c74345738e837db1553d9258e0d8585cc0eba9d5 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.9.5
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/d1/0b/daa3e7336b251d3c60286fe0cd6307d7acac424e826702b25b473e46b51f/infi.clickhouse_orm-0.9.6-py2-none-any.whl#sha256=7a9499fd464fe74b29e32cc9aaabda23e2b86253edc134533c6d72fcdbf10aa9 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/e8/21/853ce48e5f1d59e8548f0e44d10934d77c696dff66a5bedefc3725c891dc/infi.clickhouse_orm-0.9.6.tar.gz#sha256=caeddc15fb3d3e4b435536f2eb65fc3a462f8fd7e7bc9431723bd825723ccac5 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.9.6
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/df/9e/c2b6eec10358dbb2fc39a43a455a57a0bb877bc1c222dad511c216e6ff0c/infi.clickhouse_orm-0.9.7-py2-none-any.whl#sha256=9bfb4c4b974cebae0d950150665b20f797835eea558a8d86d0b2a9c72b6de37a (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/ac/73/4021a014e52c2c1837c1a176166ae11719afd891f81b323df4697825d9c6/infi.clickhouse_orm-0.9.7.tar.gz#sha256=48aa9980dec288c3f90a60e635a1ef53fdb11db93e2f013416b5ba0693c48e45 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.9.7
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/15/2c/bc2e2bca267988f79aa14b756fa6e29d38553a28c2f8bca1594ba0dccac8/infi.clickhouse_orm-0.9.8-py2-none-any.whl#sha256=a3296f46f7fd79ddeb0a89eba6de076788dcaeae4dfd94e29123c79cfb58c1a9 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/96/51/59d174a2e7211649886f137c50e4c0bf5f4ee853674411c128cf3f1a46cc/infi.clickhouse_orm-0.9.8.tar.gz#sha256=9ee8fcc30b34ebbe63dffb3c5f83b329cbf93527fe4d8f4b09a25bc67564b5ba (from https://pypi.org/simple/infi-clickhouse-orm/), version: 0.9.8
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/16/1f/e3aeae17913ec323832acc5668ecfba2b7b3a8f9fb87a4c9b521bbcf6d25/infi.clickhouse_orm-1.0.0-py2-none-any.whl#sha256=e65442dec07d25390e27a45cbaac605c924d61fe1a6a22c15b0beefa1d4ba486 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/1e/59/971e5ce79f0f9e4ef5dc39bb338c015e03ba1b423d1552f3406a812bcc76/infi.clickhouse_orm-1.0.0.tar.gz#sha256=bc91bbeaf9f37a2f2bca428b175d8849bb564332df0ca4c4261e4e43bcd61a37 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.0.0
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/4a/93/e694953d7fa14d0a687a63c15d48e9c6a65d769c6bb74bb2405b8615cf61/infi.clickhouse_orm-1.0.1-py2-none-any.whl#sha256=c444433513ec9aac7b3fe0d3f80961d900c6d6c3825dfddada0ca35cee66e6d5 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/9c/77/9c2d2fda8a29ee51f3a5e6855d9d0eace74b7d02ee93e2ee587146897c0a/infi.clickhouse_orm-1.0.1.tar.gz#sha256=dae5e6350ac8623ac6d964da193eac97ff448dd8e97227bcafe3561f40fa1d74 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.0.1
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/da/f3/6f1adfeb95e94b7f4ab055cfc116dd1610dd2fb712f60f6707c851474ff1/infi.clickhouse_orm-1.0.2-py2-none-any.whl#sha256=91af20b7490d632d7cd81f85ab876e2832b1e4eb4a5d17613b89472fcb649072 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/e9/18/53606dd2e9a78c5fb48a37f1d106ead834a98d22dce0c7db337559684da4/infi.clickhouse_orm-1.0.2.tar.gz#sha256=d3a9a0e932d113c61306ca5384f1e517fc61ea207298b58bb588f21b2df98e76 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.0.2
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/89/86/a97e20fbf6715f25d9cecc164ea6506dc0c431d7961a3697946bed8128d1/infi.clickhouse_orm-1.0.3-py2-none-any.whl#sha256=51c1a991b585b367ab3c4da82f8fc5a02183110912fe2974dac46f37d7bc7960 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/cb/ef/462f467e65c9706459bb6ee75921c7030ccf7b8de539465564bc33b93470/infi.clickhouse_orm-1.0.3.tar.gz#sha256=9e7f47b75eb2cda5045ba2b4d54a2d40547e25f242ff204540245644bef09315 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.0.3
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/52/ef/d0a1d8bdbc89d1da0b84e58e4e5aed4f8abb766901331778907e503d8af4/infi.clickhouse_orm-1.0.4-py2-none-any.whl#sha256=7c355e06c0f91c94bd45e4f24c7f7af89ac7abf62e624c748deed5062647fa94 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/bb/80/71a95739a42681b2b46ca4ea76c3dab8b6a0f081c6f2136f8e05fc1eb7ec/infi.clickhouse_orm-1.0.4.tar.gz#sha256=57860d53a1a8d60a0841a7d4779cd7ea7691b804e886c1fed12c76e664c12e5b (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.0.4
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/2d/65/bb84315e7f240feb12770f158a92ede4f3f509de8f8d220eb02091d8db70/infi.clickhouse_orm-1.1.0-py2-none-any.whl#sha256=8e36f8b03c8ae1381c3253eaa14a93e9e5901fdfd1355e10b980534c12630a12 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/4d/42/41a56280c3dffeea11eabf712502f2387a1806dd5f8f224c04bccfc84011/infi.clickhouse_orm-1.1.0.tar.gz#sha256=fada5c4dc8af1b5209d0f9a94d46afe4a5b270d49cfd1290e0d2e807670cdbcf (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.1.0
    Skipping link: none of the wheel's tags match: py2-none-any: https://files.pythonhosted.org/packages/8e/72/0d9fedcc142f304680eeb7ffb6dd779df1634a4d2c38ff7f29a33747a75b/infi.clickhouse_orm-1.2.0-py2-none-any.whl#sha256=b786b24c9cce69be070be1354798b346ea48137e326e1a7fafbbd0b7b4b63e21 (from https://pypi.org/simple/infi-clickhouse-orm/)
    Found link https://files.pythonhosted.org/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz#sha256=abb4b79eee64fbed10c0158448013448c6490b4c8d2d0a4861f820113ce0cc20 (from https://pypi.org/simple/infi-clickhouse-orm/), version: 1.2.0
  Checked 1 links for project 'infi-clickhouse-orm' against 1 hashes (0 matches, 0 no digest): discarding no candidates
  Using version 1.2.0 (newest of versions: 1.2.0)
  Created temporary directory: /private/var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pip-unpack-5exu2v4e
  Looking up "https://files.pythonhosted.org/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz" in the cache
  Current age based on date: 88619
  Ignoring unknown cache-control directive: immutable
  Freshness lifetime from max-age: 365000000
  The response is "fresh", returning cached response
  365000000 > 88619
  Using cached https://files.pythonhosted.org/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz
  Downloading from URL https://files.pythonhosted.org/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz#sha256=abb4b79eee64fbed10c0158448013448c6490b4c8d2d0a4861f820113ce0cc20 (from https://pypi.org/simple/infi-clickhouse-orm/)
Cleaning up...
Removed build tracker '/private/var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pip-req-tracker-335hpt3w'
Exception information:
Traceback (most recent call last):
  File "/Users/myrik/.local/share/virtualenvs/esentai-e7Q7McuI/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 188, in main
    status = self.run(options, args)
  File "/Users/myrik/.local/share/virtualenvs/esentai-e7Q7McuI/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 345, in run
    resolver.resolve(requirement_set)
  File "/Users/myrik/.local/share/virtualenvs/esentai-e7Q7McuI/lib/python3.7/site-packages/pip/_internal/legacy_resolve.py", line 203, in resolve
    raise hash_errors
pip._internal.exceptions.HashErrors: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
    infi-clickhouse-orm==1.2.0 from https://files.pythonhosted.org/packages/fa/b7/59d77ed94fc2a59a69b3bc92506887725e40229c0704858d0fe4aa4840a2/infi.clickhouse_orm-1.2.0.tar.gz#sha256=abb4b79eee64fbed10c0158448013448c6490b4c8d2d0a4861f820113ce0cc20 (from -r /var/folders/3k/xc9gn0pd0p113f4k7k_c_60r0000gn/T/pipenv-kwdq9z6v-requirements/pipenv-6g6h7yyh-requirement.txt (line 1)):
        Expected sha256 b786b24c9cce69be070be1354798b346ea48137e326e1a7fafbbd0b7b4b63e21
             Got        abb4b79eee64fbed10c0158448013448c6490b4c8d2d0a4861f820113ce0cc20