-
Notifications
You must be signed in to change notification settings - Fork 7
Pip installation fails on windows #38
Comments
I will take a look next week. In the meantime could you please
|
I just ran the given pip install command and it gives following error: |
Hm, I see. Is the windows you are running the 64 or the 32 bit version? |
OK, I will try to reproduce the issue and I will get back to you. Could you also paste the output of the following commands Thanks! |
C:>pip --version C:>python --version C:>python -c "import struct; print(8*struct.calcsize('P'))" |
The problem was that the Python was a 32-bit installation. |
Initial report: hannes/MonetDBLite#199 (comment)
cc @ssi-bilal
The text was updated successfully, but these errors were encountered: