約 8,680,000 件の結果
リンクを新しいタブで開く
    賛成票6answered Jun 27, 2019 at 22:02

    pip dropped support for Python 3.3 at version 18.0. setuptools (required by pip) dropped support for Python 3.3 at version 40.0. So you need to download pip 10.0.1 and setuptools 39.2.0 (source distributions, *.tar.gz). Extract the archives and run python setup.py install first for setuptools, then for pip.

    As for the latest versions of numpy and scipy, let's us see.

    Numpy: https://pypi.org/project/numpy/ Requires: Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*

    scipy: https://pypi.org/project/scipy/ Requires: Python >=3.5

    See? You will need to do ...

    以下のコンテンツ CC-BY-SA license
    これは役に立ちましたか?
  1. python インストール windows完全ガイド:DLからpip/venvまで

    4 日前 · この記事ではWindowsでPythonを公式サイトから入手し、インストール〜実行確認(python/pipの

  2. How to install pip for python 3.3 on Windows? - Stack Overflow

    2019年6月27日 · pip dropped support for Python 3.3 at version 18.0. setuptools (required by pip) dropped support for Python 3.3 at version 40.0. So you need to download pip 10.0.1 and setuptools …

    • レビュー数: 2
    • Installation - pip documentation v25.3

      Depending on how you installed Python, there might be other mechanisms available to you for installing pip such as using Linux package managers. These mechanisms are provided by redistributors of pip, …

    • あなたの興味がありそうな検索

    • Python 3でpipをインストールする方法 - 独学でプログラ …

      2024年9月27日 · Python 3でpipをインストールする方法は非常に簡単です。 まず、Pythonが正しくインストールされていることを確認してください。

    • Solved: How to Install Pip for Python on Windows - sqlpey

      2025年7月23日 · Comprehensive guide on installing Pip for Python on Windows, covering various Python versions and common issues. Learn the best methods and troubleshooting tips.

    • pip を Python3 Windows10(64bit版) 環境 へインストー …

      python のインストール手順は「python3 を Windows10 (64bit版) で動作させる ダウンロード&インストール 手順」を確認下さい。

    • 他の人も質問しています
    • Installing `pip` for Python on Windows - CodeRivers

      2025年4月8日 · On Windows, getting pip set up correctly is an essential step for any Python developer or enthusiast. This blog post will guide you through the process of installing pip for Python on …

    • How to install pip with Python 3? - W3docs

      pip3 --version ... pip3 install <package-name> ... pip3 install --upgrade <package-name> ... pip --version ... pip3 --version

    • How to Install pip on Windows - phoenixNAP

      2025年3月24日 · This guide explained two ways to install pip on Windows and elaborated on how to add pip to PATH when necessary. Additionally, it showed …

    • How To Install Python/Pip On Windows Windows Tricks

      This article will tell you how to install Python and PIP on Windows OS. It will also tell you how to install pip on Windows and how to upgrade pip using the Python …