Skip to main content
add COM tag for those unaware of the acronym like me
Source Link
agilgur5
  • 2.1k
  • 5
  • 50
  • 71

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in any 32-bit Python version, but I can't find how to install pandas 1.5.3 version (3.10 and 3.11)

Environment:

  • Windows 10 64 bit

  • Kiwoom OpenAPI (COM, 32-bit)

  • Python versions tested: 3.10 (32-bit), 3.11 (32-bit)

What I tried:

Command installing pykiwoom:

python -m pip install pykiwoom

And pip automatically tried to install pandas because of the pykiwoom package:

Collecting pandas (from pykiwoom)
Preparing metadata (pyproject.toml) ... error
ERROR: No matching distribution found for pandas==1.5.3

I searched Christoph Gohlke site for downloading the pandas 1.5.3 wheel for 32-bit pythonPython, but I couldn't find it.

Is there any way to install pandas for Python 32-bit?

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in any 32-bit Python version, but I can't find how to install pandas 1.5.3 version (3.10 and 3.11)

Environment:

  • Windows 10 64 bit

  • Kiwoom OpenAPI (COM, 32-bit)

  • Python versions tested: 3.10 (32-bit), 3.11 (32-bit)

What I tried:

Command installing pykiwoom:

python -m pip install pykiwoom

And pip automatically tried to install pandas because of the pykiwoom package:

Collecting pandas (from pykiwoom)
Preparing metadata (pyproject.toml) ... error
ERROR: No matching distribution found for pandas==1.5.3

I searched Christoph Gohlke site for downloading the pandas 1.5.3 wheel for 32-bit python, but I couldn't find it.

Is there any way to install pandas for Python 32-bit?

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in any 32-bit Python version, but I can't find how to install pandas 1.5.3 version (3.10 and 3.11)

Environment:

  • Windows 10 64 bit

  • Kiwoom OpenAPI (COM, 32-bit)

  • Python versions tested: 3.10 (32-bit), 3.11 (32-bit)

What I tried:

Command installing pykiwoom:

python -m pip install pykiwoom

And pip automatically tried to install pandas because of the pykiwoom package:

Collecting pandas (from pykiwoom)
Preparing metadata (pyproject.toml) ... error
ERROR: No matching distribution found for pandas==1.5.3

I searched Christoph Gohlke site for downloading the pandas 1.5.3 wheel for 32-bit Python, but I couldn't find it.

Is there any way to install pandas for Python 32-bit?

consistently use code backticks around package names. fix a bit of grammar
Source Link
agilgur5
  • 2.1k
  • 5
  • 50
  • 71

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in any 32-bit Python version, but I can't find how to install pandas 1.5.3 version (3.10 and 3.11)

Environment:

  • Windows 10 64 bit

  • Kiwoom OpenAPI (COM, 32-bit)

  • Python versions tested: 3.10 (32-bit), 3.11 (32-bit)

What I tried:

Command installing pykiwoompykiwoom:

python -m pip install pykiwoom

And pippip automatically tried to install pandaspandas because of pykiwoomthe pykiwoom package:

Collecting pandas (from pykiwoom)
Preparing metadata (pyproject.toml) ... error
ERROR: No matching distribution found for pandas==1.5.3

I searched Christoph Gohlke site for downloading the pandaspandas 1.5.3 wheel for 32-bit python., but iI couldn't find it.

Is there any way to install pandas for Python 32-bit?

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in any 32-bit Python version, but I can't find how to install pandas 1.5.3 version (3.10 and 3.11)

Environment:

  • Windows 10 64 bit

  • Kiwoom OpenAPI (COM, 32-bit)

  • Python versions tested: 3.10 (32-bit), 3.11 (32-bit)

What I tried:

Command installing pykiwoom

python -m pip install pykiwoom

And pip automatically tried to install pandas because of pykiwoom package

Collecting pandas (from pykiwoom)
Preparing metadata (pyproject.toml) ... error
ERROR: No matching distribution found for pandas==1.5.3

I searched Christoph Gohlke site for downloading the pandas 1.5.3 wheel for 32-bit python. but i couldn't find

Is there any way to install pandas for Python 32-bit?

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in any 32-bit Python version, but I can't find how to install pandas 1.5.3 version (3.10 and 3.11)

Environment:

  • Windows 10 64 bit

  • Kiwoom OpenAPI (COM, 32-bit)

  • Python versions tested: 3.10 (32-bit), 3.11 (32-bit)

What I tried:

Command installing pykiwoom:

python -m pip install pykiwoom

And pip automatically tried to install pandas because of the pykiwoom package:

Collecting pandas (from pykiwoom)
Preparing metadata (pyproject.toml) ... error
ERROR: No matching distribution found for pandas==1.5.3

I searched Christoph Gohlke site for downloading the pandas 1.5.3 wheel for 32-bit python, but I couldn't find it.

Is there any way to install pandas for Python 32-bit?

Source Link

Suitable Pandas installation on 32-bit Python (3.10, 3.11)

I am trying to use the Kiwoom OpenAPI (for making automated stock trading program), which requires a 32-bit Python environment. However, to successfully use Kiwoom Open API I need to set up pandas in any 32-bit Python version, but I can't find how to install pandas 1.5.3 version (3.10 and 3.11)

Environment:

  • Windows 10 64 bit

  • Kiwoom OpenAPI (COM, 32-bit)

  • Python versions tested: 3.10 (32-bit), 3.11 (32-bit)

What I tried:

Command installing pykiwoom

python -m pip install pykiwoom

And pip automatically tried to install pandas because of pykiwoom package

Collecting pandas (from pykiwoom)
Preparing metadata (pyproject.toml) ... error
ERROR: No matching distribution found for pandas==1.5.3

I searched Christoph Gohlke site for downloading the pandas 1.5.3 wheel for 32-bit python. but i couldn't find

Is there any way to install pandas for Python 32-bit?

created from staging ground