pip.exe, virtualenv.exe,requests für Python 2.7 installieren (Windows 7, 64-Bit)

Hallo zusammen,

ich wollte requests Modul für Python 2.7 unter Windows 7 installieren, aber das hat nicht so geklappt, wie ich es mir vorstellte. Hier ist eine kleine Anleitung dazu.

Mit Hilfe von pip (Pip Installs Python) kann man ohne Probleme Module für Python installieren. Dazu geht man folgender Maßen vor:

1. distribute herunterladen
distribute_setup.py

2. distribute installieren
Dazu einen Terminal öffnen und zu dem Pfad von python.exe wechseln
python.exe C:\Downloads\distribute_setup.py

3. get pip herunterladen
https://raw.github.com/pypa/pip/master/contrib/get-pip.py

4. get pip installieren
python.exe C:\Downloads\get-pip.py

5. Virtualenv installieren
Mit Virtualenv können wir verschiedene virtuelle Umgebungen erstellen und mit verschiedenen Module für verschiedene Python Versionen arbeiten.
C:\Python27\Scripts\pip.exe install virtualenv

6. Virtualenv starten
C:\Python27\Scripts\virtualenv.exe env1

7. Virtualenv aktivieren
env1\Scripts\activate

8. Requests installieren
C:\Python27\Scripts\pip.exe install requests

9. Überprüfen, ob requests installiert wurde. Dazu python starten und requests importieren.
C:\Python27>python.exe Python 2.7.4 (default, Apr 6 2013, 19:55:15) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import requests >>>

Da es keine Fehlermeldung gibt wurde requests erfolgreich installiert.

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare

  • 1 week 1 day ago
    How to Renew Let’s Encrypt SSL Certificate on Plesk via Ubuntu Shell

    Let’s Encrypt will only accept a wildcard via DNS challenge. 

    If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success. 

  • 2 weeks 1 day ago
    Warning: Undefined array key "url" in Drupal\Core\Asset\CssCollectionOptimizerLazy->optimizeGroup()
    Warning: Undefined array key "url" in Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup() 
  • 2 weeks 3 days ago
    Server install & config : Debian 12 + Plesk + Apache + nginx + MariaDB + Solr
    sudo timedatectl set-timezone Europe/Berlin
  • 3 weeks 3 days ago
    Warning: PHP Startup: Unable to load dynamic library 'apcu.so' ... cannot open shared object file: No such file or directory

    Try this:

  • 1 month ago
    List Cronjobs for all users (via for + crontab)

    Alternative (without warnings like "no crontab for dovecot") to see all tasks:

  • 1 month ago
    Install APCu (PHP 8.1, Plesk)

    php 8.3 apcu failed

    über Plesk hat es geklappt.

     

  • 1 month ago
    Install APCu (PHP 8.1, Plesk)

     

    install:

    # sudo apt install php-dev
    
  • 1 month ago
    pecl install apcu : phpize: not found / ERROR: `phpize' failed

    phpize

    # sudo apt install php-dev
    

     

    details

  • 1 month ago
    Install APCu (PHP 8.1, Plesk)

    Problem:

  • 2 months 3 weeks ago
    Install APCu (PHP 8.1, Plesk)

    Problem: