2021-10-08T09:54:53,107 Created temporary directory: /tmp/pip-ephem-wheel-cache-moxep093 2021-10-08T09:54:53,113 Created temporary directory: /tmp/pip-req-tracker-w6y3w35m 2021-10-08T09:54:53,114 Initialized build tracking at /tmp/pip-req-tracker-w6y3w35m 2021-10-08T09:54:53,114 Created build tracker: /tmp/pip-req-tracker-w6y3w35m 2021-10-08T09:54:53,115 Entered build tracker: /tmp/pip-req-tracker-w6y3w35m 2021-10-08T09:54:53,116 Created temporary directory: /tmp/pip-wheel-tl9mgtrp 2021-10-08T09:54:53,182 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-08T09:54:53,186 2 location(s) to search for versions of chromedriver-autodownloader: 2021-10-08T09:54:53,186 * https://pypi.org/simple/chromedriver-autodownloader/ 2021-10-08T09:54:53,186 * https://www.piwheels.org/simple/chromedriver-autodownloader/ 2021-10-08T09:54:53,186 Fetching project page and analyzing links: https://pypi.org/simple/chromedriver-autodownloader/ 2021-10-08T09:54:53,189 Getting page https://pypi.org/simple/chromedriver-autodownloader/ 2021-10-08T09:54:53,193 Found index url https://pypi.org/simple 2021-10-08T09:54:53,535 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-08T09:54:53,536 Found link https://files.pythonhosted.org/packages/e0/f2/c4152a28be4e099be7436bdd23cbf2cd936a3dfb6d87e8378295c28fd7bb/chromedriver-autodownloader-0.1.1.tar.gz#sha256=0ffbfaaa8e1aac1d5ad60ea003fb64454d4cf19cbbc720173d2da969f1920ed0 (from https://pypi.org/simple/chromedriver-autodownloader/), version: 0.1.1 2021-10-08T09:54:53,537 Fetching project page and analyzing links: https://www.piwheels.org/simple/chromedriver-autodownloader/ 2021-10-08T09:54:53,537 Getting page https://www.piwheels.org/simple/chromedriver-autodownloader/ 2021-10-08T09:54:53,540 Found index url https://www.piwheels.org/simple 2021-10-08T09:54:53,754 Skipping link: No binaries permitted for chromedriver-autodownloader: https://www.piwheels.org/simple/chromedriver-autodownloader/chromedriver_autodownloader-0.1.0-py3-none-any.whl#sha256=c2b3f0aed9786065e9b9ced6105eb19440cc7f7c7b4502801409f0e1647866c1 (from https://www.piwheels.org/simple/chromedriver-autodownloader/) 2021-10-08T09:54:53,784 Given no hashes to check 1 links for project 'chromedriver-autodownloader': discarding no candidates 2021-10-08T09:54:53,816 Collecting chromedriver-autodownloader==0.1.1 2021-10-08T09:54:53,819 Created temporary directory: /tmp/pip-unpack-wt16thil 2021-10-08T09:54:54,034 Downloading chromedriver-autodownloader-0.1.1.tar.gz (2.7 kB) 2021-10-08T09:54:54,120 Added chromedriver-autodownloader==0.1.1 from https://files.pythonhosted.org/packages/e0/f2/c4152a28be4e099be7436bdd23cbf2cd936a3dfb6d87e8378295c28fd7bb/chromedriver-autodownloader-0.1.1.tar.gz#sha256=0ffbfaaa8e1aac1d5ad60ea003fb64454d4cf19cbbc720173d2da969f1920ed0 to build tracker '/tmp/pip-req-tracker-w6y3w35m' 2021-10-08T09:54:54,122 Running setup.py (path:/tmp/pip-wheel-tl9mgtrp/chromedriver-autodownloader_bd0ae3971a45430fbc856f241c8b73aa/setup.py) egg_info for package chromedriver-autodownloader 2021-10-08T09:54:54,123 Created temporary directory: /tmp/pip-pip-egg-info-bimczrp7 2021-10-08T09:54:54,124 Running command python setup.py egg_info 2021-10-08T09:54:56,002 # A Super Simple Automatic Chromedriver Downloader 2021-10-08T09:54:56,004 ## Installation: 2021-10-08T09:54:56,005 ```bash 2021-10-08T09:54:56,005 pip install chromedriver-autodownloader 2021-10-08T09:54:56,006 ``` 2021-10-08T09:54:56,007 ## Usage: 2021-10-08T09:54:56,008 ```python 2021-10-08T09:54:56,008 from chromedriver_autodownloader import download_chromedriver 2021-10-08T09:54:56,009 download_chromedriver() # download and extract chromedriver to current directory 2021-10-08T09:54:56,010 # or 2021-10-08T09:54:56,010 download_chromedriver(target_dir) # download and extract to spesified target directory 2021-10-08T09:54:56,011 ``` 2021-10-08T09:54:56,012 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-08T09:54:56,013 ```python 2021-10-08T09:54:56,014 download_chromedriver('helium') 2021-10-08T09:54:56,014 ``` 2021-10-08T09:54:56,048 running egg_info 2021-10-08T09:54:56,054 creating /tmp/pip-pip-egg-info-bimczrp7/chromedriver_autodownloader.egg-info 2021-10-08T09:54:56,056 writing /tmp/pip-pip-egg-info-bimczrp7/chromedriver_autodownloader.egg-info/PKG-INFO 2021-10-08T09:54:56,063 writing dependency_links to /tmp/pip-pip-egg-info-bimczrp7/chromedriver_autodownloader.egg-info/dependency_links.txt 2021-10-08T09:54:56,065 writing top-level names to /tmp/pip-pip-egg-info-bimczrp7/chromedriver_autodownloader.egg-info/top_level.txt 2021-10-08T09:54:56,067 writing requirements to /tmp/pip-pip-egg-info-bimczrp7/chromedriver_autodownloader.egg-info/requires.txt 2021-10-08T09:54:56,072 writing manifest file '/tmp/pip-pip-egg-info-bimczrp7/chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T09:54:56,437 warning: Failed to find the configured license file 'LICENSE.txt' 2021-10-08T09:54:56,439 reading manifest file '/tmp/pip-pip-egg-info-bimczrp7/chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T09:54:56,447 writing manifest file '/tmp/pip-pip-egg-info-bimczrp7/chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T09:54:56,583 Source in /tmp/pip-wheel-tl9mgtrp/chromedriver-autodownloader_bd0ae3971a45430fbc856f241c8b73aa has version 0.1.1, which satisfies requirement chromedriver-autodownloader==0.1.1 from https://files.pythonhosted.org/packages/e0/f2/c4152a28be4e099be7436bdd23cbf2cd936a3dfb6d87e8378295c28fd7bb/chromedriver-autodownloader-0.1.1.tar.gz#sha256=0ffbfaaa8e1aac1d5ad60ea003fb64454d4cf19cbbc720173d2da969f1920ed0 2021-10-08T09:54:56,585 Removed chromedriver-autodownloader==0.1.1 from https://files.pythonhosted.org/packages/e0/f2/c4152a28be4e099be7436bdd23cbf2cd936a3dfb6d87e8378295c28fd7bb/chromedriver-autodownloader-0.1.1.tar.gz#sha256=0ffbfaaa8e1aac1d5ad60ea003fb64454d4cf19cbbc720173d2da969f1920ed0 from build tracker '/tmp/pip-req-tracker-w6y3w35m' 2021-10-08T09:54:56,593 Created temporary directory: /tmp/pip-unpack-v3zkq6ye 2021-10-08T09:54:56,594 Building wheels for collected packages: chromedriver-autodownloader 2021-10-08T09:54:56,602 Created temporary directory: /tmp/pip-wheel-1sbt8lyi 2021-10-08T09:54:56,603 Building wheel for chromedriver-autodownloader (setup.py): started 2021-10-08T09:54:56,604 Destination directory: /tmp/pip-wheel-1sbt8lyi 2021-10-08T09:54:56,605 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-tl9mgtrp/chromedriver-autodownloader_bd0ae3971a45430fbc856f241c8b73aa/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-tl9mgtrp/chromedriver-autodownloader_bd0ae3971a45430fbc856f241c8b73aa/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-1sbt8lyi 2021-10-08T09:54:58,154 # A Super Simple Automatic Chromedriver Downloader 2021-10-08T09:54:58,155 ## Installation: 2021-10-08T09:54:58,156 ```bash 2021-10-08T09:54:58,156 pip install chromedriver-autodownloader 2021-10-08T09:54:58,157 ``` 2021-10-08T09:54:58,158 ## Usage: 2021-10-08T09:54:58,159 ```python 2021-10-08T09:54:58,160 from chromedriver_autodownloader import download_chromedriver 2021-10-08T09:54:58,160 download_chromedriver() # download and extract chromedriver to current directory 2021-10-08T09:54:58,161 # or 2021-10-08T09:54:58,161 download_chromedriver(target_dir) # download and extract to spesified target directory 2021-10-08T09:54:58,162 ``` 2021-10-08T09:54:58,163 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-08T09:54:58,163 ```python 2021-10-08T09:54:58,164 download_chromedriver('helium') 2021-10-08T09:54:58,164 ``` 2021-10-08T09:54:58,529 running bdist_wheel 2021-10-08T09:54:58,543 running build 2021-10-08T09:54:58,544 running build_py 2021-10-08T09:54:58,886 creating build 2021-10-08T09:54:58,886 creating build/lib 2021-10-08T09:54:58,888 creating build/lib/chromedriver_autodownloader 2021-10-08T09:54:58,891 copying chromedriver_autodownloader/chromedriver_downloader.py -> build/lib/chromedriver_autodownloader 2021-10-08T09:54:58,895 copying chromedriver_autodownloader/__init__.py -> build/lib/chromedriver_autodownloader 2021-10-08T09:54:58,906 installing to build/bdist.linux-armv7l/wheel 2021-10-08T09:54:58,906 running install 2021-10-08T09:54:58,908 running install_lib 2021-10-08T09:54:58,916 creating build/bdist.linux-armv7l 2021-10-08T09:54:58,917 creating build/bdist.linux-armv7l/wheel 2021-10-08T09:54:58,921 creating build/bdist.linux-armv7l/wheel/chromedriver_autodownloader 2021-10-08T09:54:58,923 copying build/lib/chromedriver_autodownloader/chromedriver_downloader.py -> build/bdist.linux-armv7l/wheel/chromedriver_autodownloader 2021-10-08T09:54:58,927 copying build/lib/chromedriver_autodownloader/__init__.py -> build/bdist.linux-armv7l/wheel/chromedriver_autodownloader 2021-10-08T09:54:58,931 running install_egg_info 2021-10-08T09:54:58,976 running egg_info 2021-10-08T09:54:58,977 writing requirements to chromedriver_autodownloader.egg-info/requires.txt 2021-10-08T09:54:58,980 writing top-level names to chromedriver_autodownloader.egg-info/top_level.txt 2021-10-08T09:54:58,982 writing dependency_links to chromedriver_autodownloader.egg-info/dependency_links.txt 2021-10-08T09:54:58,986 writing chromedriver_autodownloader.egg-info/PKG-INFO 2021-10-08T09:54:58,994 warning: Failed to find the configured license file 'LICENSE.txt' 2021-10-08T09:54:58,995 reading manifest file 'chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T09:54:59,004 writing manifest file 'chromedriver_autodownloader.egg-info/SOURCES.txt' 2021-10-08T09:54:59,007 Copying chromedriver_autodownloader.egg-info to build/bdist.linux-armv7l/wheel/chromedriver_autodownloader-0.1.1-py3.5.egg-info 2021-10-08T09:54:59,030 running install_scripts 2021-10-08T09:54:59,211 creating build/bdist.linux-armv7l/wheel/chromedriver_autodownloader-0.1.1.dist-info/WHEEL 2021-10-08T09:54:59,408 Building wheel for chromedriver-autodownloader (setup.py): finished with status 'done' 2021-10-08T09:54:59,412 Created wheel for chromedriver-autodownloader: filename=chromedriver_autodownloader-0.1.1-py3-none-any.whl size=4336 sha256=0049b0eb159902711fa8690b0660e5c1c7431854c9570d234af36d5da3394990 2021-10-08T09:54:59,413 Stored in directory: /tmp/pip-ephem-wheel-cache-moxep093/wheels/69/4b/26/7e40102ff4ac3e5ab655d30888cc2f9d741f82359014b50cce 2021-10-08T09:54:59,438 Successfully built chromedriver-autodownloader 2021-10-08T09:54:59,444 Removed build tracker: '/tmp/pip-req-tracker-w6y3w35m'