Skip to content
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

version.h file not found error #14

Open
PAV1THRA opened this issue Jun 14, 2016 · 0 comments
Open

version.h file not found error #14

PAV1THRA opened this issue Jun 14, 2016 · 0 comments

Comments

@PAV1THRA
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant