Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > fr.comp.lang.python > #4284

Re: Problème installation basemap

From Jo Engo <yl@icite.fr>
Newsgroups fr.comp.lang.python
Subject Re: Problème installation basemap
Date 2025-05-14 13:16 +0000
Organization <http://pasdenom.info/news.html>
Message-ID <100253g$3iu$4@rasp.pasdenom.info> (permalink)
References <682485e5$0$16850$426a74cc@news.free.fr>

Show all headers | View raw


Le Wed, 14 May 2025 14:00:37 +0200, Thierry Loiseau a écrit :

> Ubuntu 24.04.2 LTS configuration : python 3.12.3

Je ne saurais trop te conseiller d'utiliser un environnement virtuel. Ce 
n'est pas propre à ta configuration, ,ceci dit.

Si tu ne sais pas comment faire:
$ # dans le répertoire de ton script
$ python -m venv .venv
$source .venv/bin/activate

Une fois que c'est fait :
$ pip install basemap # va planter, ce n'est pas normal, ../..

../.. mais avec la trace tu devrais trouver la raison. Si tu avais déjà 
fait tout ça tu aurais dû (pu ?) donner plus de détail sur la plantaison.

à tout hasard essaie :

$ pip install --upgrade pip setuptools wheel # mais ça ne résoud pas le 
problème chez moi : basemap demande une version antérieure de python (3.13 
chez moi, tu as une petite chance que ça marche chez toi, sinon pip est 
ton ami pour installer dans ton environnement virtuel la version de python 
qu'il faut pour basename.

-- 

17:16 comment on fait pour poster dans les blagues en bas de la tribune ?

Back to fr.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Problème installation basemap loiseauthierry@free.fr (Thierry Loiseau) - 2025-05-14 14:00 +0200
  Re: Problème installation basemap yves <yves@free.invalid> - 2025-05-14 12:57 +0000
    Re: Problème installation basemap loiseauthierry@free.fr (Thierry Loiseau) - 2025-05-14 19:31 +0200
      Re: Problème installation basemap yves <yves@free.invalid> - 2025-05-14 18:04 +0000
        Re: Problème installation basemap loiseauthierry@free.fr (Thierry Loiseau) - 2025-05-14 20:28 +0200
          Re: Problème installation basemap loiseauthierry@free.fr (Thierry Loiseau) - 2025-05-14 20:40 +0200
          Re: Problème installation basemap yves <yves@free.invalid> - 2025-05-14 18:42 +0000
  Re: Problème installation basemap Jo Engo <yl@icite.fr> - 2025-05-14 13:16 +0000
    Re: Problème installation basemap loiseauthierry@free.fr (Thierry Loiseau) - 2025-05-14 19:31 +0200
      Re: Problème installation basemap Jo Engo <yl@icite.fr> - 2025-05-14 17:47 +0000
    Re: Problème installation basemap loiseauthierry@free.fr (Thierry Loiseau) - 2025-05-14 19:44 +0200
      Re: Problème installation basemap Jo Engo <yl@icite.fr> - 2025-05-14 19:28 +0000
  Re: Problème installation basemap loiseauthierry@free.fr (Thierry Loiseau) - 2025-05-20 21:53 +0200
    Re: Problème installation basemap Thierry P <olmia2b@gmail.com> - 2025-05-21 13:26 +0200
      Re: Problème installation basemap Jo Engo <yl@icite.fr> - 2025-05-22 15:50 +0000
        Re: Problème installation basemap Thierry P <olmia2b@gmail.com> - 2025-05-24 12:25 +0200
    Re: Problème installation basemap yves <yves@free.invalid> - 2025-05-21 11:29 +0000

csiph-web