Python says is 216 bits
I have a problem installing dlib in Windows 10 (x64) with Python 2.7.15 (x64).
I receive an error:
Python config failure: Python is 216-bit, chosen compiler is 64-bit
I don't know the reason why Python says it is 216 bits.
Collecting dlib
Using cached https://files.pythonhosted.org/packages/35/8d/e4ddf60452e2fb1ce3164f774e68968b3f110f1cb4cd353235d56875799e/dlib-19.16.0.tar.gz
Installing collected packages: dlib
Running setup.py install for dlib: started
Running setup.py install for dlib: finished with status 'error'
Complete output from command c:python27python.exe -u -c "import setuptools, tokenize;file='c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record c:usersCARLOSappdatalocaltemppip-record-qwail8install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
package init file 'dlib__init__.py' not found (or not a regular file)
running build_ext
Building extension for Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)]
Invoking CMake setup: 'cmake c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibtoolspython -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibbuildlib.win-amd64-2.7 -DPYTHON_EXECUTABLE=c:python27python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibbuildlib.win-amd64-2.7 -A x64'
-- Building for: Visual Studio 15 2017
-- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.17134.
-- The C compiler identification is MSVC 19.16.27025.1
-- The CXX compiler identification is MSVC 19.16.27025.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: C:/Python27/python.exe (found version "2.7.15")
CMake Error at C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/tools/FindPythonLibsNew.cmake:122 (message):
Python config failure: Python is 216-bit, chosen compiler is 64-bit
Call Stack (most recent call first):
C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/tools/pybind11Tools.cmake:16 (find_package)
C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/CMakeLists.txt:33 (include)
-- Configuring incomplete, errors occurred!
See also "C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/build/temp.win-amd64-2.7/Release/CMakeFiles/CMakeOutput.log".
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 257, in <module>
'Topic :: Software Development',
File "c:Python27libsite-packagessetuptools__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
File "c:Python27libdistutilscore.py", line 151, in setup
dist.run_commands()
File "c:Python27libdistutilsdist.py", line 953, in run_commands
self.run_command(cmd)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:Python27libsite-packagessetuptoolscommandinstall.py", line 61, in run
return orig.install.run(self)
File "c:Python27libdistutilscommandinstall.py", line 563, in run
self.run_command('build')
File "c:Python27libdistutilscmd.py", line 326, in run_command
self.distribution.run_command(command)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:Python27libdistutilscommandbuild.py", line 127, in run
self.run_command(cmd_name)
File "c:Python27libdistutilscmd.py", line 326, in run_command
self.distribution.run_command(command)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 133, in run
self.build_extension(ext)
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 170, in build_extension
subprocess.check_call(cmake_setup, cwd=build_folder)
File "c:Python27libsubprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', 'c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\tools\python', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\build\lib.win-amd64-2.7', '-DPYTHON_EXECUTABLE=c:\python27\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\build\lib.win-amd64-2.7', '-A', 'x64']' returned non-zero exit status 1
windows python
New contributor
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have a problem installing dlib in Windows 10 (x64) with Python 2.7.15 (x64).
I receive an error:
Python config failure: Python is 216-bit, chosen compiler is 64-bit
I don't know the reason why Python says it is 216 bits.
Collecting dlib
Using cached https://files.pythonhosted.org/packages/35/8d/e4ddf60452e2fb1ce3164f774e68968b3f110f1cb4cd353235d56875799e/dlib-19.16.0.tar.gz
Installing collected packages: dlib
Running setup.py install for dlib: started
Running setup.py install for dlib: finished with status 'error'
Complete output from command c:python27python.exe -u -c "import setuptools, tokenize;file='c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record c:usersCARLOSappdatalocaltemppip-record-qwail8install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
package init file 'dlib__init__.py' not found (or not a regular file)
running build_ext
Building extension for Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)]
Invoking CMake setup: 'cmake c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibtoolspython -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibbuildlib.win-amd64-2.7 -DPYTHON_EXECUTABLE=c:python27python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibbuildlib.win-amd64-2.7 -A x64'
-- Building for: Visual Studio 15 2017
-- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.17134.
-- The C compiler identification is MSVC 19.16.27025.1
-- The CXX compiler identification is MSVC 19.16.27025.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: C:/Python27/python.exe (found version "2.7.15")
CMake Error at C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/tools/FindPythonLibsNew.cmake:122 (message):
Python config failure: Python is 216-bit, chosen compiler is 64-bit
Call Stack (most recent call first):
C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/tools/pybind11Tools.cmake:16 (find_package)
C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/CMakeLists.txt:33 (include)
-- Configuring incomplete, errors occurred!
See also "C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/build/temp.win-amd64-2.7/Release/CMakeFiles/CMakeOutput.log".
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 257, in <module>
'Topic :: Software Development',
File "c:Python27libsite-packagessetuptools__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
File "c:Python27libdistutilscore.py", line 151, in setup
dist.run_commands()
File "c:Python27libdistutilsdist.py", line 953, in run_commands
self.run_command(cmd)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:Python27libsite-packagessetuptoolscommandinstall.py", line 61, in run
return orig.install.run(self)
File "c:Python27libdistutilscommandinstall.py", line 563, in run
self.run_command('build')
File "c:Python27libdistutilscmd.py", line 326, in run_command
self.distribution.run_command(command)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:Python27libdistutilscommandbuild.py", line 127, in run
self.run_command(cmd_name)
File "c:Python27libdistutilscmd.py", line 326, in run_command
self.distribution.run_command(command)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 133, in run
self.build_extension(ext)
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 170, in build_extension
subprocess.check_call(cmake_setup, cwd=build_folder)
File "c:Python27libsubprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', 'c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\tools\python', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\build\lib.win-amd64-2.7', '-DPYTHON_EXECUTABLE=c:\python27\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\build\lib.win-amd64-2.7', '-A', 'x64']' returned non-zero exit status 1
windows python
New contributor
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
You should provide the Python configuration file. (FindPythonLibsNew.cmake line 122)
– Ramhound
Jan 8 at 17:17
Where is located the configuration file?
– Nakar81
Jan 8 at 17:27
add a comment |
I have a problem installing dlib in Windows 10 (x64) with Python 2.7.15 (x64).
I receive an error:
Python config failure: Python is 216-bit, chosen compiler is 64-bit
I don't know the reason why Python says it is 216 bits.
Collecting dlib
Using cached https://files.pythonhosted.org/packages/35/8d/e4ddf60452e2fb1ce3164f774e68968b3f110f1cb4cd353235d56875799e/dlib-19.16.0.tar.gz
Installing collected packages: dlib
Running setup.py install for dlib: started
Running setup.py install for dlib: finished with status 'error'
Complete output from command c:python27python.exe -u -c "import setuptools, tokenize;file='c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record c:usersCARLOSappdatalocaltemppip-record-qwail8install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
package init file 'dlib__init__.py' not found (or not a regular file)
running build_ext
Building extension for Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)]
Invoking CMake setup: 'cmake c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibtoolspython -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibbuildlib.win-amd64-2.7 -DPYTHON_EXECUTABLE=c:python27python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibbuildlib.win-amd64-2.7 -A x64'
-- Building for: Visual Studio 15 2017
-- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.17134.
-- The C compiler identification is MSVC 19.16.27025.1
-- The CXX compiler identification is MSVC 19.16.27025.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: C:/Python27/python.exe (found version "2.7.15")
CMake Error at C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/tools/FindPythonLibsNew.cmake:122 (message):
Python config failure: Python is 216-bit, chosen compiler is 64-bit
Call Stack (most recent call first):
C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/tools/pybind11Tools.cmake:16 (find_package)
C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/CMakeLists.txt:33 (include)
-- Configuring incomplete, errors occurred!
See also "C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/build/temp.win-amd64-2.7/Release/CMakeFiles/CMakeOutput.log".
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 257, in <module>
'Topic :: Software Development',
File "c:Python27libsite-packagessetuptools__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
File "c:Python27libdistutilscore.py", line 151, in setup
dist.run_commands()
File "c:Python27libdistutilsdist.py", line 953, in run_commands
self.run_command(cmd)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:Python27libsite-packagessetuptoolscommandinstall.py", line 61, in run
return orig.install.run(self)
File "c:Python27libdistutilscommandinstall.py", line 563, in run
self.run_command('build')
File "c:Python27libdistutilscmd.py", line 326, in run_command
self.distribution.run_command(command)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:Python27libdistutilscommandbuild.py", line 127, in run
self.run_command(cmd_name)
File "c:Python27libdistutilscmd.py", line 326, in run_command
self.distribution.run_command(command)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 133, in run
self.build_extension(ext)
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 170, in build_extension
subprocess.check_call(cmake_setup, cwd=build_folder)
File "c:Python27libsubprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', 'c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\tools\python', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\build\lib.win-amd64-2.7', '-DPYTHON_EXECUTABLE=c:\python27\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\build\lib.win-amd64-2.7', '-A', 'x64']' returned non-zero exit status 1
windows python
New contributor
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have a problem installing dlib in Windows 10 (x64) with Python 2.7.15 (x64).
I receive an error:
Python config failure: Python is 216-bit, chosen compiler is 64-bit
I don't know the reason why Python says it is 216 bits.
Collecting dlib
Using cached https://files.pythonhosted.org/packages/35/8d/e4ddf60452e2fb1ce3164f774e68968b3f110f1cb4cd353235d56875799e/dlib-19.16.0.tar.gz
Installing collected packages: dlib
Running setup.py install for dlib: started
Running setup.py install for dlib: finished with status 'error'
Complete output from command c:python27python.exe -u -c "import setuptools, tokenize;file='c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record c:usersCARLOSappdatalocaltemppip-record-qwail8install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
package init file 'dlib__init__.py' not found (or not a regular file)
running build_ext
Building extension for Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)]
Invoking CMake setup: 'cmake c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibtoolspython -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibbuildlib.win-amd64-2.7 -DPYTHON_EXECUTABLE=c:python27python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibbuildlib.win-amd64-2.7 -A x64'
-- Building for: Visual Studio 15 2017
-- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.17134.
-- The C compiler identification is MSVC 19.16.27025.1
-- The CXX compiler identification is MSVC 19.16.27025.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: C:/Python27/python.exe (found version "2.7.15")
CMake Error at C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/tools/FindPythonLibsNew.cmake:122 (message):
Python config failure: Python is 216-bit, chosen compiler is 64-bit
Call Stack (most recent call first):
C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/tools/pybind11Tools.cmake:16 (find_package)
C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/dlib/external/pybind11/CMakeLists.txt:33 (include)
-- Configuring incomplete, errors occurred!
See also "C:/Users/CARLOS/AppData/Local/Temp/pip-install-ttcjss/dlib/build/temp.win-amd64-2.7/Release/CMakeFiles/CMakeOutput.log".
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 257, in <module>
'Topic :: Software Development',
File "c:Python27libsite-packagessetuptools__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
File "c:Python27libdistutilscore.py", line 151, in setup
dist.run_commands()
File "c:Python27libdistutilsdist.py", line 953, in run_commands
self.run_command(cmd)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:Python27libsite-packagessetuptoolscommandinstall.py", line 61, in run
return orig.install.run(self)
File "c:Python27libdistutilscommandinstall.py", line 563, in run
self.run_command('build')
File "c:Python27libdistutilscmd.py", line 326, in run_command
self.distribution.run_command(command)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:Python27libdistutilscommandbuild.py", line 127, in run
self.run_command(cmd_name)
File "c:Python27libdistutilscmd.py", line 326, in run_command
self.distribution.run_command(command)
File "c:Python27libdistutilsdist.py", line 972, in run_command
cmd_obj.run()
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 133, in run
self.build_extension(ext)
File "c:usersCARLOSappdatalocaltemppip-install-ttcjssdlibsetup.py", line 170, in build_extension
subprocess.check_call(cmake_setup, cwd=build_folder)
File "c:Python27libsubprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', 'c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\tools\python', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\build\lib.win-amd64-2.7', '-DPYTHON_EXECUTABLE=c:\python27\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=c:\users\CARLOS\appdata\local\temp\pip-install-ttcjss\dlib\build\lib.win-amd64-2.7', '-A', 'x64']' returned non-zero exit status 1
windows python
windows python
New contributor
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jan 8 at 16:34
cybernetic.nomad
1,326112
1,326112
New contributor
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Jan 8 at 16:08
Nakar81Nakar81
62
62
New contributor
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Nakar81 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
You should provide the Python configuration file. (FindPythonLibsNew.cmake line 122)
– Ramhound
Jan 8 at 17:17
Where is located the configuration file?
– Nakar81
Jan 8 at 17:27
add a comment |
You should provide the Python configuration file. (FindPythonLibsNew.cmake line 122)
– Ramhound
Jan 8 at 17:17
Where is located the configuration file?
– Nakar81
Jan 8 at 17:27
You should provide the Python configuration file. (FindPythonLibsNew.cmake line 122)
– Ramhound
Jan 8 at 17:17
You should provide the Python configuration file. (FindPythonLibsNew.cmake line 122)
– Ramhound
Jan 8 at 17:17
Where is located the configuration file?
– Nakar81
Jan 8 at 17:27
Where is located the configuration file?
– Nakar81
Jan 8 at 17:27
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Nakar81 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391929%2fpython-says-is-216-bits%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nakar81 is a new contributor. Be nice, and check out our Code of Conduct.
Nakar81 is a new contributor. Be nice, and check out our Code of Conduct.
Nakar81 is a new contributor. Be nice, and check out our Code of Conduct.
Nakar81 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391929%2fpython-says-is-216-bits%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You should provide the Python configuration file. (FindPythonLibsNew.cmake line 122)
– Ramhound
Jan 8 at 17:17
Where is located the configuration file?
– Nakar81
Jan 8 at 17:27