Created
March 22, 2020 19:18
-
-
Save barancev/4544d5f5cc7474443ed761b453f05d47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (venv) C:\devel\selenium>go py_install | |
| //javascript/atoms/fragments:is-displayed -> bazel-bin/javascript/atoms/fragments/is-displayed.js | |
| We are WRITING the @out value currently!!! WE ARE WRITING IT TO bazel-bin/javascript/atoms/fragments/is-displayed.js | |
| <Rake::FileTask //javascript/atoms/fragments:is-displayed => []> | |
| //javascript/webdriver/atoms:get-attribute -> bazel-bin/javascript/webdriver/atoms/get-attribute.js | |
| We are WRITING the @out value currently!!! WE ARE WRITING IT TO bazel-bin/javascript/webdriver/atoms/get-attribute.js | |
| <Rake::FileTask //javascript/webdriver/atoms:get-attribute => []> | |
| //third_party/js/selenium:webdriver_xpi -> bazel-bin/third_party/js/selenium/webdriver.xpi | |
| We are WRITING the @out value currently!!! WE ARE WRITING IT TO bazel-bin/third_party/js/selenium/webdriver.xpi | |
| <Rake::FileTask //third_party/js/selenium:webdriver_xpi => []> | |
| We are reading the @out value currently!!! It is currently set to bazel-bin/javascript/atoms/fragments/is-displayed.js | |
| <Rake::FileTask //javascript/atoms/fragments:is-displayed => []> | |
| cp bazel-bin/javascript/atoms/fragments/is-displayed.js py\selenium\webdriver\remote\isDisplayed.js | |
| We are reading the @out value currently!!! It is currently set to bazel-bin/javascript/webdriver/atoms/get-attribute.js | |
| <Rake::FileTask //javascript/webdriver/atoms:get-attribute => []> | |
| cp bazel-bin/javascript/webdriver/atoms/get-attribute.js py\selenium\webdriver\remote\getAttribute.js | |
| We are reading the @out value currently!!! It is currently set to bazel-bin/third_party/js/selenium/webdriver.xpi | |
| <Rake::FileTask //third_party/js/selenium:webdriver_xpi => []> | |
| cp bazel-bin/third_party/js/selenium/webdriver.xpi py\selenium\webdriver\firefox\ | |
| cp third_party/js/selenium/webdriver.json py\selenium\webdriver\firefox\webdriver_prefs.json | |
| cp LICENSE py/LICENSE | |
| C:\Python27\python.exe setup.py install | |
| running install | |
| running bdist_egg | |
| running egg_info | |
| writing requirements to selenium.egg-info\requires.txt | |
| writing selenium.egg-info\PKG-INFO | |
| writing top-level names to selenium.egg-info\top_level.txt | |
| writing dependency_links to selenium.egg-info\dependency_links.txt | |
| reading manifest file 'selenium.egg-info\SOURCES.txt' | |
| reading manifest template 'MANIFEST.in' | |
| warning: no files found matching 'selenium\selenium.py' | |
| writing manifest file 'selenium.egg-info\SOURCES.txt' | |
| installing library code to build\bdist.win-amd64\egg | |
| running install_lib | |
| running build_py | |
| copying selenium\webdriver\firefox\webdriver.xpi -> build\lib\selenium\webdriver\firefox | |
| error: could not delete 'build\lib\selenium\webdriver\firefox\webdriver.xpi': | |
| go aborted! | |
| Command failed with status (1): [C:\Python27\python.exe setup.py install...] | |
| C:/devel/selenium/Rakefile:630:in `block in <main>' | |
| C:/devel/selenium/Rakefile:629:in `block in <main>' | |
| Tasks: TOP => py_install => py:install | |
| (See full trace by running task with --trace) | |
| (venv) C:\devel\selenium>python --version | |
| Python 3.8.1 | |
| (venv) C:\devel\selenium> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment