Giter Club home page Giter Club logo

Comments (8)

ageitgey avatar ageitgey commented on May 2, 2024

I think the issue is the file is too big for your available pip cache memory.

Can you try pip2 --no-cache-dir install face_recognition instead and see if that fixes the issue?

from face_recognition.

MS-Painter avatar MS-Painter commented on May 2, 2024

Thanks I tried it and it continued onward!
Though now I am experiencing a different error, despite already downloading cmake.
err2

from face_recognition.

ageitgey avatar ageitgey commented on May 2, 2024

This issue is not about cmake itself. It's that dlib is failing to compile because it can't find a c++ compiler on your system.

I've never compiled dlib myself on Windows, so I can't really help you unfortunately. You might check the dlib docs at http://dlib.net. It probably involves installing Visual Studio, installing boost-python, and then compiling dlib. Sorry I don't have an easier answer.

from face_recognition.

MS-Painter avatar MS-Painter commented on May 2, 2024

I have been having quite alot of trouble trying to fix it from various computers, with help from what you said...Thanks for the help though!

Also could I possibly get dlib to work it's configuration problems and all that via https://github.com/Microsoft/vcpkg
?

I also am having quite alot of trouble getting vcpkg to work too...

from face_recognition.

ageitgey avatar ageitgey commented on May 2, 2024

Like I said in the project README, I haven't tested this library on Windows at all. I've only tested it on macOS and Linux. I don't have a machine with Windows, so unfortunately I can't help. Sorry about that.

from face_recognition.

ageitgey avatar ageitgey commented on May 2, 2024

Closing this issue since the original issue in the title is fixed. But I'm sorry I don't have better advice yet for installing on Windows.

from face_recognition.

ras0219-msft avatar ras0219-msft commented on May 2, 2024

@lambaaada Could you open an issue on https://github.com/microsoft/vcpkg with your Dlib issue? We'd be happy to fix it!

from face_recognition.

Gillu13 avatar Gillu13 commented on May 2, 2024

@lambaaada Just a thought here: it seems that you already had dlib installed on your system and that it was uninstalled while using pip... As a workaround, do you think it would help (after having reinstalled dlib from where you installed it in the first place) to clone the face_recognition repo, to edit the setup.py file removing dlib from the requirements list, then run python setup.py install in a terminal?

from face_recognition.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.