Groups | Search | Server Info | Keyboard shortcuts | Login | Register


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

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-22 15:50 +0000
Organization <http://pasdenom.info/news.html>
Message-ID <100nh4t$udu$1@rasp.pasdenom.info> (permalink)
References <682485e5$0$16850$426a74cc@news.free.fr> <682cddd3$0$11428$426a74cc@news.free.fr> <100kd9k$2qf2r$1@dont-email.me>

Show all headers | View raw


Le Wed, 21 May 2025 13:26:44 +0200, Thierry P a écrit :


> il faut donc installer basemap dans un environnement virtuel et ce
> quelque que soit la distrib
>

news:100253g$3iu$4@rasp.pasdenom.info

(ceci dit j'ai été moins lapidaire que toi. À retenir : toujours (même en 
prod (?) utiliser un environnement virtuel.
Là il semblerait que l'OP a besoin d'une version donnée de python appelons 
la lambda (en fait ça doit être 3.4 ou quelque chose du même tonneau
ce qu''il doit faire :
1. chercher le source de python.lambda sur python.org
2. Installer les utilitaires de développement
3. compiler python.lambda (ça n'a rien de sorcier si on a bien installé 
tous les outils de dev)
4. Créer un environnement virtuel avec ce python dans le répertoire où tu 
voudras travailler:
	python.lambda -m venv .venv # TL peut choisir un autre nom à son 
répertoire .venv, mais c'est un bon choix
5. Activer l'environnement
	source ./.venv/script/activate # si je ne m'emmêle pas les 
pinceaux avec windoze
6. installer basemap et ses dépendances.


-- 
Arrêtez de voler, l'état n'aime pas la concurrence !

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