Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Pip installation fails on windows #38

Closed
kutsurak opened this issue May 10, 2019 · 7 comments
Closed

Pip installation fails on windows #38

kutsurak opened this issue May 10, 2019 · 7 comments
Assignees
Labels

Comments

@kutsurak
Copy link
Member

Initial report: hannes/MonetDBLite#199 (comment)

cc @ssi-bilal

@kutsurak kutsurak added the bug label May 10, 2019
@kutsurak kutsurak self-assigned this May 10, 2019
@kutsurak
Copy link
Member Author

kutsurak commented May 10, 2019

I will take a look next week. In the meantime could you please

  1. Report here what errors you get when you try to install using pip
  2. Try installing directly from the wheel's URL: pip install https://files.pythonhosted.org/packages/9b/17/0fdbfda9a1102138a0ea50896c52bf8be8fbf873375e0744eeaf2b909bd9/monetdblite-0.6.3-cp37-cp37m-win_amd64.whl

@ssi-bilal
Copy link

I will take a look next week. In the meantime could you please

  1. Report here what errors you get when you try to install using pip
  2. Try installing directly from the wheel's URL: pip install https://files.pythonhosted.org/packages/9b/17/0fdbfda9a1102138a0ea50896c52bf8be8fbf873375e0744eeaf2b909bd9/monetdblite-0.6.3-cp37-cp37m-win_amd64.whl

I just ran the given pip install command and it gives following error:
ERROR: monetdblite-0.6.3-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

@kutsurak
Copy link
Member Author

Hm, I see. Is the windows you are running the 64 or the 32 bit version?

@ssi-bilal
Copy link

ssi-bilal commented May 10, 2019

64bit
windows specs

@kutsurak
Copy link
Member Author

kutsurak commented May 10, 2019

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
pip --version
python --version
and
python -c "import struct; print(8*struct.calcsize('P'))"

Thanks!

@ssi-bilal
Copy link

C:>pip --version
pip 19.1.1 from c:\users\bilal.ahmed\appdata\local\programs\python\python37-32\lib\site-packages\pip (python 3.7)

C:>python --version
Python 3.7.3

C:>python -c "import struct; print(8*struct.calcsize('P'))"
32

@kutsurak
Copy link
Member Author

The problem was that the Python was a 32-bit installation. pip install monetdblite works correctly with 64-bit Python.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants