While setup I getting this error:

Hi,

(office_v6)indictrans@commerp:~/webapps_new/office_v6$ bench init frappe-bench && cd frappe-bench
Already using interpreter /home/indictrans/webapps_new/office_v6/bin/python
/home/indictrans/webapps_new/office_v6/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/home/indictrans/webapps_new/office_v6/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/home/indictrans/webapps_new/office_v6/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
INFO:bench.app:getting app frappe
Cloning into 'frappe'...
remote: Counting objects: 91347, done.
remote: Compressing objects: 100% (176/176), done.
remote: Total 91347 (delta 83), reused 0 (delta 0), pack-reused 91171
Receiving objects: 100% (91347/91347), 65.47 MiB | 4.79 MiB/s, done.
Resolving deltas: 100% (66873/66873), done.
Checking connectivity... done.
installing frappe
INFO:bench.app:installing frappe
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.
    python-geoip-geolite2 from https://pypi.python.org/packages/2.7/p/python-geoip-geolite2/python_geoip_geolite2-2015.0303-py2-none-any.whl#md5=b60923bf069c08d5dea0e95ad3e11cfb (from frappe==6.22.0):
        Expected md5 b60923bf069c08d5dea0e95ad3e11cfb
             Got        b4d648cd8a628571b891a1b69209079a

Traceback (most recent call last):
  File "/home/indictrans/webapps_new/office_v6/bin/bench", line 9, in <module>
    load_entry_point('bench==0.0.0', 'console_scripts', 'bench')()
  File "/home/indictrans/webapps_new/office_v6/bench-repo/bench/cli.py", line 60, in cli
    bench()
  File "/home/indictrans/webapps_new/office_v6/local/lib/python2.7/site-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/home/indictrans/webapps_new/office_v6/local/lib/python2.7/site-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/home/indictrans/webapps_new/office_v6/local/lib/python2.7/site-packages/click/core.py", line 1060, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/indictrans/webapps_new/office_v6/local/lib/python2.7/site-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/indictrans/webapps_new/office_v6/local/lib/python2.7/site-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/home/indictrans/webapps_new/office_v6/bench-repo/bench/cli.py", line 166, in init
    no_auto_update=no_auto_update, frappe_path=frappe_path, frappe_branch=frappe_branch, verbose=verbose)
  File "/home/indictrans/webapps_new/office_v6/bench-repo/bench/utils.py", line 72, in init
    get_app('frappe', frappe_path, branch=frappe_branch, bench=path, build_asset_files=False, verbose=verbose)
  File "/home/indictrans/webapps_new/office_v6/bench-repo/bench/app.py", line 54, in get_app
    install_app(app, bench=bench, verbose=verbose)
  File "/home/indictrans/webapps_new/office_v6/bench-repo/bench/app.py", line 80, in install_app
    find_links=find_links))
  File "/home/indictrans/webapps_new/office_v6/bench-repo/bench/utils.py", line 105, in exec_cmd
    raise CommandFailedError(cmd)
bench.utils.CommandFailedError: frappe-bench/env/bin/pip install -q  -e frappe-bench/apps/frappe

Looks like a pypi issue and not related to erpnext. You can try updating agian.