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

An error when installing on windows #39

Closed
ybaik opened this issue Sep 17, 2015 · 1 comment
Closed

An error when installing on windows #39

ybaik opened this issue Sep 17, 2015 · 1 comment

Comments

@ybaik
Copy link

ybaik commented Sep 17, 2015

I installed 'VCForPython27.msi' for building plyvel on windows 7.
But I got the following message.
Could you please consider this issue for windows user?

E:\work_python>pip install plyvel
Collecting plyvel
Using cached plyvel-0.9.tar.gz
Building wheels for collected packages: plyvel
Running setup.py bdist_wheel for plyvel
Complete output from command c:\python27\python.exe -c "import setuptools;file='c:\users\ybaik\appdata\local\temp\pip-build-hljopj\plyvel\setup.py';exec(compile(open(file).read().replace('\r\n', '\n'), f
p-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-2.7
creating build\lib.win32-2.7\plyvel
copying plyvel_version.py -> build\lib.win32-2.7\plyvel
copying plyvel__init
.py -> build\lib.win32-2.7\plyvel
running build_ext
building 'plyvel._plyvel' extension
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
creating build\temp.win32-2.7\Release\plyvel

  plyvel/_plyvel.cpp(352) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
  error: command 'C:\\Users\\YBaik\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
=============================================================================
@wbolster
Copy link
Owner

Sorry, I don't know anything about Windows. But it looks like you don't have the stdint.h header, which is part of the C standard so it looks like your compiler isn't set up properly.

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

2 participants