We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
while running the sample program getting error "cannot open file version.h : No such file or directory exists" . This is the output. C:\Python27>pip install cec Collecting cec Using cached cec-0.2.5.tar.gz Installing collected packages: cec Running setup.py install for cec ... error Complete output from command c:\python27\python.exe -u -c "import setuptools , tokenize;file='c:\users\unameit\appdata\local\temp\pip-build-cfwkhz \cec\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().re place('\r\n', '\n'), file, 'exec'))" install --record c:\users\unameit\appda ta\local\temp\pip-m0b6sp-record\install-record.txt --single-version-externally-m anaged --compile: running install running build running build_ext building 'cec' extension creating build creating build\temp.win32-2.7 creating build\temp.win32-2.7\Release C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Iinclude -Ic:\python27\include -Ic:\python27\PC /Tpce c.cpp /Fobuild\temp.win32-2.7\Release\cec.obj cec.cpp c:\python27\include\libcec\cectypes.h(37) : fatal error C1083: Cannot open i nclude file: 'version.h': No such file or directory error: command 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BI N\cl.exe' failed with exit status 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while running the sample program getting error "cannot open file version.h : No such file or directory exists" .
This is the output.
C:\Python27>pip install cec
Collecting cec
Using cached cec-0.2.5.tar.gz
Installing collected packages: cec
Running setup.py install for cec ... error
Complete output from command c:\python27\python.exe -u -c "import setuptools
, tokenize;file='c:\users\unameit\appdata\local\temp\pip-build-cfwkhz
\cec\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().re
place('\r\n', '\n'), file, 'exec'))" install --record c:\users\unameit\appda
ta\local\temp\pip-m0b6sp-record\install-record.txt --single-version-externally-m
anaged --compile:
running install
running build
running build_ext
building 'cec' extension
creating build
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo
/Ox /MD /W3 /GS- /DNDEBUG -Iinclude -Ic:\python27\include -Ic:\python27\PC /Tpce
c.cpp /Fobuild\temp.win32-2.7\Release\cec.obj
cec.cpp
c:\python27\include\libcec\cectypes.h(37) : fatal error C1083: Cannot open i
nclude file: 'version.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BI
N\cl.exe' failed with exit status 2
The text was updated successfully, but these errors were encountered: