-
Notifications
You must be signed in to change notification settings - Fork 18
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
sha3 build error [Windows10] #10
Comments
I have the same error trying to install the package with pip 19.0.1 on Win 10 x64, Python 3.6.8. |
Try running pysha3 docs: https://pypi.org/project/pysha3/ |
Помилка так і залишається × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. win11x64 |
Hi, I have encountered an build error when running
pip install sha3
on Windows10, the error issha3.c(33): error C2016: C requires that a struct or union has at least one member
in sha3.c(33)Does anyone know how resolve this problem?
And here is the error message:
The text was updated successfully, but these errors were encountered: