-
Notifications
You must be signed in to change notification settings - Fork 118
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
not able to install package chromedriver-installer #17
Comments
I changed the requirements to use the package chromedriver-install (instead of chromedriver-installer) and it seems to work out fine locally |
I believe the root cause is this: authomatic/chromedriver_installer#9 |
To add some more details to @vmgustavo's workaround, I changed |
MHova
pushed a commit
to MHova/pychromeless
that referenced
this issue
Jun 21, 2019
1) Change requirements.txt. See jairovadillo#17 2) Fix google.es xpath parsing. See jairovadillo#15 3) Bump recommended Lambda timeout
MHova
pushed a commit
to MHova/pychromeless
that referenced
this issue
Jun 26, 2019
1) Change requirements.txt. See jairovadillo#17 2) Fix google.es xpath parsing. See jairovadillo#15 3) Bump recommended Lambda timeout
Fixed here: 731b8cd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Somehow it is not possible to install the package chromedriver-installer, I used pip search and found another named chromedriver_installer and the error is the same.
Running setup.py install for chromedriver-installer: started Running setup.py install for chromedriver-installer: finished with status 'error'
Exception: Unable to get latest chromedriver version from https://sites.google.com/a/chromium.org/chromedriver/downloads
ERROR: Service 'lambda' failed to build: The command '/bin/sh -c pip3 install -r requirements.txt -t /var/task/lib' returned a non-zero code: 1 Makefile:23: recipe for target 'docker-run' failed make: *** [docker-run] Error 1
The text was updated successfully, but these errors were encountered: