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

not able to install package chromedriver-installer #17

Closed
vmgustavo opened this issue Mar 11, 2019 · 4 comments
Closed

not able to install package chromedriver-installer #17

vmgustavo opened this issue Mar 11, 2019 · 4 comments

Comments

@vmgustavo
Copy link

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

@vmgustavo
Copy link
Author

I changed the requirements to use the package chromedriver-install (instead of chromedriver-installer) and it seems to work out fine locally

@MHova
Copy link

MHova commented Jun 21, 2019

I believe the root cause is this: authomatic/chromedriver_installer#9

@MHova
Copy link

MHova commented Jun 21, 2019

To add some more details to @vmgustavo's workaround, I changed chromedriver-installer==0.0.6 to chromedriver-install==1.0.3 in requirements.txt.

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
@jairovadillo
Copy link
Owner

Fixed here: 731b8cd

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

No branches or pull requests

3 participants