-
Notifications
You must be signed in to change notification settings - Fork 280
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
Install issue MacOS (High Sierra) #2
Comments
Oh damn you are right... I published it now. Thanks for reporting this! |
Thanks. And point to v0.0.3 in package.json of this repo please. |
Just noticed :D Edit.: Currently fixing a compilation error on Linux, which you will probably run into as well. Just give me a sec. |
Yep I run on the following issue, I guess it's the same you're mentioning
|
So I believe the correct way to handle that is:
See nodejs/node-gyp#26 |
Sorry for delay issues should be fixed now. I also exported the dynamic lib (.so, on mac it's .dylib actually) instead of .a. Should be resolved now. Edit.: Could you please give me feedback if |
No problem, no it's not sufficient I am getting |
Okay thanks. I will add this. |
Thanks |
So I finally got the examples running on linux. Turns out I also had to link libx11 for the dlib gui and libpng. I have published the most recent version and updated the install instructions. On mac you will probably also have to brew install libx11 if its possible. On linux it's Sorry for all the inconvenience. |
Some progress but now failing with |
Hmm, I have added Or maybe it is sufficient to remove those flags altogether on mac. |
If it helps
|
Maybe any of these: Also found the suggestion I will setup travis CI tomorrow, to know for sure whats going on with OSX. Currently I do not have a MAC VM to test it myself. |
So I finally change to
EDIT: If I change the image to got.jpg it works, so I guess I have a issue with |
Hmm maybe upgrading libpng to the latest version helps? |
Nope, another issue I am facing in the
|
Newest version should run on OSX now. I made the mistake of linking dlib statically, thus probably the missing dependency of libblas. |
Works like a charm, thanks! |
Hello thanks for your work.
However I have some issue to install via the
npm install face-recognition
.I am getting the following error:
CMake Error: Could not create named generator Visual Studio 15 2017 Win64
I believe it is due to the latest OS based code of justadudewhohacks/npm-dlib-build@b8c17de not published on npm.
OS: MacOS High Sierra
npm version: 5.6.0
node version: 8.9.4
Can't wait to test this lib, thanks!
The text was updated successfully, but these errors were encountered: