You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: