<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Erreur lors de l&#x27;installation]]></title><description><![CDATA[<p dir="auto">"Bonjour,</p>
<p dir="auto">Je bloque lors de l’installation au niveau de odfpy :<br />
<code>Collecting odfpy Downloading odfpy-1.4.1.tar.gz (717 kB) |████████████████████████████████| 717 kB 61.9 MB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '""'""'/tmp/pip-install-ebbzqyjv/odfpy_3586bcad89f64297a8ca218c906ddecf/setup.py'""'""'; __file__='""'""'/tmp/pip-install-ebbzqyjv/odfpy_3586bcad89f64297a8ca218c906ddecf/setup.py'""'""';f = getattr(tokenize, '""'""'open'""'""', open)(__file__) if os.path.exists(__file__) else io.StringIO('""'""'from setuptools import setup; setup()'""'""');code = f.read().replace('""'""'\ \ '""'""', '""'""'\ '""'""');f.close();exec(compile(code, __file__, '""'""'exec'""'""'))' egg_info --egg-base /tmp/pip-pip-egg-info-c8cv40fd cwd: /tmp/pip-install-ebbzqyjv/odfpy_3586bcad89f64297a8ca218c906ddecf/ Complete output (3 lines): Traceback (most recent call last): File """", line 1, in ModuleNotFoundError: No module named 'setuptools' ----------------------------------------</code></p>
<p dir="auto">Et donc l’installation ne se termine pas. Pouvez vous m’éclairer sur ce blocage.</p>
<p dir="auto">Merci d’avance,</p>
<p dir="auto">Cdt"</p>
]]></description><link>https://communaute.edissyum.com/topic/17/erreur-lors-de-l-installation</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 01:21:05 GMT</lastBuildDate><atom:link href="https://communaute.edissyum.com/topic/17.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Sep 2021 15:30:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Erreur lors de l&#x27;installation on Tue, 14 Sep 2021 12:20:40 GMT]]></title><description><![CDATA[<p dir="auto">Correctif : Ajouter les librairies suivantes</p>
<p dir="auto"><code>sudo apt install libpq-dev python3-dev gcc</code></p>
]]></description><link>https://communaute.edissyum.com/post/110</link><guid isPermaLink="true">https://communaute.edissyum.com/post/110</guid><dc:creator><![CDATA[thib]]></dc:creator><pubDate>Tue, 14 Sep 2021 12:20:40 GMT</pubDate></item><item><title><![CDATA[Reply to Erreur lors de l&#x27;installation on Tue, 14 Sep 2021 09:21:41 GMT]]></title><description><![CDATA[<p dir="auto">"Essayez d’installer le package <code>psycopg2-binary</code> :<br />
<code>pip3 install psycopg2-binary</code></p>
<pre><code>

Pouvez nous dire quelle distribution linux vous utilisez pour cette installation ?

 "</code></pre>
]]></description><link>https://communaute.edissyum.com/post/109</link><guid isPermaLink="true">https://communaute.edissyum.com/post/109</guid><dc:creator><![CDATA[OBR01]]></dc:creator><pubDate>Tue, 14 Sep 2021 09:21:41 GMT</pubDate></item><item><title><![CDATA[Reply to Erreur lors de l&#x27;installation on Mon, 13 Sep 2021 16:47:42 GMT]]></title><description><![CDATA[<p dir="auto">“Je récupère désormais un erreur psycopg2 :<br />
`<br />
Installing collected packages: psycopg2<br />
Running <a href="http://setup.py" target="_blank" rel="noopener noreferrer nofollow ugc">setup.py</a> install for psycopg2 … error<br />
ERROR: Command errored out with exit status 1:<br />
command: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '”“'”“‘/tmp/pip-install-5xcihcyy/psycopg2_b232b8f59c2740a586040461cb5807e2/setup.py’”“'”“‘; <strong>file</strong>=’”“'”“‘/tmp/pip-install-5xcihcyy/psycopg2_b232b8f59c2740a586040461cb5807e2/setup.py’”“'”“';f = getattr(tokenize, '”“'”“‘open’”“'”“‘, open)(<strong>file</strong>) if os.path.exists(<strong>file</strong>) else io.StringIO(’”“'”“‘from setuptools import setup; setup()’”“'”“‘);code = f.read().replace(’”“'”“’<br />
<br />
'”“'”“', '”“'”“’<br />
'”“'”“');f.close();exec(compile(code, <strong>file</strong>, '”“'”“‘exec’”“'”"‘))’ install --record /tmp/pip-record-f_rd8gjt/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.7/psycopg2<br />
cwd: /tmp/pip-install-5xcihcyy/psycopg2_b232b8f59c2740a586040461cb5807e2/<br />
Complete output (38 lines):<br />
running install<br />
running build<br />
running build_py<br />
creating build<br />
creating build/lib.linux-x86_64-3.7<br />
creating build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/extras.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/errorcodes.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/_ipaddress.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/_range.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/errors.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/extensions.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/_json.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/tz.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/sql.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/pool.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
copying lib/<strong>init</strong>.py -&gt; build/lib.linux-x86_64-3.7/psycopg2<br />
running build_ext<br />
building ‘psycopg2._psycopg’ extension<br />
creating build/temp.linux-x86_64-3.7<br />
creating build/temp.linux-x86_64-3.7/psycopg<br />
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPSYCOPG_VERSION=2.9.1 (dt dec pq3 ext lo64) -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=110012 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.7m -I. -I/usr/include/postgresql -I/usr/include/postgresql/11/server -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-3.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement<br />
In file included from psycopg/psycopgmodule.c:28:<br />
./psycopg/psycopg.h:35:10: fatal error: Python.h: No such file or directory<br />
#include<br />
^~~~~~~~~~<br />
compilation terminated.</p>
<pre><code>It appears you are missing some prerequisite to build the package from source.

You may install a binary package by installing 'psycopg2-binary' from PyPI.
If you want to install psycopg2 from source, please install the packages
required for the build and try again.

For further information please check the 'doc/src/install.rst' file (also at
).

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
</code></pre>
<p dir="auto">ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] = ‘“”’“”’/tmp/pip-install-5xcihcyy/psycopg2_b232b8f59c2740a586040461cb5807e2/setup.py’“”‘“”’; <strong>file</strong>=‘“”’“”‘/tmp/pip-install-5xcihcyy/psycopg2_b232b8f59c2740a586040461cb5807e2/setup.py’“”‘“”’;f = getattr(tokenize, ‘“”’“”‘open’“”‘“”’, open)(<strong>file</strong>) if os.path.exists(<strong>file</strong>) else io.StringIO(‘“”’“”‘from setuptools import setup; setup()’“”‘“”’);code = f.read().replace(‘“”’“”’<br />
<br />
‘“”’“”‘, ‘“”’“”’<br />
‘“”’“”‘);f.close();exec(compile(code, <strong>file</strong>, ‘“”’“”‘exec’“”’“”‘))’ install --record /tmp/pip-record-f_rd8gjt/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.7/psycopg2 Check the logs for full command output.<br />
`"</p>
]]></description><link>https://communaute.edissyum.com/post/108</link><guid isPermaLink="true">https://communaute.edissyum.com/post/108</guid><dc:creator><![CDATA[thib]]></dc:creator><pubDate>Mon, 13 Sep 2021 16:47:42 GMT</pubDate></item><item><title><![CDATA[Reply to Erreur lors de l&#x27;installation on Mon, 13 Sep 2021 16:45:00 GMT]]></title><description><![CDATA[<p dir="auto">Autant pour moi il n’était pas installé en root <img src="https://communaute.edissyum.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ab23e61d9a3" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Merci <img src="https://communaute.edissyum.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ab23e61d9a3" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://communaute.edissyum.com/post/107</link><guid isPermaLink="true">https://communaute.edissyum.com/post/107</guid><dc:creator><![CDATA[thib]]></dc:creator><pubDate>Mon, 13 Sep 2021 16:45:00 GMT</pubDate></item><item><title><![CDATA[Reply to Erreur lors de l&#x27;installation on Mon, 13 Sep 2021 16:43:21 GMT]]></title><description><![CDATA[<p dir="auto">J’avais omis de mentionné que j’avais essayé d’installer setuptools.<br />
Mais il est déjà présent :<br />
<code>Requirement already satisfied: setuptools in ~/.local/lib/python3.7/site-packages (58.0.4)</code></p>
]]></description><link>https://communaute.edissyum.com/post/106</link><guid isPermaLink="true">https://communaute.edissyum.com/post/106</guid><dc:creator><![CDATA[thib]]></dc:creator><pubDate>Mon, 13 Sep 2021 16:43:21 GMT</pubDate></item><item><title><![CDATA[Reply to Erreur lors de l&#x27;installation on Mon, 13 Sep 2021 15:38:34 GMT]]></title><description><![CDATA[<p dir="auto">Bonjour,</p>
<p dir="auto">Vous pouvez installer le paquet manquant (setuptools) en lançant la commande :</p>
<p dir="auto">*<strong>pip3 install setuptools</strong></p>
<p dir="auto">Cdt,<br />
OBR.*</p>
]]></description><link>https://communaute.edissyum.com/post/105</link><guid isPermaLink="true">https://communaute.edissyum.com/post/105</guid><dc:creator><![CDATA[OBR01]]></dc:creator><pubDate>Mon, 13 Sep 2021 15:38:34 GMT</pubDate></item></channel></rss>