Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segmentation fault (core dumped) when import torch_sparse #228

Closed
daeunni opened this issue Apr 30, 2022 · 7 comments
Closed

segmentation fault (core dumped) when import torch_sparse #228

daeunni opened this issue Apr 30, 2022 · 7 comments
Labels

Comments

@daeunni
Copy link

daeunni commented Apr 30, 2022

Hi,
i occured segmentation fault(core dumped) error when import torch_sparse.
Why this error occured?
image

My version is ..

torch : 1.9.0+cu111
cuda : 11.4 

I installed torch-sparse using this
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-1.9.0+cu111.html

@rusty1s
Copy link
Owner

rusty1s commented May 2, 2022

Can you show me the installation log when running

pip uninstall torch-scatter torch-sparse
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-1.9.0+cu111.html

Does the same error happen when importing torch_scatter? Does a manual installation of the packages work?

pip uninstall torch-scatter torch-sparse
pip install torch-scatter torch-sparse

@github-actions
Copy link

This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?

@TurgayPamuklu
Copy link

Hi,
I have a similar problem. After I update my libraries, I start to get "(interrupted by signal 11: SIGSEGV)" when I import "from torch_scatter import scatter_sum".
I uninstall/reinstall but nothing is changed. The installed version of other libraries that might be related:
numpy==1.23.5
scipy==1.8.1
torch==1.13.0
torch-cluster==1.6.0
torch-geometric==2.2.0
torch-scatter==2.1.0
torch-sparse==0.6.15
torch-spline-conv==1.2.1
torchvision==0.14.0
tensorflow==2.11.0
tensorflow-estimator==2.11.0
tensorflow-io-gcs-filesystem==0.28.0
tensorflow-probability==0.19.0

@rusty1s
Copy link
Owner

rusty1s commented Dec 22, 2022

Can you share your installation log of torch-scatter with me?

@TurgayPamuklu
Copy link

TurgayPamuklu commented Dec 28, 2022

Hi rusty1s, you can find the logs below. My OS is a virtual Ubuntu 22.04.1 LTS under Hyper-V. Recently, I updated all the packages in my virtual environment. First, I will remove the libraries that I do not use anymore such as protobuf. These libraries might cause a conflict in case your library is compatible with the recent numpy/torch/tensorflow libraries. It would have been great if there was a static code checker for python projects that shows which libraries are not used anymore.
Wish a great new year.


2022-12-28T10:25:21,214 Using pip 22.3.1 from /home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/pip (python 3.10)
2022-12-28T10:25:21,214 Non-user install because user site-packages disabled
2022-12-28T10:25:21,310 Created temporary directory: /tmp/pip-build-tracker-gmiksno8
2022-12-28T10:25:21,310 Initialized build tracking at /tmp/pip-build-tracker-gmiksno8
2022-12-28T10:25:21,310 Created build tracker: /tmp/pip-build-tracker-gmiksno8
2022-12-28T10:25:21,310 Entered build tracker: /tmp/pip-build-tracker-gmiksno8
2022-12-28T10:25:21,311 Created temporary directory: /tmp/pip-install-jk68wc1w
2022-12-28T10:25:21,311 Created temporary directory: /tmp/pip-ephem-wheel-cache-vuu4bfw2
2022-12-28T10:25:21,321 1 location(s) to search for versions of torch-scatter:
2022-12-28T10:25:21,321 * https://pypi.org/simple/torch-scatter/
2022-12-28T10:25:21,321 Fetching project page and analyzing links: https://pypi.org/simple/torch-scatter/
2022-12-28T10:25:21,321 Getting page https://pypi.org/simple/torch-scatter/
2022-12-28T10:25:21,321 Found index url https://pypi.org/simple
2022-12-28T10:25:21,391 Fetched page https://pypi.org/simple/torch-scatter/ as application/vnd.pypi.simple.v1+json
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/29/96/566ac314e796d4b07209a3b88cc7a8d2e8582d55819e33f72e6c0e8d8216/torch_scatter-0.3.0.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 0.3.0
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/6a/b0/ecffacddf573c147c70c6e43ce05d24f007155ce3fb436959d3d2a24da46/torch_scatter-1.0.2.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.0.2
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/08/09/07b106f3e74246f4ecf6517013a053b6dd7486c4f889d81f39adc662431f/torch_scatter-1.0.3.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.0.3
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/2d/70/df2bc259d9606f00854ca43b6839f9047ec44900563435e0067584c93864/torch_scatter-1.0.4.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.0.4
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/2f/97/c50a6aeaedc6924180c6f5810d2a7405ce11aa9b82ba4284badad549d665/torch_scatter-1.1.0.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.1.0
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/91/5f/eb1d3ef3810cb1165859d40db4d9ee6d7f1dfef97d7e5c34010055f43d95/torch_scatter-1.1.1.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.1.1
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/d4/83/67eeea00c2db1959e2ff95d8680dbd756977bfab254bda8658f09dc3bc11/torch_scatter-1.1.2.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.1.2
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/07/c0/f7ac424496f4a3bcb31aa993fba29077a6d42fc2624c66e90b58a566a98e/torch_scatter-1.2.0.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.2.0
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/24/b7/680c3b392a4b55a0ebfb480aabb0d5c188e94bb21790104175c8cd614947/torch_scatter-1.3.0.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.3.0
2022-12-28T10:25:21,392   Found link https://files.pythonhosted.org/packages/35/d4/750403a8aa32cdb3d2d05849c6a10e4e0604de5e0cc94b81a0d0d69a75f3/torch_scatter-1.3.1.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.3.1
2022-12-28T10:25:21,393   Found link https://files.pythonhosted.org/packages/30/d9/1d5fd4d183dabd9e0a1f7008ecf83318432359f4cc27480e3f2212f44d9c/torch_scatter-1.3.2.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.3.2
2022-12-28T10:25:21,393   Found link https://files.pythonhosted.org/packages/b8/c3/8bad887ffa55c86f120ef5ae252dc0e357b3bd956d9fbf45242bacc46290/torch_scatter-1.4.0.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 1.4.0
2022-12-28T10:25:21,393   Found link https://files.pythonhosted.org/packages/28/f7/fa4e61587169924203a32416f7835939fdd79994eaa429b4f8ef8f0e07e2/torch_scatter-2.0.2.tar.gz (from https://pypi.org/simple/torch-scatter/), version: 2.0.2
2022-12-28T10:25:21,393   Found link https://files.pythonhosted.org/packages/36/2a/ef3d841ec577e2231662ef86af983c6c7c7d509a0e1d9f12949d0218b492/torch_scatter-2.0.3.tar.gz (from https://pypi.org/simple/torch-scatter/) (requires-python:>=3.6), version: 2.0.3
2022-12-28T10:25:21,393   Found link https://files.pythonhosted.org/packages/98/a9/47cd92673b6ba251240d587815c763baac2099b07bb76fecdb3b7ae5cece/torch_scatter-2.0.4.tar.gz (from https://pypi.org/simple/torch-scatter/) (requires-python:>=3.6), version: 2.0.4
2022-12-28T10:25:21,393   Found link https://files.pythonhosted.org/packages/01/45/cd93ed3227248773ba8bc4b3beaa04e8bddb127a793a41bad875369951b3/torch_scatter-2.0.5.tar.gz (from https://pypi.org/simple/torch-scatter/) (requires-python:>=3.6), version: 2.0.5
2022-12-28T10:25:21,393   Found link https://files.pythonhosted.org/packages/91/26/f2f0767a0e72c38d5d17f53117deb8aaafaf58f4ad658cee56cd5158c979/torch_scatter-2.0.6.tar.gz (from https://pypi.org/simple/torch-scatter/) (requires-python:>=3.6), version: 2.0.6
2022-12-28T10:25:21,393   Found link https://files.pythonhosted.org/packages/fa/d1/0bade0c3b9222710528de0458ad48407dab46efd7ad3d4fd1be82b68ac2b/torch_scatter-2.0.7.tar.gz (from https://pypi.org/simple/torch-scatter/) (requires-python:>=3.6), version: 2.0.7
2022-12-28T10:25:21,394   Found link https://files.pythonhosted.org/packages/a9/f0/cc0249cc963e50ea6d00f06a1930f84beebe37cf5ca83fbb50169d7e715a/torch_scatter-2.0.8.tar.gz (from https://pypi.org/simple/torch-scatter/) (requires-python:>=3.6), version: 2.0.8
2022-12-28T10:25:21,394   Found link https://files.pythonhosted.org/packages/1b/a0/6e44e887eb7fff78a9642035fe9662fc22c850a377369a52f308dd553104/torch_scatter-2.0.9.tar.gz (from https://pypi.org/simple/torch-scatter/) (requires-python:>=3.6), version: 2.0.9
2022-12-28T10:25:21,394   Found link https://files.pythonhosted.org/packages/49/f6/2407e1618ec03952a5fe7ebd6e6f7598ede1201ae8b12a96f85f8a03e81e/torch_scatter-2.1.0.tar.gz (from https://pypi.org/simple/torch-scatter/) (requires-python:>=3.7), version: 2.1.0
2022-12-28T10:25:21,394 Skipping link: not a file: https://pypi.org/simple/torch-scatter/
2022-12-28T10:25:21,399 Given no hashes to check 21 links for project 'torch-scatter': discarding no candidates
2022-12-28T10:25:21,405 Using cached wheel link: file:///home/pamuklu/.cache/pip/wheels/54/29/af/cc2f5a40b96cb99ac8e6eed2a9275579b2ecaebddac8fc0bde/torch_scatter-2.1.0-cp310-cp310-linux_x86_64.whl
2022-12-28T10:25:21,405 Collecting torch-scatter
2022-12-28T10:25:21,405   Using cached torch_scatter-2.1.0-cp310-cp310-linux_x86_64.whl
2022-12-28T10:25:21,409   Added torch-scatter from file:///home/pamuklu/.cache/pip/wheels/54/29/af/cc2f5a40b96cb99ac8e6eed2a9275579b2ecaebddac8fc0bde/torch_scatter-2.1.0-cp310-cp310-linux_x86_64.whl to build tracker '/tmp/pip-build-tracker-gmiksno8'
2022-12-28T10:25:21,409   Removed torch-scatter from file:///home/pamuklu/.cache/pip/wheels/54/29/af/cc2f5a40b96cb99ac8e6eed2a9275579b2ecaebddac8fc0bde/torch_scatter-2.1.0-cp310-cp310-linux_x86_64.whl from build tracker '/tmp/pip-build-tracker-gmiksno8'
2022-12-28T10:25:21,411 1 location(s) to search for versions of torch-sparse:
2022-12-28T10:25:21,411 * https://pypi.org/simple/torch-sparse/
2022-12-28T10:25:21,411 Fetching project page and analyzing links: https://pypi.org/simple/torch-sparse/
2022-12-28T10:25:21,412 Getting page https://pypi.org/simple/torch-sparse/
2022-12-28T10:25:21,412 Found index url https://pypi.org/simple
2022-12-28T10:25:21,449 Fetched page https://pypi.org/simple/torch-sparse/ as application/vnd.pypi.simple.v1+json
2022-12-28T10:25:21,450   Found link https://files.pythonhosted.org/packages/21/a6/af5865f7bc2dc45ea789ebb35bdf5d84c05e140d7d2ec7e5823d24db176f/torch_sparse-0.1.0.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.1.0
2022-12-28T10:25:21,450   Found link https://files.pythonhosted.org/packages/02/4f/89bcb156022a3960c4db852915c64ea78b4e993e0f8d7a83e60e6819fc11/torch_sparse-0.2.0.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.2.0
2022-12-28T10:25:21,450   Found link https://files.pythonhosted.org/packages/8f/41/98db80cc9d9345c76445393661ce4dd3e08fc46fb17028e7706612063e4d/torch_sparse-0.2.1.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.2.1
2022-12-28T10:25:21,450   Found link https://files.pythonhosted.org/packages/73/5b/5b7b6c66148afaa5e2ed8a3e18e109361957d28e67032d92cb282d173f32/torch_sparse-0.2.2.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.2.2
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/43/2a/bb2ead5b33c6932937c6c74199ebecd72bd4b3ab224842a50366e5b2af4a/torch_sparse-0.2.3.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.2.3
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/73/72/e374662f6f47d9ac0e082a6d5c18d14e15c52863e89c6bc6957a0d2ed026/torch_sparse-0.2.4.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.2.4
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/b0/0a/2ff678e0d04e524dd2cf990a6202ced8c0ffe3fe6b08e02f25cc9fd27da0/torch_sparse-0.4.0.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.4.0
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/c7/3e/aa5449787910283d846a7c739899ccf8c53c914f8a7aee7bc500a32dc091/torch_sparse-0.4.1.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.4.1
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/7d/c5/1f73917168aa9816f41e0696f266fa07d0ebfe8d25c3e63a0f08440534b9/torch_sparse-0.4.2.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.4.2
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/08/4e/a268613fa6a92ffbc65b89e66fc8be5590801937185007f0f7bcb75ea21f/torch_sparse-0.4.3.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.4.3
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/0e/bf/6242893c898621e7e4756e1ad298e903df6dfae208aec1c32adf8cfd1f7f/torch_sparse-0.4.4.tar.gz (from https://pypi.org/simple/torch-sparse/), version: 0.4.4
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/92/80/7137d14dac46d515373d8b3eb47e2565ecfd646ba8658a6a6a1c24e49a2c/torch_sparse-0.5.1.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.5.1
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/11/17/03bd3a1f056d971e498bd1ad818bbde3dd5409c845ed2ce76186fec65dd2/torch_sparse-0.6.0.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.0
2022-12-28T10:25:21,451   Found link https://files.pythonhosted.org/packages/12/9e/66247cbc250e746d06de35c6eb226ec39f4cb4be46adf6ee27527915910b/torch_sparse-0.6.1.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.1
2022-12-28T10:25:21,452   Found link https://files.pythonhosted.org/packages/dc/65/ee198eae5c517cfc6d05473bf4ec8593830dc61446ffd65fdb7cd3b469ce/torch_sparse-0.6.3.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.3
2022-12-28T10:25:21,452   Found link https://files.pythonhosted.org/packages/92/d4/7261b5ee3ff529ac3652fda2ad9757c0fb3cde514014a9c26fe71bad38e9/torch_sparse-0.6.4.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.4
2022-12-28T10:25:21,452   Found link https://files.pythonhosted.org/packages/18/0d/a0ab465c6fd30318e8ce2c121424fb09573e46eb16231e6fedb6ddd953f5/torch_sparse-0.6.5.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.5
2022-12-28T10:25:21,452   Found link https://files.pythonhosted.org/packages/db/d1/968436c29959c321740ee95f781c961f12b2d23f0ecdbdaaf3ccf64ddc94/torch_sparse-0.6.6.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.6
2022-12-28T10:25:21,452   Found link https://files.pythonhosted.org/packages/ce/c0/f5ccc280629765cf1e97b601426cad6170d00603cf9836ba52f85d44ac27/torch_sparse-0.6.7.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.7
2022-12-28T10:25:21,452   Found link https://files.pythonhosted.org/packages/3c/dd/f34dce6512a3922948c3ac0cf50cceb2eeafeedd34a278d502eb77d07dc0/torch_sparse-0.6.8.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.8
2022-12-28T10:25:21,453   Found link https://files.pythonhosted.org/packages/9a/86/699eb78ea7ce259da7f9953858ec2a064e4e5f5e6bf7de53aa6c8bb8b9a8/torch_sparse-0.6.9.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.9
2022-12-28T10:25:21,453   Found link https://files.pythonhosted.org/packages/c7/49/c97315cd579a19d4e575ca06dd8f79f43c00c9c38658fbe91116cd7909dd/torch_sparse-0.6.10.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.10
2022-12-28T10:25:21,453   Found link https://files.pythonhosted.org/packages/5a/81/f66f60ef6ce915ca54a4fcd0c97ec8a1a802312c1774caf329a866ebbf31/torch_sparse-0.6.11.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.11
2022-12-28T10:25:21,453   Found link https://files.pythonhosted.org/packages/00/40/208c5b8ae34c89403d9da648c9689465880539d95a4ad570ac9d6f301b72/torch_sparse-0.6.12.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.6), version: 0.6.12
2022-12-28T10:25:21,453   Found link https://files.pythonhosted.org/packages/ee/44/b4a1d6d7fa67309781005c0e36723dd0bd745fc1a20c9330796055953b10/torch_sparse-0.6.13.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.7), version: 0.6.13
2022-12-28T10:25:21,453   Found link https://files.pythonhosted.org/packages/ed/f0/8d198555417336fac1b56c23b50699717cfc743f5d6bd5d1ece59695aa4c/torch_sparse-0.6.14.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.7), version: 0.6.14
2022-12-28T10:25:21,454   Found link https://files.pythonhosted.org/packages/6d/79/df42a4bf93191ff44d31ba58eb3ec98a02dfb7402fac34852f864c4b3999/torch_sparse-0.6.15.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.7), version: 0.6.15
2022-12-28T10:25:21,454   Found link https://files.pythonhosted.org/packages/88/e8/9e75676a3415d438fdb354b5ee0ffac777eb447fe4924224beef7529ea43/torch_sparse-0.6.16.tar.gz (from https://pypi.org/simple/torch-sparse/) (requires-python:>=3.7), version: 0.6.16
2022-12-28T10:25:21,454 Skipping link: not a file: https://pypi.org/simple/torch-sparse/
2022-12-28T10:25:21,454 Given no hashes to check 28 links for project 'torch-sparse': discarding no candidates
2022-12-28T10:25:21,460 Collecting torch-sparse
2022-12-28T10:25:21,460   Created temporary directory: /tmp/pip-unpack-_1eqrqa0
2022-12-28T10:25:21,547   Downloading torch_sparse-0.6.16.tar.gz (208 kB)
2022-12-28T10:25:21,631   Added torch-sparse from https://files.pythonhosted.org/packages/88/e8/9e75676a3415d438fdb354b5ee0ffac777eb447fe4924224beef7529ea43/torch_sparse-0.6.16.tar.gz to build tracker '/tmp/pip-build-tracker-gmiksno8'
2022-12-28T10:25:21,631   Running setup.py (path:/tmp/pip-install-jk68wc1w/torch-sparse_4cfd046830464f848b1b2f060f20b4f3/setup.py) egg_info for package torch-sparse
2022-12-28T10:25:21,631   Created temporary directory: /tmp/pip-pip-egg-info-t5c1fmen
2022-12-28T10:25:21,631   Running command python setup.py egg_info
2022-12-28T10:25:22,855   running egg_info
2022-12-28T10:25:22,856   creating /tmp/pip-pip-egg-info-t5c1fmen/torch_sparse.egg-info
2022-12-28T10:25:22,863   writing /tmp/pip-pip-egg-info-t5c1fmen/torch_sparse.egg-info/PKG-INFO
2022-12-28T10:25:22,863   writing dependency_links to /tmp/pip-pip-egg-info-t5c1fmen/torch_sparse.egg-info/dependency_links.txt
2022-12-28T10:25:22,863   writing requirements to /tmp/pip-pip-egg-info-t5c1fmen/torch_sparse.egg-info/requires.txt
2022-12-28T10:25:22,863   writing top-level names to /tmp/pip-pip-egg-info-t5c1fmen/torch_sparse.egg-info/top_level.txt
2022-12-28T10:25:22,866   writing manifest file '/tmp/pip-pip-egg-info-t5c1fmen/torch_sparse.egg-info/SOURCES.txt'
2022-12-28T10:25:22,899   listing git files failed - pretending there aren't any
2022-12-28T10:25:22,900   reading manifest file '/tmp/pip-pip-egg-info-t5c1fmen/torch_sparse.egg-info/SOURCES.txt'
2022-12-28T10:25:22,900   reading manifest template 'MANIFEST.in'
2022-12-28T10:25:22,902   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/css'
2022-12-28T10:25:22,902   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/html'
2022-12-28T10:25:22,902   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/tests'
2022-12-28T10:25:22,903   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/examples'
2022-12-28T10:25:22,903   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/benchmark'
2022-12-28T10:25:22,903   warning: no previously-included files matching '*' found under directory 'test'
2022-12-28T10:25:22,903   warning: no previously-included files matching '*' found under directory 'benchmark'
2022-12-28T10:25:22,903   adding license file 'LICENSE'
2022-12-28T10:25:22,904   writing manifest file '/tmp/pip-pip-egg-info-t5c1fmen/torch_sparse.egg-info/SOURCES.txt'
2022-12-28T10:25:23,083   Source in /tmp/pip-install-jk68wc1w/torch-sparse_4cfd046830464f848b1b2f060f20b4f3 has version 0.6.16, which satisfies requirement torch-sparse from https://files.pythonhosted.org/packages/88/e8/9e75676a3415d438fdb354b5ee0ffac777eb447fe4924224beef7529ea43/torch_sparse-0.6.16.tar.gz
2022-12-28T10:25:23,083   Removed torch-sparse from https://files.pythonhosted.org/packages/88/e8/9e75676a3415d438fdb354b5ee0ffac777eb447fe4924224beef7529ea43/torch_sparse-0.6.16.tar.gz from build tracker '/tmp/pip-build-tracker-gmiksno8'
2022-12-28T10:25:23,087 Requirement already satisfied: scipy in /home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages (from torch-sparse) (1.8.1)
2022-12-28T10:25:23,089 Requirement already satisfied: numpy<1.25.0,>=1.17.3 in /home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages (from scipy->torch-sparse) (1.23.5)
2022-12-28T10:25:23,090 Created temporary directory: /tmp/pip-unpack-5a4yx_p9
2022-12-28T10:25:23,091 Building wheels for collected packages: torch-sparse
2022-12-28T10:25:23,092   Created temporary directory: /tmp/pip-wheel-gesscvui
2022-12-28T10:25:23,092   Destination directory: /tmp/pip-wheel-gesscvui
2022-12-28T10:25:23,092   Running command python setup.py bdist_wheel
2022-12-28T10:25:24,270   running bdist_wheel
2022-12-28T10:25:24,291   running build
2022-12-28T10:25:24,291   running build_py
2022-12-28T10:25:24,299   creating build
2022-12-28T10:25:24,299   creating build/lib.linux-x86_64-cpython-310
2022-12-28T10:25:24,299   creating build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,299   copying torch_sparse/bandwidth.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,299   copying torch_sparse/coalesce.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,299   copying torch_sparse/reduce.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,299   copying torch_sparse/eye.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,300   copying torch_sparse/spmm.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,300   copying torch_sparse/masked_select.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,300   copying torch_sparse/diag.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,300   copying torch_sparse/permute.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,300   copying torch_sparse/mul.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,300   copying torch_sparse/convert.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,300   copying torch_sparse/metis.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,300   copying torch_sparse/spspmm.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,301   copying torch_sparse/transpose.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,301   copying torch_sparse/sample.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,301   copying torch_sparse/matmul.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,301   copying torch_sparse/index_select.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,301   copying torch_sparse/storage.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,301   copying torch_sparse/utils.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,301   copying torch_sparse/testing.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,301   copying torch_sparse/cat.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,302   copying torch_sparse/add.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,302   copying torch_sparse/select.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,302   copying torch_sparse/narrow.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,302   copying torch_sparse/spadd.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,302   copying torch_sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,302   copying torch_sparse/rw.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,302   copying torch_sparse/saint.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,303   copying torch_sparse/tensor.py -> build/lib.linux-x86_64-cpython-310/torch_sparse
2022-12-28T10:25:24,303   running egg_info
2022-12-28T10:25:24,319   writing torch_sparse.egg-info/PKG-INFO
2022-12-28T10:25:24,319   writing dependency_links to torch_sparse.egg-info/dependency_links.txt
2022-12-28T10:25:24,319   writing requirements to torch_sparse.egg-info/requires.txt
2022-12-28T10:25:24,319   writing top-level names to torch_sparse.egg-info/top_level.txt
2022-12-28T10:25:24,336   listing git files failed - pretending there aren't any
2022-12-28T10:25:24,337   reading manifest file 'torch_sparse.egg-info/SOURCES.txt'
2022-12-28T10:25:24,337   reading manifest template 'MANIFEST.in'
2022-12-28T10:25:24,339   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/css'
2022-12-28T10:25:24,339   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/html'
2022-12-28T10:25:24,339   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/tests'
2022-12-28T10:25:24,340   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/examples'
2022-12-28T10:25:24,340   warning: no previously-included files matching '*' found under directory 'third_party/parallel-hashmap/benchmark'
2022-12-28T10:25:24,340   warning: no previously-included files matching '*' found under directory 'test'
2022-12-28T10:25:24,340   warning: no previously-included files matching '*' found under directory 'benchmark'
2022-12-28T10:25:24,340   adding license file 'LICENSE'
2022-12-28T10:25:24,342   writing manifest file 'torch_sparse.egg-info/SOURCES.txt'
2022-12-28T10:25:24,343   running build_ext
2022-12-28T10:25:24,352   building 'torch_sparse._rw_cpu' extension
2022-12-28T10:25:24,352   creating build/temp.linux-x86_64-cpython-310
2022-12-28T10:25:24,352   creating build/temp.linux-x86_64-cpython-310/csrc
2022-12-28T10:25:24,352   creating build/temp.linux-x86_64-cpython-310/csrc/cpu
2022-12-28T10:25:24,352   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/rw_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/rw_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_rw_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:25:42,233   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/rw.cpp -o build/temp.linux-x86_64-cpython-310/csrc/rw.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_rw_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:25:59,973   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/rw_cpu.o build/temp.linux-x86_64-cpython-310/csrc/rw.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_rw_cpu.so -s
2022-12-28T10:26:00,266   building 'torch_sparse._diag_cpu' extension
2022-12-28T10:26:00,266   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/diag_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/diag_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_diag_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:26:16,935   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/diag.cpp -o build/temp.linux-x86_64-cpython-310/csrc/diag.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_diag_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:26:34,497   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/diag_cpu.o build/temp.linux-x86_64-cpython-310/csrc/diag.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_diag_cpu.so -s
2022-12-28T10:26:34,761   building 'torch_sparse._sample_cpu' extension
2022-12-28T10:26:34,761   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/sample_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/sample_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_sample_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:26:53,089   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/sample.cpp -o build/temp.linux-x86_64-cpython-310/csrc/sample.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_sample_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:27:13,608   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/sample_cpu.o build/temp.linux-x86_64-cpython-310/csrc/sample.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_sample_cpu.so -s
2022-12-28T10:27:13,888   building 'torch_sparse._spmm_cpu' extension
2022-12-28T10:27:13,888   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/spmm_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/spmm_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_spmm_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:27:43,746   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/spmm.cpp -o build/temp.linux-x86_64-cpython-310/csrc/spmm.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_spmm_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:28:05,645   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/spmm_cpu.o build/temp.linux-x86_64-cpython-310/csrc/spmm.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_spmm_cpu.so -s
2022-12-28T10:28:05,915   building 'torch_sparse._version_cpu' extension
2022-12-28T10:28:05,915   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/version.cpp -o build/temp.linux-x86_64-cpython-310/csrc/version.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_version_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:28:14,434   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/version.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_version_cpu.so -s
2022-12-28T10:28:14,699   building 'torch_sparse._saint_cpu' extension
2022-12-28T10:28:14,699   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/saint_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/saint_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_saint_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:28:32,041   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/saint.cpp -o build/temp.linux-x86_64-cpython-310/csrc/saint.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_saint_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:28:49,945   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/saint_cpu.o build/temp.linux-x86_64-cpython-310/csrc/saint.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_saint_cpu.so -s
2022-12-28T10:28:50,205   building 'torch_sparse._neighbor_sample_cpu' extension
2022-12-28T10:28:50,205   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/neighbor_sample_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/neighbor_sample_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_neighbor_sample_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:29:13,730   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/neighbor_sample.cpp -o build/temp.linux-x86_64-cpython-310/csrc/neighbor_sample.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_neighbor_sample_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:29:33,073   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/neighbor_sample_cpu.o build/temp.linux-x86_64-cpython-310/csrc/neighbor_sample.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_neighbor_sample_cpu.so -s
2022-12-28T10:29:33,347   building 'torch_sparse._ego_sample_cpu' extension
2022-12-28T10:29:33,348   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/ego_sample_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/ego_sample_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_ego_sample_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:29:51,122   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/ego_sample.cpp -o build/temp.linux-x86_64-cpython-310/csrc/ego_sample.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_ego_sample_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:30:09,172   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/ego_sample_cpu.o build/temp.linux-x86_64-cpython-310/csrc/ego_sample.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_ego_sample_cpu.so -s
2022-12-28T10:30:09,480   building 'torch_sparse._metis_cpu' extension
2022-12-28T10:30:09,480   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/metis_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/metis_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_metis_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:30:26,755   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/metis.cpp -o build/temp.linux-x86_64-cpython-310/csrc/metis.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_metis_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:30:45,125   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/metis_cpu.o build/temp.linux-x86_64-cpython-310/csrc/metis.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_metis_cpu.so -s
2022-12-28T10:30:45,394   building 'torch_sparse._relabel_cpu' extension
2022-12-28T10:30:45,394   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/relabel_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/relabel_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_relabel_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:31:02,977   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/relabel.cpp -o build/temp.linux-x86_64-cpython-310/csrc/relabel.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_relabel_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:31:21,367   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/relabel_cpu.o build/temp.linux-x86_64-cpython-310/csrc/relabel.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_relabel_cpu.so -s
2022-12-28T10:31:21,628   building 'torch_sparse._convert_cpu' extension
2022-12-28T10:31:21,629   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/convert.cpp -o build/temp.linux-x86_64-cpython-310/csrc/convert.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_convert_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:31:40,141   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/convert_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/convert_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_convert_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:31:56,921   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/convert.o build/temp.linux-x86_64-cpython-310/csrc/cpu/convert_cpu.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_convert_cpu.so -s
2022-12-28T10:31:57,162   building 'torch_sparse._hgt_sample_cpu' extension
2022-12-28T10:31:57,162   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/cpu/hgt_sample_cpu.cpp -o build/temp.linux-x86_64-cpython-310/csrc/cpu/hgt_sample_cpu.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_hgt_sample_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:32:16,137   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DWITH_PYTHON -Icsrc -Ithird_party/parallel-hashmap -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/TH -I/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/include/THC -I/home/pamuklu/PycharmProjects/environments/env310/include -I/usr/local/include/python3.10 -c csrc/hgt_sample.cpp -o build/temp.linux-x86_64-cpython-310/csrc/hgt_sample.o -O3 -Wno-sign-compare -DAT_PARALLEL_OPENMP -fopenmp -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_hgt_sample_cpu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
2022-12-28T10:32:34,256   g++ -pthread -shared build/temp.linux-x86_64-cpython-310/csrc/cpu/hgt_sample_cpu.o build/temp.linux-x86_64-cpython-310/csrc/hgt_sample.o -L/home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_sparse/_hgt_sample_cpu.so -s
2022-12-28T10:32:34,564   /home/pamuklu/PycharmProjects/environments/env310/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
2022-12-28T10:32:34,564     warnings.warn(
2022-12-28T10:32:34,572   installing to build/bdist.linux-x86_64/wheel
2022-12-28T10:32:34,572   running install
2022-12-28T10:32:34,577   running install_lib
2022-12-28T10:32:34,585   creating build/bdist.linux-x86_64
2022-12-28T10:32:34,585   creating build/bdist.linux-x86_64/wheel
2022-12-28T10:32:34,585   creating build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,585   copying build/lib.linux-x86_64-cpython-310/torch_sparse/bandwidth.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/coalesce.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_relabel_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/reduce.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/eye.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/spmm.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/masked_select.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/diag.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/permute.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,586   copying build/lib.linux-x86_64-cpython-310/torch_sparse/mul.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,587   copying build/lib.linux-x86_64-cpython-310/torch_sparse/convert.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,587   copying build/lib.linux-x86_64-cpython-310/torch_sparse/metis.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,587   copying build/lib.linux-x86_64-cpython-310/torch_sparse/spspmm.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,587   copying build/lib.linux-x86_64-cpython-310/torch_sparse/transpose.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,587   copying build/lib.linux-x86_64-cpython-310/torch_sparse/sample.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,587   copying build/lib.linux-x86_64-cpython-310/torch_sparse/matmul.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,587   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_diag_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,587   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_spmm_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,588   copying build/lib.linux-x86_64-cpython-310/torch_sparse/index_select.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,588   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_version_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,588   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_sample_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,588   copying build/lib.linux-x86_64-cpython-310/torch_sparse/storage.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,589   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_neighbor_sample_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,589   copying build/lib.linux-x86_64-cpython-310/torch_sparse/utils.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,589   copying build/lib.linux-x86_64-cpython-310/torch_sparse/testing.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,589   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_ego_sample_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,589   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_hgt_sample_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,590   copying build/lib.linux-x86_64-cpython-310/torch_sparse/cat.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,590   copying build/lib.linux-x86_64-cpython-310/torch_sparse/add.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,590   copying build/lib.linux-x86_64-cpython-310/torch_sparse/select.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,590   copying build/lib.linux-x86_64-cpython-310/torch_sparse/narrow.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,590   copying build/lib.linux-x86_64-cpython-310/torch_sparse/spadd.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,590   copying build/lib.linux-x86_64-cpython-310/torch_sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,590   copying build/lib.linux-x86_64-cpython-310/torch_sparse/rw.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,590   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_rw_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,591   copying build/lib.linux-x86_64-cpython-310/torch_sparse/saint.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,591   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_metis_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,591   copying build/lib.linux-x86_64-cpython-310/torch_sparse/tensor.py -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,591   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_convert_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,591   copying build/lib.linux-x86_64-cpython-310/torch_sparse/_saint_cpu.so -> build/bdist.linux-x86_64/wheel/torch_sparse
2022-12-28T10:32:34,592   running install_egg_info
2022-12-28T10:32:34,600   Copying torch_sparse.egg-info to build/bdist.linux-x86_64/wheel/torch_sparse-0.6.16-py3.10.egg-info
2022-12-28T10:32:34,601   running install_scripts
2022-12-28T10:32:34,620   creating build/bdist.linux-x86_64/wheel/torch_sparse-0.6.16.dist-info/WHEEL
2022-12-28T10:32:34,620   creating '/tmp/pip-wheel-gesscvui/torch_sparse-0.6.16-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
2022-12-28T10:32:34,621   adding 'torch_sparse/__init__.py'
2022-12-28T10:32:34,627   adding 'torch_sparse/_convert_cpu.so'
2022-12-28T10:32:34,633   adding 'torch_sparse/_diag_cpu.so'
2022-12-28T10:32:34,641   adding 'torch_sparse/_ego_sample_cpu.so'
2022-12-28T10:32:34,650   adding 'torch_sparse/_hgt_sample_cpu.so'
2022-12-28T10:32:34,656   adding 'torch_sparse/_metis_cpu.so'
2022-12-28T10:32:34,670   adding 'torch_sparse/_neighbor_sample_cpu.so'
2022-12-28T10:32:34,678   adding 'torch_sparse/_relabel_cpu.so'
2022-12-28T10:32:34,684   adding 'torch_sparse/_rw_cpu.so'
2022-12-28T10:32:34,690   adding 'torch_sparse/_saint_cpu.so'
2022-12-28T10:32:34,697   adding 'torch_sparse/_sample_cpu.so'
2022-12-28T10:32:34,720   adding 'torch_sparse/_spmm_cpu.so'
2022-12-28T10:32:34,722   adding 'torch_sparse/_version_cpu.so'
2022-12-28T10:32:34,723   adding 'torch_sparse/add.py'
2022-12-28T10:32:34,723   adding 'torch_sparse/bandwidth.py'
2022-12-28T10:32:34,723   adding 'torch_sparse/cat.py'
2022-12-28T10:32:34,723   adding 'torch_sparse/coalesce.py'
2022-12-28T10:32:34,724   adding 'torch_sparse/convert.py'
2022-12-28T10:32:34,724   adding 'torch_sparse/diag.py'
2022-12-28T10:32:34,724   adding 'torch_sparse/eye.py'
2022-12-28T10:32:34,724   adding 'torch_sparse/index_select.py'
2022-12-28T10:32:34,724   adding 'torch_sparse/masked_select.py'
2022-12-28T10:32:34,725   adding 'torch_sparse/matmul.py'
2022-12-28T10:32:34,725   adding 'torch_sparse/metis.py'
2022-12-28T10:32:34,725   adding 'torch_sparse/mul.py'
2022-12-28T10:32:34,725   adding 'torch_sparse/narrow.py'
2022-12-28T10:32:34,725   adding 'torch_sparse/permute.py'
2022-12-28T10:32:34,726   adding 'torch_sparse/reduce.py'
2022-12-28T10:32:34,726   adding 'torch_sparse/rw.py'
2022-12-28T10:32:34,726   adding 'torch_sparse/saint.py'
2022-12-28T10:32:34,726   adding 'torch_sparse/sample.py'
2022-12-28T10:32:34,726   adding 'torch_sparse/select.py'
2022-12-28T10:32:34,726   adding 'torch_sparse/spadd.py'
2022-12-28T10:32:34,727   adding 'torch_sparse/spmm.py'
2022-12-28T10:32:34,727   adding 'torch_sparse/spspmm.py'
2022-12-28T10:32:34,727   adding 'torch_sparse/storage.py'
2022-12-28T10:32:34,728   adding 'torch_sparse/tensor.py'
2022-12-28T10:32:34,728   adding 'torch_sparse/testing.py'
2022-12-28T10:32:34,728   adding 'torch_sparse/transpose.py'
2022-12-28T10:32:34,728   adding 'torch_sparse/utils.py'
2022-12-28T10:32:34,729   adding 'torch_sparse-0.6.16.dist-info/LICENSE'
2022-12-28T10:32:34,729   adding 'torch_sparse-0.6.16.dist-info/METADATA'
2022-12-28T10:32:34,729   adding 'torch_sparse-0.6.16.dist-info/WHEEL'
2022-12-28T10:32:34,729   adding 'torch_sparse-0.6.16.dist-info/top_level.txt'
2022-12-28T10:32:34,730   adding 'torch_sparse-0.6.16.dist-info/RECORD'
2022-12-28T10:32:34,730   removing build/bdist.linux-x86_64/wheel
2022-12-28T10:32:34,964   Created wheel for torch-sparse: filename=torch_sparse-0.6.16-cp310-cp310-linux_x86_64.whl size=1036697 sha256=a92c4f6701c2c4f3f347c99f87923cb67dbd35724ec93c33938ac17179c979ed
2022-12-28T10:32:34,964   Stored in directory: /home/pamuklu/.cache/pip/wheels/65/32/9a/f8e18293078bbd4fcca99570ea5b2798f758d1f559d7741917
2022-12-28T10:32:34,966 Successfully built torch-sparse
2022-12-28T10:32:35,932 Installing collected packages: torch-scatter, torch-sparse


2022-12-28T10:32:36,025 Successfully installed torch-scatter-2.1.0 torch-sparse-0.6.16
2022-12-28T10:32:36,029 1 location(s) to search for versions of pip:
2022-12-28T10:32:36,029 * https://pypi.org/simple/pip/
2022-12-28T10:32:36,030 Fetching project page and analyzing links: https://pypi.org/simple/pip/
2022-12-28T10:32:36,030 Getting page https://pypi.org/simple/pip/
2022-12-28T10:32:36,030 Found index url https://pypi.org/simple
2022-12-28T10:32:36,080 Fetched page https://pypi.org/simple/pip/ as application/vnd.pypi.simple.v1+json
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.2
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.2.1
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.3
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.3.1
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz (from https://pypi.org/simple/pip/), version: 0.4
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz (from https://pypi.org/simple/pip/), version: 0.5
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.5.1
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz (from https://pypi.org/simple/pip/), version: 0.6
2022-12-28T10:32:36,088   Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.1
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.2
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.3
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz (from https://pypi.org/simple/pip/), version: 0.7
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.7.1
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.7.2
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz (from https://pypi.org/simple/pip/), version: 0.8
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.1
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.2
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.3
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz (from https://pypi.org/simple/pip/), version: 1.0
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.0.1
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.0.2
2022-12-28T10:32:36,089   Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.1
2022-12-28T10:32:36,090   Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.2
2022-12-28T10:32:36,090   Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.2.1
2022-12-28T10:32:36,090   Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz (from https://pypi.org/simple/pip/), version: 1.3
2022-12-28T10:32:36,090   Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.3.1
2022-12-28T10:32:36,090   Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz (from https://pypi.org/simple/pip/), version: 1.4
2022-12-28T10:32:36,090   Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.4.1
2022-12-28T10:32:36,090   Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz (from https://pypi.org/simple/pip/), version: 1.5
2022-12-28T10:32:36,095   Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.1
2022-12-28T10:32:36,095   Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.1
2022-12-28T10:32:36,095   Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.2
2022-12-28T10:32:36,095   Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.2
2022-12-28T10:32:36,095   Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.3
2022-12-28T10:32:36,095   Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.3
2022-12-28T10:32:36,096   Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.4
2022-12-28T10:32:36,096   Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.4
2022-12-28T10:32:36,096   Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.5
2022-12-28T10:32:36,096   Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.5
2022-12-28T10:32:36,096   Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.6
2022-12-28T10:32:36,096   Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.6
2022-12-28T10:32:36,096   Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0
2022-12-28T10:32:36,096   Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz (from https://pypi.org/simple/pip/), version: 6.0
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.1
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.1
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.2
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.2
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.3
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.3
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.4
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.4
2022-12-28T10:32:36,097   Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.5
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.5
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.6
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.6
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.7
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.7
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.8
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.8
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.1.0
2022-12-28T10:32:36,098   Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 6.1.0
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.1.1
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 6.1.1
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.0
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.0
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.1
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.1
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.2
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.2
2022-12-28T10:32:36,099   Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.3
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.3
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.0
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.0
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.1
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.1
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.2
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.2
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.0
2022-12-28T10:32:36,100   Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.0
2022-12-28T10:32:36,101   Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.1
2022-12-28T10:32:36,101   Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.1
2022-12-28T10:32:36,101   Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.2
2022-12-28T10:32:36,101   Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.2
2022-12-28T10:32:36,101   Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.3
2022-12-28T10:32:36,101   Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.3
2022-12-28T10:32:36,101   Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.0
2022-12-28T10:32:36,101   Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.0
2022-12-28T10:32:36,102   Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.1
2022-12-28T10:32:36,102   Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.1
2022-12-28T10:32:36,102   Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.2
2022-12-28T10:32:36,102   Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.2
2022-12-28T10:32:36,102   Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
2022-12-28T10:32:36,102   Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
2022-12-28T10:32:36,103   Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
2022-12-28T10:32:36,103   Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
2022-12-28T10:32:36,103   Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
2022-12-28T10:32:36,103   Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
2022-12-28T10:32:36,104   Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
2022-12-28T10:32:36,104   Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
2022-12-28T10:32:36,104   Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
2022-12-28T10:32:36,105   Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
2022-12-28T10:32:36,105   Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
2022-12-28T10:32:36,105   Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
2022-12-28T10:32:36,105   Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
2022-12-28T10:32:36,106   Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
2022-12-28T10:32:36,106   Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
2022-12-28T10:32:36,106   Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
2022-12-28T10:32:36,107   Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
2022-12-28T10:32:36,107   Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
2022-12-28T10:32:36,107   Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
2022-12-28T10:32:36,107   Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
2022-12-28T10:32:36,108   Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
2022-12-28T10:32:36,108   Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
2022-12-28T10:32:36,108   Found link https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
2022-12-28T10:32:36,109   Found link https://files.pythonhosted.org/packages/c8/89/ad7f27938e59db1f0f55ce214087460f65048626e2226531ba6cb6da15f0/pip-19.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
2022-12-28T10:32:36,109   Found link https://files.pythonhosted.org/packages/d7/41/34dd96bd33958e52cb4da2f1bf0818e396514fd4f4725a79199564cd0c20/pip-19.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
2022-12-28T10:32:36,109   Found link https://files.pythonhosted.org/packages/4c/4d/88bc9413da11702cbbace3ccc51350ae099bb351febae8acc85fec34f9af/pip-19.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
2022-12-28T10:32:36,109   Found link https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
2022-12-28T10:32:36,110   Found link https://files.pythonhosted.org/packages/36/fa/51ca4d57392e2f69397cd6e5af23da2a8d37884a605f9e3f2d3bfdc48397/pip-19.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
2022-12-28T10:32:36,110   Found link https://files.pythonhosted.org/packages/f9/fb/863012b13912709c13cf5cfdbfb304fa6c727659d6290438e1a88df9d848/pip-19.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
2022-12-28T10:32:36,110   Found link https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7/pip-19.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
2022-12-28T10:32:36,111   Found link https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
2022-12-28T10:32:36,111   Found link https://files.pythonhosted.org/packages/93/ab/f86b61bef7ab14909bd7ec3cd2178feb0a1c86d451bc9bccd5a1aedcde5f/pip-19.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
2022-12-28T10:32:36,111   Found link https://files.pythonhosted.org/packages/3a/6f/35de4f49ae5c7fdb2b64097ab195020fb48faa8ad3a85386ece6953c11b1/pip-19.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
2022-12-28T10:32:36,112   Found link https://files.pythonhosted.org/packages/41/13/b6e68eae78405af6e4e9a93319ae5bb371057786f1590b157341f7542d7d/pip-19.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
2022-12-28T10:32:36,112   Found link https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
2022-12-28T10:32:36,112   Found link https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
2022-12-28T10:32:36,113   Found link https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
2022-12-28T10:32:36,113   Found link https://files.pythonhosted.org/packages/aa/1a/62fb0b95b1572c76dbc3cc31124a8b6866cbe9139eb7659ac7349457cf7c/pip-19.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
2022-12-28T10:32:36,113   Found link https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
2022-12-28T10:32:36,114   Found link https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
2022-12-28T10:32:36,114   Found link https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185/pip-19.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
2022-12-28T10:32:36,114   Found link https://files.pythonhosted.org/packages/af/7a/5dd1e6efc894613c432ce86f1011fcc3bbd8ac07dfeae6393b7b97f1de8b/pip-19.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
2022-12-28T10:32:36,115   Found link https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
2022-12-28T10:32:36,115   Found link https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
2022-12-28T10:32:36,115   Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/60/65/16487a7c4e0f95bb3fc89c2e377be331fd496b7a9b08fd3077de7f3ae2cf/pip-20.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2022-12-28T10:32:36,115   Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/8c/5c/c18d58ab5c1a702bf670e0bd6a77cd4645e4aeca021c6118ef850895cc96/pip-20.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2022-12-28T10:32:36,115   Found link https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
2022-12-28T10:32:36,116   Found link https://files.pythonhosted.org/packages/28/af/2c76c8aa46ccdf7578b83d97a11a2d1858794d4be4a1610ade0d30182e8b/pip-20.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
2022-12-28T10:32:36,116   Found link https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
2022-12-28T10:32:36,116   Found link https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f/pip-20.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
2022-12-28T10:32:36,117   Found link https://files.pythonhosted.org/packages/ec/05/82d3fababbf462d876883ebc36f030f4fa057a563a80f5a26ee63679d9ea/pip-20.1b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
2022-12-28T10:32:36,117   Found link https://files.pythonhosted.org/packages/cd/81/c1184456fe506bd50992571c9f8581907976ce71502e36741f033e2da1f1/pip-20.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
2022-12-28T10:32:36,117   Found link https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
2022-12-28T10:32:36,117   Found link https://files.pythonhosted.org/packages/d1/05/059c78cd5d740d2299266ffa15514dad6692d4694df571bf168e2cdd98fb/pip-20.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
2022-12-28T10:32:36,118   Found link https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
2022-12-28T10:32:36,118   Found link https://files.pythonhosted.org/packages/08/25/f204a6138dade2f6757b4ae99bc3994aac28a5602c97ddb2a35e0e22fbc4/pip-20.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
2022-12-28T10:32:36,118   Found link https://files.pythonhosted.org/packages/fe/3b/0fc5e63eb277d5a50a95ce5c896f742ef243be27382303a4a44dd0197e29/pip-20.2b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
2022-12-28T10:32:36,119   Found link https://files.pythonhosted.org/packages/77/3e/6a1fd8e08a06e3e0f54182c7c937bba3f4e9cf1b26f54946d3915021ea2e/pip-20.2b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
2022-12-28T10:32:36,119   Found link https://files.pythonhosted.org/packages/36/74/38c2410d688ac7b48afa07d413674afc1f903c1c1f854de51dc8eb2367a5/pip-20.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
2022-12-28T10:32:36,119   Found link https://files.pythonhosted.org/packages/b9/27/a9007a575c8a8e80c22144fec5df3943fd304dfa791bed44a0130e984803/pip-20.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
2022-12-28T10:32:36,120   Found link https://files.pythonhosted.org/packages/bd/b1/56a834acdbe23b486dea16aaf4c27ed28eb292695b90d01dff96c96597de/pip-20.2.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1
2022-12-28T10:32:36,120   Found link https://files.pythonhosted.org/packages/68/1a/8cfcf3a8cba0dd0f125927c986b1502f2eed284c63fdfd6797ea74300ae4/pip-20.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1
2022-12-28T10:32:36,120   Found link https://files.pythonhosted.org/packages/5a/4a/39400ff9b36e719bdf8f31c99fe1fa7842a42fa77432e584f707a5080063/pip-20.2.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2
2022-12-28T10:32:36,121   Found link https://files.pythonhosted.org/packages/73/8e/7774190ac616c69194688ffce7c1b2a097749792fea42e390e7ddfdef8bc/pip-20.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2
2022-12-28T10:32:36,121   Found link https://files.pythonhosted.org/packages/4e/5f/528232275f6509b1fff703c9280e58951a81abe24640905de621c9f81839/pip-20.2.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3
2022-12-28T10:32:36,121   Found link https://files.pythonhosted.org/packages/59/64/4718738ffbc22d98b5223dbd6c5bb87c476d83a4c71719402935170064c7/pip-20.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3
2022-12-28T10:32:36,122   Found link https://files.pythonhosted.org/packages/cb/28/91f26bd088ce8e22169032100d4260614fc3da435025ff389ef1d396a433/pip-20.2.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4
2022-12-28T10:32:36,122   Found link https://files.pythonhosted.org/packages/0b/f5/be8e741434a4bf4ce5dbc235aa28ed0666178ea8986ddc10d035023744e6/pip-20.2.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4
2022-12-28T10:32:36,122   Found link https://files.pythonhosted.org/packages/fb/46/26d13ba147ba430f9cda0d0cf599a041d142a5c8b1a90ff845ebce7fba0f/pip-20.3b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1
2022-12-28T10:32:36,123   Found link https://files.pythonhosted.org/packages/7f/61/2da3c027ad7bd4bc87a3ee7e7160c93e7500dac3536e02ff93008e9b3460/pip-20.3b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1
2022-12-28T10:32:36,123   Found link https://files.pythonhosted.org/packages/55/73/bce122d1ed0217b3c1a3439ab16dfa94bbeabd0d31755fcf907493abf39b/pip-20.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3
2022-12-28T10:32:36,123   Found link https://files.pythonhosted.org/packages/03/41/6da553f689d530bc2c337d2c496a40dc9c0fdc6481e5df1f3ee3b8574479/pip-20.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3
2022-12-28T10:32:36,124   Found link https://files.pythonhosted.org/packages/ab/11/2dc62c5263d9eb322f2f028f7b56cd9d096bb8988fcf82d65fa2e4057afe/pip-20.3.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1
2022-12-28T10:32:36,124   Found link https://files.pythonhosted.org/packages/cb/5f/ae1eb8bda1cde4952bd12e468ab8a254c345a0189402bf1421457577f4f3/pip-20.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1
2022-12-28T10:32:36,124   Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/3d/0c/01014c0442830eb38d6baef0932fdcb389279ce74295350ecb9fe09e048a/pip-20.3.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2022-12-28T10:32:36,124   Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/51/63/86e147c44335b03055e58a27c791d94fff4baaf08d67852f925ab9b90240/pip-20.3.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2022-12-28T10:32:36,124   Found link https://files.pythonhosted.org/packages/54/eb/4a3642e971f404d69d4f6fa3885559d67562801b99d7592487f1ecc4e017/pip-20.3.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3
2022-12-28T10:32:36,125   Found link https://files.pythonhosted.org/packages/ca/1e/d91d7aae44d00cd5001957a1473e4e4b7d1d0f072d1af7c34b5899c9ccdf/pip-20.3.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3
2022-12-28T10:32:36,125   Found link https://files.pythonhosted.org/packages/27/79/8a850fe3496446ff0d584327ae44e7500daf6764ca1a382d2d02789accf7/pip-20.3.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4
2022-12-28T10:32:36,125   Found link https://files.pythonhosted.org/packages/53/7f/55721ad0501a9076dbc354cc8c63ffc2d6f1ef360f49ad0fbcce19d68538/pip-20.3.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4
2022-12-28T10:32:36,126   Found link https://files.pythonhosted.org/packages/de/47/58b9f3e6f611dfd17fb8bd9ed3e6f93b7ee662fb85bdfee3565e8979ddf7/pip-21.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0
2022-12-28T10:32:36,126   Found link https://files.pythonhosted.org/packages/9e/24/bc928987f35dd0167f21b13a1777c21b9c5917c9894cff93f1c1a6cb8f3b/pip-21.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0
2022-12-28T10:32:36,126   Found link https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1
2022-12-28T10:32:36,126   Found link https://files.pythonhosted.org/packages/b7/2d/ad02de84a4c9fd3b1958dc9fb72764de1aa2605a9d7e943837be6ad82337/pip-21.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1
2022-12-28T10:32:36,126   Found link https://files.pythonhosted.org/packages/ac/cf/0cc542fc93de2f3b9b53cb979c7d1118cffb93204afb46299a9f858e113f/pip-21.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1
2022-12-28T10:32:36,126   Found link https://files.pythonhosted.org/packages/de/62/77b8b1a9f9c710988e5a58c22a7cd025b63b204df57a6ea939d6d39da421/pip-21.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1
2022-12-28T10:32:36,127   Found link https://files.pythonhosted.org/packages/cd/6f/43037c7bcc8bd8ba7c9074256b1a11596daa15555808ec748048c1507f08/pip-21.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.1
2022-12-28T10:32:36,127   Found link https://files.pythonhosted.org/packages/94/b0/e10bdc8809c81796c80aa3644a8e3dc16594fb1bd68f5996929f26cad980/pip-21.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.1
2022-12-28T10:32:36,127   Found link https://files.pythonhosted.org/packages/cd/82/04e9aaf603fdbaecb4323b9e723f13c92c245f6ab2902195c53987848c78/pip-21.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.2
2022-12-28T10:32:36,127   Found link https://files.pythonhosted.org/packages/b1/44/6e26d5296b83c6aac166e48470d57a00d3ed1f642e89adc4a4e412a01643/pip-21.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.2
2022-12-28T10:32:36,127   Found link https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.3
2022-12-28T10:32:36,127   Found link https://files.pythonhosted.org/packages/4d/0c/3b63fe024414a8a48661cf04f0993d4b2b8ef92daed45636474c018cd5b7/pip-21.1.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.3
2022-12-28T10:32:36,128   Skipping link: yanked for reason: See https://github.com/pypa/pip/issues/8711: https://files.pythonhosted.org/packages/03/0f/b125bfdd145c1d018d75ce87603e7e9ff2416e742c71b5ac7deba13ca699/pip-21.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6)
2022-12-28T10:32:36,128   Skipping link: yanked for reason: See https://github.com/pypa/pip/issues/8711: https://files.pythonhosted.org/packages/9f/74/0e4d75529e8bf6e594d532a28308a5e369c3f7105e1fec2ff0bf86d478b0/pip-21.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6)
2022-12-28T10:32:36,128   Found link https://files.pythonhosted.org/packages/7c/02/9ab8b431aca1b46fcc1ac830a5870a28a12ba1abfa681904b1d2da876a86/pip-21.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.1
2022-12-28T10:32:36,128   Found link https://files.pythonhosted.org/packages/f7/ce/e359cf283c0c0f2e0af7df8f16c8d79047aa1887a00a5b39b27d8afc49e2/pip-21.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.1
2022-12-28T10:32:36,128   Found link https://files.pythonhosted.org/packages/8a/d7/f505e91e2cdea53cfcf51f4ac478a8cd64fb0bc1042629cedde20d9a6a9b/pip-21.2.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.2
2022-12-28T10:32:36,128   Found link https://files.pythonhosted.org/packages/83/37/3f344e392de7792748ee32e05d7dd6f867eb2166c21c8711280fb30e2128/pip-21.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.2
2022-12-28T10:32:36,129   Found link https://files.pythonhosted.org/packages/ca/bf/4133a0e05eac641ec270bbcef30512b5ad307d7838adb994acd652cc30e3/pip-21.2.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.3
2022-12-28T10:32:36,129   Found link https://files.pythonhosted.org/packages/e1/63/7c0e553ae0513ebf1858f08030158ff5998324013e0ba4c2e1c00b85df79/pip-21.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.3
2022-12-28T10:32:36,129   Found link https://files.pythonhosted.org/packages/ca/31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8/pip-21.2.4-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.4
2022-12-28T10:32:36,129   Found link https://files.pythonhosted.org/packages/52/e1/06c018197d8151383f66ebf6979d951995cf495629fc54149491f5d157d0/pip-21.2.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.4
2022-12-28T10:32:36,129   Found link https://files.pythonhosted.org/packages/90/a9/1ea3a69a51dcc679724e3512fc2aa1668999eed59976f749134eb02229c8/pip-21.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3
2022-12-28T10:32:36,129   Found link https://files.pythonhosted.org/packages/00/5f/d6959d6f25f202e3e68e3a53b815af42d770c829c19382d0acbf2c3e2112/pip-21.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3
2022-12-28T10:32:36,130   Found link https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3.1
2022-12-28T10:32:36,130   Found link https://files.pythonhosted.org/packages/da/f6/c83229dcc3635cdeb51874184241a9508ada15d8baa337a41093fab58011/pip-21.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3.1
2022-12-28T10:32:36,130   Found link https://files.pythonhosted.org/packages/9f/8b/a094f5da22d7abf5098205367b3296dd15b914f4232af5ca39ba6214d08c/pip-22.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0
2022-12-28T10:32:36,130   Found link https://files.pythonhosted.org/packages/4a/ca/e72b3b399d7a8cb34311aa8f52924108591c013b09f0268820afb4cd96fb/pip-22.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0
2022-12-28T10:32:36,130   Found link https://files.pythonhosted.org/packages/89/a1/2f4e58eda11e591fbfa518233378835679fc5ab766b690b3df85215014d5/pip-22.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.1
2022-12-28T10:32:36,130   Found link https://files.pythonhosted.org/packages/63/71/5686e51f06fa59da55f7e81c3101844e57434a30f4a0d7456674d1459841/pip-22.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.1
2022-12-28T10:32:36,131   Found link https://files.pythonhosted.org/packages/83/b5/df8640236faa5a3cb80bfafd68e9fb4b22578208b8398c032ccff803f9e0/pip-22.0.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.2
2022-12-28T10:32:36,131   Found link https://files.pythonhosted.org/packages/d9/c1/146b24a7648fdf3f8b4dc6521ab0b26ac151ef903bac0b63a4e1450cb4d1/pip-22.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.2
2022-12-28T10:32:36,131   Found link https://files.pythonhosted.org/packages/6a/df/a6ef77a6574781a668791419ffe366c8acd1c3cf4709d210cb53cd5ce1c2/pip-22.0.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.3
2022-12-28T10:32:36,131   Found link https://files.pythonhosted.org/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-22.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.3
2022-12-28T10:32:36,131   Found link https://files.pythonhosted.org/packages/4d/16/0a14ca596f30316efd412a60bdfac02a7259bf8673d4d917dc60b9a21812/pip-22.0.4-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.4
2022-12-28T10:32:36,132   Found link https://files.pythonhosted.org/packages/33/c9/e2164122d365d8f823213a53970fa3005eb16218edcfc56ca24cb6deba2b/pip-22.0.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.4
2022-12-28T10:32:36,132   Found link https://files.pythonhosted.org/packages/79/3a/d341ae105c8b49eac912bee40739d496ae80f9441efa7df6c68f4997bbc8/pip-22.1b1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1b1
2022-12-28T10:32:36,132   Found link https://files.pythonhosted.org/packages/a7/c0/794f22836ef3202a7ad61f0872278ee7ac62e8c7617e4c9a08f01b5e82da/pip-22.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1b1
2022-12-28T10:32:36,132   Found link https://files.pythonhosted.org/packages/f3/77/23152f90de45957b59591c34dcb39b78194eb67d088d4f8799e9aa9726c4/pip-22.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1
2022-12-28T10:32:36,132   Found link https://files.pythonhosted.org/packages/99/bb/696e256f4f445809f25efd4e4ce42ff99664dc089cafa1e097d5fec7fc33/pip-22.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1
2022-12-28T10:32:36,132   Found link https://files.pythonhosted.org/packages/9b/e6/aa8149e048eda381f2a433599be9b1f5e5e3a189636cd6cf9614aa2ff5be/pip-22.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.1
2022-12-28T10:32:36,133   Found link https://files.pythonhosted.org/packages/3e/0a/6125e67aa4d3245faeed476e4e26f190b5209f84f01efd733ac6372eb247/pip-22.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.1
2022-12-28T10:32:36,133   Found link https://files.pythonhosted.org/packages/96/2f/caec18213f6a67852f6997fb0673ae08d2e93d1b81573edb93ba4ef06970/pip-22.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.2
2022-12-28T10:32:36,133   Found link https://files.pythonhosted.org/packages/4b/b6/0fa7aa968a9fa4ef63a51b3ff0644e59f49dcd7235b3fd6cceb23f202e08/pip-22.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.2
2022-12-28T10:32:36,134   Found link https://files.pythonhosted.org/packages/9b/9e/9e0610f25e65e2cdf90b1ee9c47ca710865401904038558ac0129ea23cbc/pip-22.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2
2022-12-28T10:32:36,134   Found link https://files.pythonhosted.org/packages/cd/b6/cf07132d631444dd7ce0ed199f2327eb34e2418f1675145e5b10e1ee65cd/pip-22.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2
2022-12-28T10:32:36,134   Found link https://files.pythonhosted.org/packages/84/25/5734a44897751d8bac6822efb819acda2d969bcc1b915bbd7d48102952cb/pip-22.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.1
2022-12-28T10:32:36,134   Found link https://files.pythonhosted.org/packages/46/28/addd7e66bb3af799d35a5dcbb79407b591a7ed674f4efd2bd8f930c40821/pip-22.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.1
2022-12-28T10:32:36,134   Found link https://files.pythonhosted.org/packages/1f/2c/d9626f045e7b49a6225c6b09257861f24da78f4e5f23af2ddbdf852c99b8/pip-22.2.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.2
2022-12-28T10:32:36,134   Found link https://files.pythonhosted.org/packages/4b/30/e15b806597e67057e07a5acdc135216ccbf76a5f1681a324533b61066b0b/pip-22.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.2
2022-12-28T10:32:36,135   Found link https://files.pythonhosted.org/packages/47/ef/8b5470b5b94b36231ed9c0bde90caa71c0d4322d4a15f009b2b7f4287fe0/pip-22.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3
2022-12-28T10:32:36,135   Found link https://files.pythonhosted.org/packages/f8/08/7f92782ff571c7c7cb6c5eeb8ebbb1f68cb02bdb24e55c5de4dd9ce98bc3/pip-22.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3
2022-12-28T10:32:36,135   Found link https://files.pythonhosted.org/packages/09/bd/2410905c76ee14c62baf69e3f4aa780226c1bbfc9485731ad018e35b0cb5/pip-22.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3.1
2022-12-28T10:32:36,135   Found link https://files.pythonhosted.org/packages/a3/50/c4d2727b99052780aad92c7297465af5fe6eec2dbae490aa9763273ffdc1/pip-22.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3.1
2022-12-28T10:32:36,135 Skipping link: not a file: https://pypi.org/simple/pip/
2022-12-28T10:32:36,138 Given no hashes to check 207 links for project 'pip': discarding no candidates
2022-12-28T10:32:36,145 Remote version of pip: 22.3.1
2022-12-28T10:32:36,145 Local version of pip:  22.3.1
2022-12-28T10:32:36,146 Was pip installed by pip? True
2022-12-28T10:32:36,147 Removed build tracker: '/tmp/pip-build-tracker-gmiksno8'

@TurgayPamuklu
Copy link

TurgayPamuklu commented Dec 28, 2022

Here is the solution I found the solve the problem:
I created a new environment based on the new python 3.11 and installed the libraries from scratch, I installed the basic libraries (numpy, torch etc.) without an issue. Then when I tried to install the torch_scatter, the installation failed due to "not found Python.h" error. Then I installed the python3.11-dev which resolved that error. Now torch_scatter works fine with the latest packages.
Have a great new year.

@LinoComesana
Copy link

Can you show me the installation log when running

pip uninstall torch-scatter torch-sparse
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-1.9.0+cu111.html

Does the same error happen when importing torch_scatter? Does a manual installation of the packages work?

pip uninstall torch-scatter torch-sparse
pip install torch-scatter torch-sparse

I had the same problem with torch_scatter and this solved that. However, one phenomenon that occurred to me was during the execution of pip install torch-scatter , which results in almost an hour building the installation wheel. I do not know if this is relevant or not, but after doing pip install --upgrade pip setuptools wheel followed by pip install --upgrade pip the wheel was finally built and torch_scatter was successfully installed. I wrote this as an extra help if needed, in case somebody experiments the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants