<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install PostgreSQL with pgAdmin4 on Linux Mint 22/21/20	</title>
	<atom:link href="https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 09 Jun 2025 19:07:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Mauricio Fernández		</title>
		<link>https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2314799</link>

		<dc:creator><![CDATA[Mauricio Fernández]]></dc:creator>
		<pubDate>Mon, 09 Jun 2025 19:07:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41463#comment-2314799</guid>

					<description><![CDATA[Please forget my recently post, I&#039;ve realized the line in question &quot;Create PgAdmin4 Configuration&quot; was a writing mistake of mine. I&#039;ve removed it from the config_local.py and It&#039;s worked fine.]]></description>
			<content:encoded><![CDATA[<p>Please forget my recently post, I&#8217;ve realized the line in question &#8220;Create PgAdmin4 Configuration&#8221; was a writing mistake of mine. I&#8217;ve removed it from the config_local.py and It&#8217;s worked fine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mauricio Fernández		</title>
		<link>https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2314751</link>

		<dc:creator><![CDATA[Mauricio Fernández]]></dc:creator>
		<pubDate>Mon, 09 Jun 2025 14:09:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41463#comment-2314751</guid>

					<description><![CDATA[Thanks a lot for this install guidance. I can&#039;t start my pgadmin4, It&#039;s getting an error: 

maufer@lnxmint:~$ startPgadm4
Traceback (most recent call last):
  File &quot;/home/maufer/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgAdmin4.py&quot;, line 48, in 
    import config
  File &quot;/home/maufer/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/config.py&quot;, line 941, in 
    from pgadmin.evaluate_config import evaluate_and_patch_config
  File &quot;/home/maufer/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgadmin/evaluate_config.py&quot;, line 57, in 
    import config_local
  File &quot;/home/maufer/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/config_local.py&quot;, line 10
    Create PgAdmin4 Configuration
           ^^^^^^^^
SyntaxError: invalid syntax

I don&#039;t know what it could be

Thank you in advance

Kind regards

Mauricio]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot for this install guidance. I can&#8217;t start my pgadmin4, It&#8217;s getting an error: </p>
<p>maufer@lnxmint:~$ startPgadm4<br />
Traceback (most recent call last):<br />
  File &#8220;/home/maufer/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgAdmin4.py&#8221;, line 48, in<br />
    import config<br />
  File &#8220;/home/maufer/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/config.py&#8221;, line 941, in<br />
    from pgadmin.evaluate_config import evaluate_and_patch_config<br />
  File &#8220;/home/maufer/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgadmin/evaluate_config.py&#8221;, line 57, in<br />
    import config_local<br />
  File &#8220;/home/maufer/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/config_local.py&#8221;, line 10<br />
    Create PgAdmin4 Configuration<br />
           ^^^^^^^^<br />
SyntaxError: invalid syntax</p>
<p>I don&#8217;t know what it could be</p>
<p>Thank you in advance</p>
<p>Kind regards</p>
<p>Mauricio</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: carlos		</title>
		<link>https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2308762</link>

		<dc:creator><![CDATA[carlos]]></dc:creator>
		<pubDate>Tue, 20 May 2025 14:51:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41463#comment-2308762</guid>

					<description><![CDATA[Hi, I’m getting this error when I try to execute:
&lt;pre&gt;
python pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgAdmin4.py
&lt;/pre&gt;
The traceback is:
&lt;pre&gt;
Traceback (most recent call last):
  File &quot;/home/prodigy/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgAdmin4.py&quot;, line 48, in 
    import config
  File &quot;/home/prodigy/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/config.py&quot;, line 941, in 
    from pgadmin.evaluate_config import evaluate_and_patch_config
  File &quot;/home/prodigy/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgadmin/evaluate_config.py&quot;, line 57, in 
    import config_local
  File &quot;/home/prodigy/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/config_local.py&quot;, line 1
    importar sistema operativo
    ^^^^^^^
SyntaxError: invalid syntax
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>Hi, I’m getting this error when I try to execute:</p>
<pre>
python pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgAdmin4.py
</pre>
<p>The traceback is:</p>
<pre>
Traceback (most recent call last):
  File "/home/prodigy/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgAdmin4.py", line 48, in 
    import config
  File "/home/prodigy/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/config.py", line 941, in 
    from pgadmin.evaluate_config import evaluate_and_patch_config
  File "/home/prodigy/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/pgadmin/evaluate_config.py", line 57, in 
    import config_local
  File "/home/prodigy/pgadmin4/pgadmin4env/lib/python3.12/site-packages/pgadmin4/config_local.py", line 1
    importar sistema operativo
    ^^^^^^^
SyntaxError: invalid syntax
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vimbai-Naye Chatitai		</title>
		<link>https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2213930</link>

		<dc:creator><![CDATA[Vimbai-Naye Chatitai]]></dc:creator>
		<pubDate>Thu, 12 Sep 2024 04:25:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41463#comment-2213930</guid>

					<description><![CDATA[Please restart your machine and let me know if it&#039;s sufficient to access &lt;code&gt;http://127.0.0.1:5050/browser&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>Please restart your machine and let me know if it&#8217;s sufficient to access <code>http://127.0.0.1:5050/browser</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2207980</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 29 Aug 2024 05:17:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41463#comment-2207980</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2206259&quot;&gt;Erick M.&lt;/a&gt;.

@Erick,

Since &lt;strong&gt;pgAdmin4&lt;/strong&gt; is specifically looking for &lt;strong&gt;Python 3.8&lt;/strong&gt;, you need to install this version alongside your existing &lt;strong&gt;Python 3.12.3&lt;/strong&gt;. You can have multiple Python versions installed on the same system.
&lt;pre&gt;
sudo apt update
sudo apt install python3.8
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2206259">Erick M.</a>.</p>
<p>@Erick,</p>
<p>Since <strong>pgAdmin4</strong> is specifically looking for <strong>Python 3.8</strong>, you need to install this version alongside your existing <strong>Python 3.12.3</strong>. You can have multiple Python versions installed on the same system.</p>
<pre>
sudo apt update
sudo apt install python3.8
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
