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

executor failed running [/bin/sh -c apt-get update && add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.6 python3.6-dev] #157

Open
Drjacky opened this issue Oct 11, 2022 · 2 comments

Comments

@Drjacky
Copy link

Drjacky commented Oct 11, 2022

#9 5.712 Get:5 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial InRelease [18.1 kB]
#9 5.862 Fetched 18.1 kB in 1s (16.4 kB/s)
#9 5.862 Reading package lists...
#9 6.699 Reading package lists...
#9 7.708 Building dependency tree...
#9 7.864 Reading state information...
#9 8.010 E: Unable to locate package python3.6
#9 8.010 E: Couldn't find any package by glob 'python3.6'
#9 8.010 E: Couldn't find any package by regex 'python3.6'
#9 8.010 E: Unable to locate package python3.6-dev
#9 8.010 E: Couldn't find any package by glob 'python3.6-dev'
#9 8.010 E: Couldn't find any package by regex 'python3.6-dev'
------
executor failed running [/bin/sh -c apt-get update && add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.6 python3.6-dev]: exit code: 100
@Drjacky
Copy link
Author

Drjacky commented Oct 12, 2022

I installed it manually: https://github.com/ThoughtfulDev/EagleEye#manual-prerequisites-installation-if-you-are-hardcore

Now, I get this:

==> How many jitters, higher is better [max 100] (default=70): 100

:: Google Reverse Image Search
==> Opening Webdriver

:: Uploading Local Known Images
==> Please agree to google's stuff in the browser
Traceback (most recent call last):
  File "/EagleEye/eagle-eye.py", line 229, in <module>
    main(skipFB=args.skipfb, FBUrls=[], jsonRep=jsonRepFile, dockerMode=aDocker, dockerName=aName)
  File "/EagleEye/eagle-eye.py", line 131, in main
    g.collectLinksLocal()
  File "/EagleEye/grabber/google.py", line 136, in collectLinksLocal
    elems = driver.find_elements_by_xpath(self.PHOTO_XPATH)[0]
AttributeError: 'WebDriver' object has no attribute 'find_elements_by_xpath'

@Drjacky
Copy link
Author

Drjacky commented Oct 12, 2022

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

1 participant