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

import fail in windows 10 os without C++ compiler and runtime library #7

Open
minhuw opened this issue Nov 4, 2017 · 1 comment
Open

Comments

@minhuw
Copy link

minhuw commented Nov 4, 2017

I installed glog 0.35 in a windows 10 machine and tried to import it in the python console but failed.
I didn't have a C++ compiler or runtime library , and I guess it may be the reason.
So dose this package rely on a C++ runtime compiler or runtime to work well ?

P.S. I think it may be better to describe the requirements to install this package in README.md.

@benley
Copy link
Owner

benley commented Nov 4, 2017

This library doesn't have any dependencies on the C++ version of glog. It's pretty standalone, and the only deps are on six and python-gflags, which also doesn't have any c++ dependencies that I'm aware of. Could you paste the error message that you're seeing?

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