Bienvenue, Invité
Nom d'utilisateur : Mot de passe : Se souvenir de moi
  • Page :
  • 1
  • 2
  • 3

SUJET :

Pop! Os 22.04 _ prob installation il y a 2 mois 1 semaine #6050

  • JMR59175
  • Portrait de JMR59175
  • Hors Ligne
  • COM_KUNENA_SAMPLEDATA_RANK3
  • COM_KUNENA_SAMPLEDATA_RANK3
  • Messages : 64
  • Remerciements reçus 17
Bonjour

J'ai eu le même problème car Ubuntu met à jour automatiquement vers Python 3.12
Je l'ai solutionné en passant sous Debian.
Voici le lien sur le forum :
www.diacamma.org/forum/linux/1648-bug-script-install-sh
Pas de soucis sous Debian, je surveille simplement qu'il ne propose pas de mise à jour de Python.
Cordialement
Jean Michel
Cet utilisateur a été remercié pour son message par: Jérémy

S'il vous plaît Connexion ou Créer un compte à se joindre à la conversation.

Pop! Os 22.04 _ prob installation il y a 2 mois 1 semaine #6051

  • Jérémy
  • Portrait de Jérémy
  • Hors Ligne
  • COM_KUNENA_SAMPLEDATA_RANK1
  • COM_KUNENA_SAMPLEDATA_RANK1
  • Messages : 6
  • Remerciements reçus 0
Bonjour,

avant d'actualiser le sujet sur le forum, j'ai vu cette solution, mais vu que je ne souhaite pas passer sous Debian, j'ai renoncé.

A minima, ce que je voudrais faire, c'est récupérer les comptabilités du syndic de copro et de l'association que je gère, pour réinstaller et récupérer les sauvegardes sur un autre ordinateur... Sauf que je n'ai pas de sauvegarde récente et que je ne sais pas où c'est sauvegardé sur Ubuntu.

Merci d'avance pour un éventuel retour.

S'il vous plaît Connexion ou Créer un compte à se joindre à la conversation.

Pop! Os 22.04 _ prob installation il y a 1 mois 3 semaines #6065

  • lag
  • Portrait de lag
  • Hors Ligne
  • COM_KUNENA_SAMPLEDATA_RANK_ADMIN
  • COM_KUNENA_SAMPLEDATA_RANK_ADMIN
  • Messages : 2044
  • Karma: 8
  • Remerciements reçus 527
Bonjour,

Je viens de republier un installateur pour Linux.
En effet, je recommande plutot l'usage de Debian pour mieux prendre en compte les subtilité de versions.

Notez que dans la prochaine mise à jour (dans la semaine normalement), Diacamma prendra en charge Python 3.12
Cet utilisateur a été remercié pour son message par: Jérémy

S'il vous plaît Connexion ou Créer un compte à se joindre à la conversation.

Laurent
Principale contributeur (Développeur) à Diacamma
Administrateur de Sleto partenaire officiel de Diacamma : support et hébergement en ligne.

Pop! Os 22.04 _ prob installation il y a 1 mois 2 semaines #6077

  • Jérémy
  • Portrait de Jérémy
  • Hors Ligne
  • COM_KUNENA_SAMPLEDATA_RANK1
  • COM_KUNENA_SAMPLEDATA_RANK1
  • Messages : 6
  • Remerciements reçus 0
Bonjour,

Je viens de relancer l'installation complète avec la nouvelle mise à jour et l'erreur a changé :

" no venv

configure virtual environment

python3 -m pip install -U pip==24.2 virtualenv
** no install pip **
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.12/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
python3 -m virtualenv virtual_for_lucterios
/usr/bin/python3: No module named virtualenv "

Merci d'avance !

Jérémy

S'il vous plaît Connexion ou Créer un compte à se joindre à la conversation.

Pop! Os 22.04 _ prob installation il y a 1 mois 2 semaines #6083

  • lag
  • Portrait de lag
  • Hors Ligne
  • COM_KUNENA_SAMPLEDATA_RANK_ADMIN
  • COM_KUNENA_SAMPLEDATA_RANK_ADMIN
  • Messages : 2044
  • Karma: 8
  • Remerciements reçus 527
Bonjour,

Etrange, visiblement votre OS refuse
apt-get install -y python3-venv
vu que vous avez le message "no venv"
Par contre, si on install alors virtualenv (venv) via pip:
python3 -m pip install -U $PIP_OPTION virtualenv
il ne veux pas non plus.

Est-ce que la commende
apt-get install -y python3-virtualenv[
fonctionne mieux, chez vous ?
Si oui, l'installation devrait alors fonctionner.

Sinon, il vaudrait mieux installer une version précédente de Python (par exemple la 3.11)
Pour cela:
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update -y
sudo apt install python3.11
Et faire ensuite en sorte que Python3.11 soit la valeur par défaut pour Python3 (voir linuxconfig.org/how-to-change-from-defau...sion-on-debian-linux)
Cet utilisateur a été remercié pour son message par: gilb33, Jérémy

S'il vous plaît Connexion ou Créer un compte à se joindre à la conversation.

Laurent
Principale contributeur (Développeur) à Diacamma
Administrateur de Sleto partenaire officiel de Diacamma : support et hébergement en ligne.

Pop! Os 22.04 _ prob installation il y a 1 mois 2 semaines #6084

  • Jérémy
  • Portrait de Jérémy
  • Hors Ligne
  • COM_KUNENA_SAMPLEDATA_RANK1
  • COM_KUNENA_SAMPLEDATA_RANK1
  • Messages : 6
  • Remerciements reçus 0

Est-ce que la commande " apt-get install -y python3-virtualenv " fonctionne mieux, chez vous ?
Si oui, l'installation devrait alors fonctionner.


Oui la commande a fonctionné. J'ai relancé l'installation et j'ai l'impression que ça a fonctionné. Cependant aucun raccourci pour l'application n'apparaît après l'installation.

Donc j'ai relancé l'installation pour voir. Voici le retour :

" ====== install Diacamma #24102811 ======
install: packages=lucterios lucterios-standard lucterios-contacts lucterios-documents diacamma-asso diacamma-syndic diacamma-financial application_name=Diacamma

check perquisite

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Note : sélection de « libxslt1-dev » au lieu de « libxslt-dev »
Note : sélection de « libfreetype-dev » au lieu de « libfreetype6-dev »
libxml2-dev est déjà la version la plus récente (2.9.14+dfsg-1.3ubuntu3).
libxslt1-dev est déjà la version la plus récente (1.1.39-0exp1build1).
libjpeg-dev est déjà la version la plus récente (8c-2ubuntu11).
libfreetype6 est déjà la version la plus récente (2.13.2+dfsg-1build3).
libfreetype-dev est déjà la version la plus récente (2.13.2+dfsg-1build3).
zlib1g-dev est déjà la version la plus récente (1:1.3.dfsg-3.1ubuntu2.1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 2 non mis à jour.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
python3-pip est déjà la version la plus récente (24.0+dfsg-1ubuntu1.1).
python3-dev est déjà la version la plus récente (3.12.3-0ubuntu2).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 2 non mis à jour.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Note : sélection de python3-imaging pour l'expression rationnelle « python3-imaging|python3-pil »
Note : sélection de python3-imaging-tk pour l'expression rationnelle « python3-imaging|python3-pil »
Note : sélection de python3-pilkit pour l'expression rationnelle « python3-imaging|python3-pil »
Note : sélection de python3-pillow pour l'expression rationnelle « python3-imaging|python3-pil »
Note : sélection de python3-pil.imagetk pour l'expression rationnelle « python3-imaging|python3-pil »
Note : sélection de python3-pil pour l'expression rationnelle « python3-imaging|python3-pil »
Note : sélection de « python3-pil » au lieu de « python3-pillow »
python3-tk est déjà la version la plus récente (3.12.3-0ubuntu1).
python3-pil est déjà la version la plus récente (10.2.0-1ubuntu1).
python3-pil.imagetk est déjà la version la plus récente (10.2.0-1ubuntu1).
python3-pilkit est déjà la version la plus récente (3.0-1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 2 non mis à jour.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
pipx est déjà la version la plus récente (1.4.3-1).
python3-dev est déjà la version la plus récente (3.12.3-0ubuntu2).
default-libmysqlclient-dev est déjà la version la plus récente (1.1.0build1).
build-essential est déjà la version la plus récente (12.10ubuntu1).
pkg-config est déjà la version la plus récente (1.8.1-2build1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 2 non mis à jour.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
libxcb-cursor-dev est déjà la version la plus récente (0.1.4-1build1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 2 non mis à jour.
no venv

configure virtual environment

python3 -m pip install -U pip==24.2 virtualenv
** no install pip **
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.12/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
python3 -m virtualenv virtual_for_lucterios
created virtual environment CPython3.12.3.final.0-64 in 1338ms
creator CPython3Posix(dest=/var/lucterios2/virtual_for_lucterios, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
added seed packages: pip==24.0
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

install Diacamma

Requirement already satisfied: pip in ./virtual_for_lucterios/lib/python3.12/site-packages (24.0)
Collecting pip
Using cached pip-24.3.1-py3-none-any.whl.metadata (3.7 kB)
Using cached pip-24.3.1-py3-none-any.whl (1.8 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 24.0
Uninstalling pip-24.0:
Successfully uninstalled pip-24.0
Successfully installed pip-24.3.1
WARNING: Skipping PIL as it is not installed.
WARNING: Skipping Pillow as it is not installed.
Collecting lucterios
Using cached lucterios-2.7.2.24102815-py3-none-any.whl.metadata (1.5 kB)
Collecting lucterios-standard
Using cached lucterios_standard-2.7.0.24101617-py3-none-any.whl.metadata (1.2 kB)
Collecting lucterios-contacts
Using cached lucterios_contacts-2.7.2.24102410-py3-none-any.whl.metadata (1.3 kB)
Collecting lucterios-documents
Using cached lucterios_documents-2.7.2.24102410-py3-none-any.whl.metadata (1.2 kB)
Collecting diacamma-asso
Using cached diacamma_asso-2.7.2.24101710-py3-none-any.whl.metadata (1.2 kB)
Collecting diacamma-syndic
Using cached diacamma_syndic-2.7.2.24102410-py3-none-any.whl.metadata (1.2 kB)
Collecting diacamma-financial
Using cached diacamma_financial-2.7.2.24102210-py3-none-any.whl.metadata (1.3 kB)
Requirement already satisfied: pip in ./virtual_for_lucterios/lib/python3.12/site-packages (from lucterios) (24.3.1)
Collecting importlib-metadata (from lucterios)
Using cached importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting Django~=4.2 (from lucterios)
Using cached Django-4.2.16-py3-none-any.whl.metadata (4.1 kB)
Collecting django-fsm~=2.8 (from lucterios)
Using cached django_fsm-2.8.2-py2.py3-none-any.whl.metadata (1.9 kB)
Collecting lxml~=5.1 (from lucterios)
Using cached lxml-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.8 kB)
Collecting lxml-html-clean (from lucterios)
Using cached lxml_html_clean-0.3.1-py3-none-any.whl.metadata (2.4 kB)
Collecting Pillow~=10.2 (from lucterios)
Using cached pillow-10.4.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.2 kB)
Collecting CairoSVG~=2.7 (from lucterios)
Using cached CairoSVG-2.7.1-py3-none-any.whl.metadata (2.7 kB)
Collecting reportlab~=4.1 (from lucterios)
Using cached reportlab-4.2.5-py3-none-any.whl.metadata (1.5 kB)
Collecting APScheduler~=3.10 (from lucterios)
Using cached APScheduler-3.10.4-py3-none-any.whl.metadata (5.7 kB)
Collecting Babel~=2.14 (from lucterios)
Using cached babel-2.16.0-py3-none-any.whl.metadata (1.5 kB)
Collecting PyQt6~=6.7 (from lucterios)
Using cached PyQt6-6.7.1-1-cp38-abi3-manylinux_2_28_x86_64.whl.metadata (2.1 kB)
Collecting odfpy~=1.4 (from lucterios)
Using cached odfpy-1.4.1-py2.py3-none-any.whl
Collecting openpyxl~=3.1 (from lucterios)
Using cached openpyxl-3.1.5-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting xlrd~=2.0 (from lucterios)
Using cached xlrd-2.0.1-py2.py3-none-any.whl.metadata (3.4 kB)
Collecting pandas~=2.0 (from lucterios)
Using cached pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (89 kB)
Collecting waitress (from lucterios)
Using cached waitress-3.0.1-py3-none-any.whl.metadata (5.1 kB)
Collecting dkimpy~=1.1 (from lucterios-contacts)
Using cached dkimpy-1.1.8-py3-none-any.whl
Collecting html2text~=2020.1 (from lucterios-contacts)
Using cached html2text-2020.1.16-py3-none-any.whl.metadata (4.3 kB)
Collecting aiosmtpd~=1.4 (from lucterios-contacts)
Using cached aiosmtpd-1.4.6-py3-none-any.whl.metadata (6.6 kB)
Collecting etherpad-lite~=0.5 (from lucterios-documents)
Using cached etherpad_lite-0.5-py3-none-any.whl.metadata (1.4 kB)
Collecting requests (from lucterios-documents)
Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting mimetypes-magic~=0.4 (from lucterios-documents)
Using cached mimetypes_magic-0.4.30-py3-none-any.whl
Collecting pdf2image~=1.17 (from lucterios-documents)
Using cached pdf2image-1.17.0-py3-none-any.whl.metadata (6.2 kB)
Collecting requests-oauthlib~=1.3 (from diacamma-financial)
Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl.metadata (10 kB)
Collecting atpublic (from aiosmtpd~=1.4->lucterios-contacts)
Using cached atpublic-5.0-py3-none-any.whl.metadata (1.8 kB)
Collecting attrs (from aiosmtpd~=1.4->lucterios-contacts)
Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Collecting six>=1.4.0 (from APScheduler~=3.10->lucterios)
Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting pytz (from APScheduler~=3.10->lucterios)
Using cached pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzlocal!=3.*,>=2.0 (from APScheduler~=3.10->lucterios)
Using cached tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)
Collecting cairocffi (from CairoSVG~=2.7->lucterios)
Using cached cairocffi-1.7.1-py3-none-any.whl.metadata (3.3 kB)
Collecting cssselect2 (from CairoSVG~=2.7->lucterios)
Using cached cssselect2-0.7.0-py3-none-any.whl.metadata (2.9 kB)
Collecting defusedxml (from CairoSVG~=2.7->lucterios)
Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting tinycss2 (from CairoSVG~=2.7->lucterios)
Using cached tinycss2-1.4.0-py3-none-any.whl.metadata (3.0 kB)
Collecting asgiref<4,>=3.6.0 (from Django~=4.2->lucterios)
Using cached asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB)
Collecting sqlparse>=0.3.1 (from Django~=4.2->lucterios)
Using cached sqlparse-0.5.1-py3-none-any.whl.metadata (3.9 kB)
Collecting dnspython>=2.0.0 (from dkimpy~=1.1->lucterios-contacts)
Using cached dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting et-xmlfile (from openpyxl~=3.1->lucterios)
Using cached et_xmlfile-2.0.0-py3-none-any.whl.metadata (2.7 kB)
Collecting numpy>=1.26.0 (from pandas~=2.0->lucterios)
Using cached numpy-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Collecting python-dateutil>=2.8.2 (from pandas~=2.0->lucterios)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting tzdata>=2022.7 (from pandas~=2.0->lucterios)
Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting PyQt6-sip<14,>=13.8 (from PyQt6~=6.7->lucterios)
Using cached PyQt6_sip-13.8.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (420 bytes)
Collecting PyQt6-Qt6<6.8.0,>=6.7.0 (from PyQt6~=6.7->lucterios)
Using cached PyQt6_Qt6-6.7.3-py3-none-manylinux_2_28_x86_64.whl.metadata (534 bytes)
Collecting chardet (from reportlab~=4.1->lucterios)
Using cached chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
Collecting oauthlib>=3.0.0 (from requests-oauthlib~=1.3->diacamma-financial)
Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
Collecting charset-normalizer<4,>=2 (from requests->lucterios-documents)
Using cached charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
Collecting idna<4,>=2.5 (from requests->lucterios-documents)
Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests->lucterios-documents)
Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests->lucterios-documents)
Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Collecting zipp>=3.20 (from importlib-metadata->lucterios)
Using cached zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB)
Collecting cffi>=1.1.0 (from cairocffi->CairoSVG~=2.7->lucterios)
Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting webencodings (from cssselect2->CairoSVG~=2.7->lucterios)
Using cached webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
Collecting pycparser (from cffi>=1.1.0->cairocffi->CairoSVG~=2.7->lucterios)
Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Using cached lucterios-2.7.2.24102815-py3-none-any.whl (10.0 MB)
Using cached lucterios_standard-2.7.0.24101617-py3-none-any.whl (3.5 MB)
Using cached lucterios_contacts-2.7.2.24102410-py3-none-any.whl (2.6 MB)
Using cached lucterios_documents-2.7.2.24102410-py3-none-any.whl (1.2 MB)
Using cached diacamma_asso-2.7.2.24101710-py3-none-any.whl (12.5 MB)
Using cached diacamma_syndic-2.7.2.24102410-py3-none-any.whl (9.8 MB)
Using cached diacamma_financial-2.7.2.24102210-py3-none-any.whl (5.0 MB)
Using cached aiosmtpd-1.4.6-py3-none-any.whl (154 kB)
Using cached APScheduler-3.10.4-py3-none-any.whl (59 kB)
Using cached babel-2.16.0-py3-none-any.whl (9.6 MB)
Using cached CairoSVG-2.7.1-py3-none-any.whl (43 kB)
Using cached Django-4.2.16-py3-none-any.whl (8.0 MB)
Using cached django_fsm-2.8.2-py2.py3-none-any.whl (11 kB)
Using cached etherpad_lite-0.5-py3-none-any.whl (4.5 kB)
Using cached html2text-2020.1.16-py3-none-any.whl (32 kB)
Using cached lxml-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.9 MB)
Using cached openpyxl-3.1.5-py2.py3-none-any.whl (250 kB)
Using cached pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB)
Using cached pdf2image-1.17.0-py3-none-any.whl (11 kB)
Using cached pillow-10.4.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.5 MB)
Using cached PyQt6-6.7.1-1-cp38-abi3-manylinux_2_28_x86_64.whl (8.2 MB)
Using cached reportlab-4.2.5-py3-none-any.whl (1.9 MB)
Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Using cached requests-2.32.3-py3-none-any.whl (64 kB)
Using cached xlrd-2.0.1-py2.py3-none-any.whl (96 kB)
Using cached importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
Using cached lxml_html_clean-0.3.1-py3-none-any.whl (13 kB)
Using cached waitress-3.0.1-py3-none-any.whl (56 kB)
Using cached asgiref-3.8.1-py3-none-any.whl (23 kB)
Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
Using cached charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
Using cached dnspython-2.7.0-py3-none-any.whl (313 kB)
Using cached idna-3.10-py3-none-any.whl (70 kB)
Using cached numpy-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.0 MB)
Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Using cached PyQt6_Qt6-6.7.3-py3-none-manylinux_2_28_x86_64.whl (74.4 MB)
Using cached PyQt6_sip-13.8.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl (303 kB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached pytz-2024.2-py2.py3-none-any.whl (508 kB)
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Using cached sqlparse-0.5.1-py3-none-any.whl (44 kB)
Using cached tzdata-2024.2-py2.py3-none-any.whl (346 kB)
Using cached tzlocal-5.2-py3-none-any.whl (17 kB)
Using cached urllib3-2.2.3-py3-none-any.whl (126 kB)
Using cached zipp-3.20.2-py3-none-any.whl (9.2 kB)
Using cached atpublic-5.0-py3-none-any.whl (5.2 kB)
Using cached attrs-24.2.0-py3-none-any.whl (63 kB)
Using cached cairocffi-1.7.1-py3-none-any.whl (75 kB)
Using cached chardet-5.2.0-py3-none-any.whl (199 kB)
Using cached cssselect2-0.7.0-py3-none-any.whl (15 kB)
Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Using cached et_xmlfile-2.0.0-py3-none-any.whl (18 kB)
Using cached tinycss2-1.4.0-py3-none-any.whl (26 kB)
Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Installing collected packages: webencodings, pytz, PyQt6-Qt6, etherpad-lite, django-fsm, zipp, xlrd, waitress, urllib3, tzlocal, tzdata, tinycss2, sqlparse, six, PyQt6-sip, pycparser, Pillow, oauthlib, numpy, mimetypes-magic, lxml, idna, html2text, et-xmlfile, dnspython, defusedxml, charset-normalizer, chardet, certifi, Babel, attrs, atpublic, asgiref, requests, reportlab, python-dateutil, PyQt6, pdf2image, openpyxl, odfpy, lxml-html-clean, importlib-metadata, dkimpy, Django, cssselect2, cffi, APScheduler, aiosmtpd, requests-oauthlib, pandas, cairocffi, CairoSVG, lucterios, lucterios-documents, lucterios-contacts, lucterios-standard, diacamma-financial, diacamma-syndic, diacamma-asso
Successfully installed APScheduler-3.10.4 Babel-2.16.0 CairoSVG-2.7.1 Django-4.2.16 Pillow-10.4.0 PyQt6-6.7.1 PyQt6-Qt6-6.7.3 PyQt6-sip-13.8.0 aiosmtpd-1.4.6 asgiref-3.8.1 atpublic-5.0 attrs-24.2.0 cairocffi-1.7.1 certifi-2024.8.30 cffi-1.17.1 chardet-5.2.0 charset-normalizer-3.4.0 cssselect2-0.7.0 defusedxml-0.7.1 diacamma-asso-2.7.2.24101710 diacamma-financial-2.7.2.24102210 diacamma-syndic-2.7.2.24102410 django-fsm-2.8.2 dkimpy-1.1.8 dnspython-2.7.0 et-xmlfile-2.0.0 etherpad-lite-0.5 html2text-2020.1.16 idna-3.10 importlib-metadata-8.5.0 lucterios-2.7.2.24102815 lucterios-contacts-2.7.2.24102410 lucterios-documents-2.7.2.24102410 lucterios-standard-2.7.0.24101617 lxml-5.3.0 lxml-html-clean-0.3.1 mimetypes-magic-0.4.30 numpy-2.1.2 oauthlib-3.2.2 odfpy-1.4.1 openpyxl-3.1.5 pandas-2.2.3 pdf2image-1.17.0 pycparser-2.22 python-dateutil-2.9.0.post0 pytz-2024.2 reportlab-4.2.5 requests-2.32.3 requests-oauthlib-1.3.1 six-1.16.0 sqlparse-0.5.1 tinycss2-1.4.0 tzdata-2024.2 tzlocal-5.2 urllib3-2.2.3 waitress-3.0.1 webencodings-0.5.1 xlrd-2.0.1 zipp-3.20.2
Try to update 53 dependancy modules
Modules to update: diacamma-syndic,lucterios-contacts,lucterios,diacamma-asso,diacamma-financial,lucterios-documents,lucterios-standard
Instance listing:

refresh shortcut
"

S'il vous plaît Connexion ou Créer un compte à se joindre à la conversation.

  • Page :
  • 1
  • 2
  • 3
Temps de génération de la page : 0.190 secondes
Propulsé par Kunena

Qui sommes nous?

Le sanglier du Libre

Association éditant le logiciel Diacamma
12 rue Marius Charles
38420 Domène
France

Partenaire

SLETO

Si vous recherchez du support ou une solution d'hébergement pour Diacamma, faite confiance à SLETO, notre partenaire officiel