IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Shell et commandes GNU Discussion :

Installation Jupiter avec pip pour Python via la ligne de commande


Sujet :

Shell et commandes GNU

  1. #1
    Membre actif
    Inscrit en
    Janvier 2003
    Messages
    604
    Détails du profil
    Informations forums :
    Inscription : Janvier 2003
    Messages : 604
    Points : 247
    Points
    247
    Par défaut Installation Jupiter avec pip pour Python via la ligne de commande
    Bonjour, je souhaite installer Jupiter sur mon os X et j'ai des soucis avec les commandes d'installation.
    J'ai bien installé Python 3.5 mais impossible d'installer correctement pip.

    (pip est le programme qui permet de lancer l'installation de Jupiter)

    Si je ne pose pas la question au bon endroit merci de m'indiquer ou poster la question.

    Ci-dessous j'ai bien vérifié que j'avais la version 3.5
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    iMacdeguillaume:Library guillaumefagot$ ls -l /Library/Frameworks/Python.framework/Versions/3.5/bin
    total 272
    lrwxr-xr-x  1 root  admin      8  2 jul 12:05 2to3 -> 2to3-3.5
    -rwxrwxr-x  1 root  admin    140 16 jan  2017 2to3-3.5
    -rwxrwxr-x  1 root  admin    281  2 jul 12:05 easy_install-3.5
    lrwxr-xr-x  1 root  admin      7  2 jul 12:05 idle3 -> idle3.5
    -rwxrwxr-x  1 root  admin    138 16 jan  2017 idle3.5
    -rwxrwxr-x  1 root  admin    253  2 jul 12:05 pip3
    -rwxrwxr-x  1 root  admin    253  2 jul 12:05 pip3.5
    lrwxr-xr-x  1 root  admin      8  2 jul 12:05 pydoc3 -> pydoc3.5
    -rwxrwxr-x  1 root  admin    123 16 jan  2017 pydoc3.5
    lrwxr-xr-x  1 root  admin      9  2 jul 12:05 python3 -> python3.5
    lrwxr-xr-x  1 root  admin     12  2 jul 12:05 python3-32 -> python3.5-32
    lrwxr-xr-x  1 root  admin     16  2 jul 12:05 python3-config -> python3.5-config
    -rwxrwxr-x  2 root  admin  25920 16 jan  2017 python3.5
    -rwxrwxr-x  1 root  admin  13568 16 jan  2017 python3.5-32
    lrwxr-xr-x  1 root  admin     17  2 jul 12:05 python3.5-config -> python3.5m-config
    -rwxrwxr-x  2 root  admin  25920 16 jan  2017 python3.5m
    -rwxrwxr-x  1 root  admin   2081 16 jan  2017 python3.5m-config
    lrwxr-xr-x  1 root  admin     10  2 jul 12:05 pyvenv -> pyvenv-3.5
    -rwxrwxr-x  1 root  admin    275 16 jan  2017 pyvenv-3.5
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    iMacdeguillaume:Library guillaumefagot$ sudo easy_install-3.5 pip
    Searching for pip
    Reading https://pypi.org/simple/pip/
    Download error on https://pypi.org/simple/pip/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) -- Some packages may not be found!
    Couldn't find index page for 'pip' (maybe misspelled?)
    Scanning index of all packages (this may take a while)
    Reading https://pypi.org/simple/
    Download error on https://pypi.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) -- Some packages may not be found!
    No local packages or working download links found for pip
    error: Could not find suitable distribution for Requirement.parse('pip')
    iMacdeguillaume:Library guillaumefagot$ sudo easy_install-3.5 pip3.5
    Searching for pip3.5
    Reading https://pypi.org/simple/pip3.5/
    Download error on https://pypi.org/simple/pip3.5/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) -- Some packages may not be found!
    Couldn't find index page for 'pip3.5' (maybe misspelled?)
    Scanning index of all packages (this may take a while)
    Reading https://pypi.org/simple/
    Download error on https://pypi.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) -- Some packages may not be found!
    No local packages or working download links found for pip3.5
    error: Could not find suitable distribution for Requirement.parse('pip3.5')

    NB(Je ne peux pas passer par la version Anaconda car mon mac os X est en 32 bits.)

    Merci d'avance de vos idées.

  2. #2
    Expert éminent sénior Avatar de disedorgue
    Homme Profil pro
    Ingénieur intégration
    Inscrit en
    Décembre 2012
    Messages
    4 276
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur intégration
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Décembre 2012
    Messages : 4 276
    Points : 12 717
    Points
    12 717
    Par défaut
    Bonjour,

    Que donne la commande suivante:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    curl https://bootstrap.pypa.io/get-pip.py | python
    Cordialement.

Discussions similaires

  1. installer beautifulsoup avec pip
    Par Chris33 dans le forum Général Python
    Réponses: 2
    Dernier message: 11/06/2017, 21h22
  2. Réponses: 8
    Dernier message: 11/04/2014, 12h58
  3. Config de ssh pour se connecter avec le mot de passe en ligne de commande
    Par arrakis75 dans le forum Shell et commandes GNU
    Réponses: 3
    Dernier message: 12/06/2013, 23h09
  4. [ANT] Passage de paramètre via la ligne de commande.
    Par BarBiTueRie dans le forum ANT
    Réponses: 2
    Dernier message: 18/07/2007, 10h28
  5. Modifier Proxy internet explorer via la ligne de commande
    Par Louis Griffont dans le forum Windows XP
    Réponses: 20
    Dernier message: 24/04/2007, 08h28

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo