Can someone please help me? I'm not sure what I am doing. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

14th Nov 2019, 9:01 PM
Arketa
19 Answers
+ 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.
14th Nov 2019, 9:29 PM
Arketa
+ 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
15th Nov 2019, 12:10 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 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 ?
15th Nov 2019, 12:26 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 4
Keep breathin,breathin
15th Nov 2019, 10:31 AM
Janmejay Kumar Upadhyay
Janmejay Kumar Upadhyay - avatar
+ 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
15th Nov 2019, 12:58 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 1
How do I know what packages it conflicts with and how do I move them?
15th Nov 2019, 12:12 AM
Arketa
+ 1
Error code is not complete, delete your last post and share the other half of the error
15th Nov 2019, 12:38 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 1
It says you have to install cmake first, try running: pip3 install cmake And then retry the installation
15th Nov 2019, 12:44 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 1
This is what I got after installing cmake then retrying dlib
15th Nov 2019, 12:52 AM
Arketa
+ 1
Alright thanks big help. Will let you know if solved.
15th Nov 2019, 1:03 AM
Arketa
15th Nov 2019, 3:48 AM
west west
+ 1
Aymane Boukrouh [Unavailable] Okay. It does seem reasonable to not update both posts. Especially when it is that level of difficulty.
16th Nov 2019, 1:37 PM
DMon
DMon - avatar
+ 1
Buy an Note book And Write everything You have Learned for train
16th Nov 2019, 2:24 PM
Meer Baloch
Meer Baloch - avatar
+ 1
gust chaos
16th Nov 2019, 8:39 PM
Yahya Nasser
Yahya Nasser - avatar
+ 1
done
16th Nov 2019, 8:39 PM
Yahya Nasser
Yahya Nasser - avatar
0
Hail Stackoverflow !
16th Nov 2019, 2:51 AM
Ajit Kumar
Ajit Kumar - avatar
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.
16th Nov 2019, 1:21 PM
DMon
DMon - avatar
0
DMon they already know, but none of the solutions in stackoverflow worked for them
16th Nov 2019, 1:31 PM
Aymane Boukrouh
Aymane Boukrouh - avatar