You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bonjour, sur un serveur tout neuf VPS Debian 12, j'ai fait une installation complète de geonature qui est opérationnelle (après correction des droits du home user comme documenté). En suivant j'ai fait l'install de geonature-atlas et je tombe sur une page 503 Service Unavailable. Voici les erreurs qui apparaissent :
Dans le log geonature-atlas.log :
AttributeError: 'Babel' object has no attribute 'localeselector'
[2024-05-17 13:09:27 +0000] [51846] [INFO] Worker exiting (pid: 51846)
[2024-05-17 13:09:27 +0000] [51847] [ERROR] Exception in worker process
J'ai relancé le script install_app.sh et voici quelques lignes avec des erreurs lors de son exécution :
.....
Building wheel for greenlet (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [273 lines of output]
.....
/home/geonatureadmin/atlas/venv/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'greenlet.platform' as data is deprecated, please list it in `packages`.
.....
############################
# Package would be ignored #
############################
Python recognizes 'greenlet.platform' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'greenlet.platform' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'greenlet.platform' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
.....
src/greenlet/greenlet.c:1777:15: warning: assignment to ‘int *’ from incompatible pointer type ‘_PyCFrame *’ [-Wincompatible-pointer-types]
1777 | g->cframe = &PyThreadState_GET()->root_cframe;
| ^
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> greenlet
Un problème avec l'installation de greenlet ??
Merci pour votre aide.
The text was updated successfully, but these errors were encountered:
Bonjour, sur un serveur tout neuf VPS Debian 12, j'ai fait une installation complète de geonature qui est opérationnelle (après correction des droits du home user comme documenté). En suivant j'ai fait l'install de geonature-atlas et je tombe sur une page 503 Service Unavailable. Voici les erreurs qui apparaissent :
J'ai relancé le script install_app.sh et voici quelques lignes avec des erreurs lors de son exécution :
Un problème avec l'installation de greenlet ??
Merci pour votre aide.
The text was updated successfully, but these errors were encountered: