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
Yes, it's still the issue with arybo 1.1.0 under Windows Python 3 32 bits because it failed to build pytanque. I could install Arybo with Python 3 64-bit BTW.
python37\include\pyconfig.h(167): error C2371: 'ssize_t': redefinition; different basic types
include\pa/compat.h(32): note: see declaration of 'ssize_t'
Hi, I install Arybo via pip and Python 3.6.5 32bit on Windows and receive this error:
After I comment the lines defining ssize_t in pyconfig.h, I could install Arybo via pip.
The text was updated successfully, but these errors were encountered: