ThoughtfulDev / EagleEye

Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Do What The F*ck You Want To Public License
4.22k stars 560 forks source link

Docker Troubles #163

Open hartpoli opened 1 year ago

hartpoli commented 1 year ago

I have some trouble when using docker for installation.

viktorashi commented 1 year ago

specifically? do you get the

#10 5.917 E: Couldn't find any package by glob 'python3.6'
#10 5.917 E: Couldn't find any package by regex 'python3.6'
#10 5.917 E: Unable to locate package python3.6-dev
#10 5.917 E: Couldn't find any package by glob 'python3.6-dev'
#10 5.917 E: Couldn't find any package by regex 'python3.6-dev'

error after the 6'th command? It might have something to do with what the docker VM's permissions are, I'm tryna figure it out as well, have you solved it btw?

CafeHelado commented 4 months ago

@viktorashi were you able to solve this ?

I am running into the same errors

viktorashi commented 4 months ago

@viktorashi were you able to solve this ?

I am running into the same errors

It's been 10 months and I honestly forgot what this is about but omma look into it when I got the time)))

evanottinger commented 4 weeks ago

@viktorashi Change the Ubuntu container version to 22.04 and change the Python version to 3.8 or higher.

viktorashi commented 4 weeks ago

@viktorashi Change the Ubuntu container version to 22.04 and change the Python version to 3.8 or higher.

still doesn't really really work, it gets about halfway in building the image and i get the

ModuleNotFoundError: No module named 'distutils.cmd'

error in the end can't find where to install that