+ 1
Can someone please help me? I'm not sure what I am doing.
I am trying to install dlib but it won't install. Not sure what I am doing wrong. Please someone help.
19 odpowiedzi
+ 5
On command prompt it says building wheel fail. But on anaconda it says there is a conflict but is struggling to fix the issue and I don't know what to do.
+ 5
Conflict means that some packages cannot be installed together, so you probably have to remove the package it conflicts with, or try to find a more specific solution on stackoverflow
+ 4
The error message should have exactly what packages conflict, it's not just some random lines that you can skip, why don't you share it here ?
+ 4
Keep breathin,breathin
+ 3
Well the error this time seems to be: NMake makesfiles doe not support platform specifications, but platform x64 was specified
Write this exact sentence in a search engine like google, and then you'll find a stackoverflow website, try to solve it using one of the methods there.
Solving an error is something you should get used it, because you're going to do it a lot, so try to read the error, just what stands out of course, and then look for solutions online
+ 1
How do I know what packages it conflicts with and how do I move them?
+ 1
Error code is not complete, delete your last post and share the other half of the error
+ 1
It says you have to install cmake first, try running:
pip3 install cmake
And then retry the installation
+ 1
This is what I got after installing cmake then retrying dlib
+ 1
Alright thanks big help. Will let you know if solved.
+ 1
Aymane Boukrouh [Unavailable] Okay. It does seem reasonable to not update both posts. Especially when it is that level of difficulty.
+ 1
Buy an Note book And Write everything You have Learned for train
+ 1
gust chaos
+ 1
done
0
Hail Stackoverflow !
0
On lines 31-37 of the code that you posted you will find: "Generator NMake Makefiles does not support platform specification, but platform x64 was specifiedʻ. Maybe the problem is there.
0
DMon they already know, but none of the solutions in stackoverflow worked for them