-
Notifications
You must be signed in to change notification settings - Fork 6
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
bug(windows): fatal error C1083: Cannot open include file: 'google/protobuf/port_def.inc': No such file or directory #17
Comments
Thanks for the detailed report. Looking more into this over the weekend. |
Looks like this issue is surfacing elsewhere also. |
Having this issue too. |
Same on macOS 11 (ARM) |
my steps to get installation to work on my m1 apple chip
|
Thank you so, so, so much @schwannden. That did the trick for me! |
I don't know what kind of black magic this is, but it WORKS! Thank you! |
Same!! |
I have the same issue with gcld3 installation |
I have tried this solution and unfortunately, it only leads me to another error. Does anyone know why this is the case? |
@romansielewicz looks like there is some kind of compiler incompatibility issues between gcld/protobuf. What helped me is to install an older version of protobuf and temporarily point to it: google/cld3#80 (comment) |
I've downloaded 21.7 version here Placed bin path into my envs and it still returns this error in windows. |
this problem emerges for me :( |
1. Possibly related issues
#4, #10.
2. Summary
I can't install pycld3 to my Windows.
3. Data
4. Steps to reproduce
I installed vcpkg → I installed Protobuf, it was slow:
(also I tried Protobuf from Scoop) → I added path to
protoc.exe
to myPATH
environment variable → I restarted Windows →pip install pycld3
.5. Expected behavior
Successful installation.
6. Current behavior
Click here to see full console output.
Thanks.
The text was updated successfully, but these errors were encountered: