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

Installation Arybo via pip on Windows, 'ssize_t': redefinition #5

Open
trietptm opened this issue May 13, 2018 · 2 comments
Open

Installation Arybo via pip on Windows, 'ssize_t': redefinition #5

trietptm opened this issue May 13, 2018 · 2 comments

Comments

@trietptm
Copy link

Hi, I install Arybo via pip and Python 3.6.5 32bit on Windows and receive this error:

C:\Program Files (x86)\python36-32\include\pyconfig.h(174): error C2371: 'ssize_t': redefinition; different basic types
include\pa/compat.h(32): note: see declaration of 'ssize_t'

After I comment the lines defining ssize_t in pyconfig.h, I could install Arybo via pip.

@aguinet
Copy link
Collaborator

aguinet commented Jun 24, 2020

Is this still the case with arybo 1.1.0 under Windows/Python 32 bits ?

@trietptm
Copy link
Author

trietptm commented Jul 3, 2020

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'

I've just tried to compile pytanque from https://github.com/quarkslab/arybo/tree/master/petanque , it still could not be manually compiled and the same error above is returned.

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