Git Product home page Git Product logo

Comments (8)

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

P.S.
Do you think I could work the Windows 7 problem by using the same commands on your linux installation tutorial but on chocolatey with Cmder?
https://superuser.com/questions/947220/how-to-install-packages-apt-get-install-in-windows

from face_recognition.

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

I figured out the solution to the problem I presented!!
I'll write here the lines needed to fix it so other people like me will finally be able to use this,
write these lines instead of installing cmake, I did it right after installing git:

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo apt-get update
sudo apt-get install cmake
sudo apt-get upgrade

from face_recognition.

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

Also I am still experiencing problems...
I can't import dlib with the error Illegal instruction (core dumped) ...
nor can I import face_recognition it says theres no scipy module...

from face_recognition.

ageitgey avatar ageitgey commented on May 3, 2024

The solution for the Illegal Instruction issue is covered here in the README:

https://github.com/ageitgey/face_recognition#issue-illegal-instruction-core-dumped-when-using-face_recognition-or-running-examples

So please make that change and recompile dlib to fix that first problem.

Second, scipy is a dependency of face_recognition, so I'm not sure how you were able to install face_recognition without first installing scipy. But you should be able to install scipy just by running pip3 install scipy (or if you are using python 2.x, pip2 install scipy).

from face_recognition.

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

I changed that line in the file and it still has the same result error Illegal instruction (core dumped).

The scipy issue I fixed

from face_recognition.

ageitgey avatar ageitgey commented on May 3, 2024

Did you recompile and reinstall dlib after making the change?

from face_recognition.

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

Yes the same error popped up when I changed the line after starting the machine from it's clean state (before any compiling and installation) and then compiling and installing.

from face_recognition.

MauroMombelli avatar MauroMombelli commented on May 3, 2024

arch linux as similar issue:

Found PythonLibs: /usr/lib64/libpython3.6m.so (found suitable version "3.6.0", minimum required is "3.4")

this seems more an error on how dlib package is made, but i have no experience to where to look at.

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.