2021-10-08T07:50:02,980 Created temporary directory: /tmp/pip-ephem-wheel-cache-tbgfkwrg 2021-10-08T07:50:02,987 Created temporary directory: /tmp/pip-req-tracker-743djw2m 2021-10-08T07:50:02,987 Initialized build tracking at /tmp/pip-req-tracker-743djw2m 2021-10-08T07:50:02,988 Created build tracker: /tmp/pip-req-tracker-743djw2m 2021-10-08T07:50:02,988 Entered build tracker: /tmp/pip-req-tracker-743djw2m 2021-10-08T07:50:02,990 Created temporary directory: /tmp/pip-wheel-_stvz7xg 2021-10-08T07:50:03,052 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-08T07:50:03,056 2 location(s) to search for versions of chromedriver-autodownloader: 2021-10-08T07:50:03,056 * https://pypi.org/simple/chromedriver-autodownloader/ 2021-10-08T07:50:03,056 * https://www.piwheels.org/simple/chromedriver-autodownloader/ 2021-10-08T07:50:03,057 Fetching project page and analyzing links: https://pypi.org/simple/chromedriver-autodownloader/ 2021-10-08T07:50:03,059 Getting page https://pypi.org/simple/chromedriver-autodownloader/ 2021-10-08T07:50:03,063 Found index url https://pypi.org/simple 2021-10-08T07:50:03,383 Found link https://files.pythonhosted.org/packages/97/dd/ec3a9be123574ee19dd67beed3b5f571dcaa963c3570a6b8241bef7a2990/chromedriver-autodownloader-0.1.0.tar.gz#sha256=d291b9333158ca4bb0166588b566445dec657666d60f2169c094b38c83a609a4 (from https://pypi.org/simple/chromedriver-autodownloader/), version: 0.1.0 2021-10-08T07:50:03,384 Fetching project page and analyzing links: https://www.piwheels.org/simple/chromedriver-autodownloader/ 2021-10-08T07:50:03,385 Getting page https://www.piwheels.org/simple/chromedriver-autodownloader/ 2021-10-08T07:50:03,388 Found index url https://www.piwheels.org/simple 2021-10-08T07:50:03,644 Given no hashes to check 1 links for project 'chromedriver-autodownloader': discarding no candidates 2021-10-08T07:50:03,677 Collecting chromedriver-autodownloader==0.1.0 2021-10-08T07:50:03,681 Created temporary directory: /tmp/pip-unpack-7py26dfo 2021-10-08T07:50:03,894 Downloading chromedriver-autodownloader-0.1.0.tar.gz (2.6 kB) 2021-10-08T07:50:03,976 Added chromedriver-autodownloader==0.1.0 from https://files.pythonhosted.org/packages/97/dd/ec3a9be123574ee19dd67beed3b5f571dcaa963c3570a6b8241bef7a2990/chromedriver-autodownloader-0.1.0.tar.gz#sha256=d291b9333158ca4bb0166588b566445dec657666d60f2169c094b38c83a609a4 to build tracker '/tmp/pip-req-tracker-743djw2m' 2021-10-08T07:50:03,979 Running setup.py (path:/tmp/pip-wheel-_stvz7xg/chromedriver-autodownloader_c01dd34a74d34236bdacdb838e1ae848/setup.py) egg_info for package chromedriver-autodownloader 2021-10-08T07:50:03,982 Created temporary directory: /tmp/pip-pip-egg-info-07b2e_lp 2021-10-08T07:50:03,983 Running command python setup.py egg_info 2021-10-08T07:50:05,976 # A Super Simple Automatic Chromedriver Downloader 2021-10-08T07:50:05,978 Usage: 2021-10-08T07:50:05,978 ```python 2021-10-08T07:50:05,979 from chromedriver_autodownloader import download_chromedriver 2021-10-08T07:50:05,980 download_chromedriver() # download and extract chromedriver to current directory 2021-10-08T07:50:05,981 # or 2021-10-08T07:50:05,981 download_chromedriver(target_dir) # download and extract to spesified target directory 2021-10-08T07:50:05,982 ``` 2021-10-08T07:50:05,984 if you use [helium](https://github.com/mherrmann/selenium-python-helium) and want to extract chromedriver to it's webdriver path you can code as below 2021-10-08T07:50:05,984 ```python 2021-10-08T07:50:05,985 download_chromedriver('helium') 2021-10-08T07:50:05,986 ``` 2021-10-08T07:50:06,020 running egg_info 2021-10-08T07:50:06,026 creating /tmp/pip-pip-egg-info-07b2e_lp/chromedriver_autodownloader.egg-info 2021-10-08T07:50:06,028 writing /tmp/pip-pip-egg-info-07b2e_lp/chromedriver_autodownloader.egg-info/PKG-INFO 2021-10-08T07:50:06,033 writing requirements to /tmp/pip-pip-egg-info-07b2e_lp/chromedriver_autodownloader.egg-info/requires.txt 2021-10-08T07:50:06,035 writing dependency_links to /tmp/pip-pip-egg-info-07b2e_lp/chromedriver_autodownloader.egg-info/dependency_links.txt 2021-10-08T07:50:06,039 writing top-level names to /tmp/pip-pip-egg-info-07b2e_lp/chromedriver_autodownloader.egg-info/top_level.txt 2021-10-08T07:50:06,043 writing manifest file '/tmp/pip-pip-egg-info-07b2e_lp/chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T07:50:06,402 warning: Failed to find the configured license file 'LICENSE.txt' 2021-10-08T07:50:06,404 reading manifest file '/tmp/pip-pip-egg-info-07b2e_lp/chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T07:50:06,412 writing manifest file '/tmp/pip-pip-egg-info-07b2e_lp/chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T07:50:06,547 Source in /tmp/pip-wheel-_stvz7xg/chromedriver-autodownloader_c01dd34a74d34236bdacdb838e1ae848 has version 0.1.0, which satisfies requirement chromedriver-autodownloader==0.1.0 from https://files.pythonhosted.org/packages/97/dd/ec3a9be123574ee19dd67beed3b5f571dcaa963c3570a6b8241bef7a2990/chromedriver-autodownloader-0.1.0.tar.gz#sha256=d291b9333158ca4bb0166588b566445dec657666d60f2169c094b38c83a609a4 2021-10-08T07:50:06,549 Removed chromedriver-autodownloader==0.1.0 from https://files.pythonhosted.org/packages/97/dd/ec3a9be123574ee19dd67beed3b5f571dcaa963c3570a6b8241bef7a2990/chromedriver-autodownloader-0.1.0.tar.gz#sha256=d291b9333158ca4bb0166588b566445dec657666d60f2169c094b38c83a609a4 from build tracker '/tmp/pip-req-tracker-743djw2m' 2021-10-08T07:50:06,558 Created temporary directory: /tmp/pip-unpack-y8djhldd 2021-10-08T07:50:06,559 Building wheels for collected packages: chromedriver-autodownloader 2021-10-08T07:50:06,568 Created temporary directory: /tmp/pip-wheel-skql0mkh 2021-10-08T07:50:06,569 Building wheel for chromedriver-autodownloader (setup.py): started 2021-10-08T07:50:06,570 Destination directory: /tmp/pip-wheel-skql0mkh 2021-10-08T07:50:06,570 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-_stvz7xg/chromedriver-autodownloader_c01dd34a74d34236bdacdb838e1ae848/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-_stvz7xg/chromedriver-autodownloader_c01dd34a74d34236bdacdb838e1ae848/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-skql0mkh 2021-10-08T07:50:08,224 # A Super Simple Automatic Chromedriver Downloader 2021-10-08T07:50:08,226 Usage: 2021-10-08T07:50:08,227 ```python 2021-10-08T07:50:08,228 from chromedriver_autodownloader import download_chromedriver 2021-10-08T07:50:08,228 download_chromedriver() # download and extract chromedriver to current directory 2021-10-08T07:50:08,229 # or 2021-10-08T07:50:08,229 download_chromedriver(target_dir) # download and extract to spesified target directory 2021-10-08T07:50:08,230 ``` 2021-10-08T07:50:08,232 if you use [helium](https://github.com/mherrmann/selenium-python-helium) and want to extract chromedriver to it's webdriver path you can code as below 2021-10-08T07:50:08,232 ```python 2021-10-08T07:50:08,233 download_chromedriver('helium') 2021-10-08T07:50:08,234 ``` 2021-10-08T07:50:08,610 running bdist_wheel 2021-10-08T07:50:08,625 running build 2021-10-08T07:50:08,626 running build_py 2021-10-08T07:50:08,965 creating build 2021-10-08T07:50:08,966 creating build/lib 2021-10-08T07:50:08,967 creating build/lib/chromedriver_autodownloader 2021-10-08T07:50:08,969 copying chromedriver_autodownloader/__init__.py -> build/lib/chromedriver_autodownloader 2021-10-08T07:50:08,973 copying chromedriver_autodownloader/chromedriver_downloader.py -> build/lib/chromedriver_autodownloader 2021-10-08T07:50:08,985 installing to build/bdist.linux-armv7l/wheel 2021-10-08T07:50:08,985 running install 2021-10-08T07:50:08,987 running install_lib 2021-10-08T07:50:08,995 creating build/bdist.linux-armv7l 2021-10-08T07:50:08,996 creating build/bdist.linux-armv7l/wheel 2021-10-08T07:50:08,999 creating build/bdist.linux-armv7l/wheel/chromedriver_autodownloader 2021-10-08T07:50:09,001 copying build/lib/chromedriver_autodownloader/__init__.py -> build/bdist.linux-armv7l/wheel/chromedriver_autodownloader 2021-10-08T07:50:09,006 copying build/lib/chromedriver_autodownloader/chromedriver_downloader.py -> build/bdist.linux-armv7l/wheel/chromedriver_autodownloader 2021-10-08T07:50:09,009 running install_egg_info 2021-10-08T07:50:09,054 running egg_info 2021-10-08T07:50:09,055 writing requirements to chromedriver_autodownloader.egg-info/requires.txt 2021-10-08T07:50:09,058 writing top-level names to chromedriver_autodownloader.egg-info/top_level.txt 2021-10-08T07:50:09,060 writing dependency_links to chromedriver_autodownloader.egg-info/dependency_links.txt 2021-10-08T07:50:09,063 writing chromedriver_autodownloader.egg-info/PKG-INFO 2021-10-08T07:50:09,071 warning: Failed to find the configured license file 'LICENSE.txt' 2021-10-08T07:50:09,073 reading manifest file 'chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T07:50:09,082 writing manifest file 'chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T07:50:09,085 Copying chromedriver_autodownloader.egg-info to build/bdist.linux-armv7l/wheel/chromedriver_autodownloader-0.1.0-py3.5.egg-info 2021-10-08T07:50:09,108 running install_scripts 2021-10-08T07:50:09,298 creating build/bdist.linux-armv7l/wheel/chromedriver_autodownloader-0.1.0.dist-info/WHEEL 2021-10-08T07:50:09,493 Building wheel for chromedriver-autodownloader (setup.py): finished with status 'done' 2021-10-08T07:50:09,497 Created wheel for chromedriver-autodownloader: filename=chromedriver_autodownloader-0.1.0-py3-none-any.whl size=4208 sha256=c2b3f0aed9786065e9b9ced6105eb19440cc7f7c7b4502801409f0e1647866c1 2021-10-08T07:50:09,498 Stored in directory: /tmp/pip-ephem-wheel-cache-tbgfkwrg/wheels/94/df/32/45ef9c0e95551ab27f7e25968305fa2ff08db4b4b245d288d3 2021-10-08T07:50:09,515 Successfully built chromedriver-autodownloader 2021-10-08T07:50:09,520 Removed build tracker: '/tmp/pip-req-tracker-743djw2m'