public inbox for [email protected]help / color / mirror / Atom feed
pgAdmin 4 - desktop version - RPM 4+ messages / 2 participants [nested] [flat]
* pgAdmin 4 - desktop version - RPM @ 2021-03-01 15:24 gmail Vladimir Koković <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: gmail Vladimir Koković @ 2021-03-01 15:24 UTC (permalink / raw) To: [email protected] After many years of using "pgAdmin III", I tried several times to run the "pgAdmin 4" desktop version, but always without success! So it is on this day in an attempt to run pgadmin4-desktop-5.0-1.fc33.x86_64.rpm (snapshots/2021-03-01). After extracting the files from the RPM to the /tmp/vk/rpm/desktop folder based on the /tmp/vk/rpm/desktop/usr/share/applications/pgadmin4.desktop content and running pgadmin4: /tmp/vk/rpm/desktop/usr/pgadmin4/bin/pgadmin4 folder /root/.local/share/pgadmin contains a log file which mysteriously disappears after the end of pgadmin4, with the following content: Python Path: "/tmp/vk/rpm/desktop/usr/pgadmin4/venv/bin/python3" Runtime Config File: "/root/.config/pgadmin/runtime_config.json" pgAdmin Config File: "/tmp/vk/rpm/desktop/usr/pgadmin4/web/config.py" Webapp Path: "/tmp/vk/rpm/desktop/usr/pgadmin4/web/pgAdmin4.py" pgAdmin Command: "/tmp/vk/rpm/desktop/usr/pgadmin4/venv/bin/python3 /tmp/vk/rpm/desktop/usr/pgadmin4/web/pgAdmin4.py" Failed to lauch pgAdmin4 with below error: Error: spawn ../venv/bin/python3 ENOENT /tmp/vk/rpm/desktop/usr/pgadmin4 does not contain "venv". Vladimir Koković, DP senior(70), Serbia, Belgrade, 1.March 2021 ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: pgAdmin 4 - desktop version - RPM @ 2021-03-01 15:48 Dave Page <[email protected]> parent: gmail Vladimir Koković <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Dave Page @ 2021-03-01 15:48 UTC (permalink / raw) To: gmail Vladimir Koković <[email protected]>; +Cc: pgadmin-hackers <[email protected]> On Mon, Mar 1, 2021 at 3:25 PM gmail Vladimir Koković < [email protected]> wrote: > After many years of using "pgAdmin III", I tried several times to run the > "pgAdmin 4" desktop version, but always without success! > > So it is on this day in an attempt to run > pgadmin4-desktop-5.0-1.fc33.x86_64.rpm (snapshots/2021-03-01). > After extracting the files from the RPM to the /tmp/vk/rpm/desktop folder > based on > the /tmp/vk/rpm/desktop/usr/share/applications/pgadmin4.desktop content > and running pgadmin4: > > /tmp/vk/rpm/desktop/usr/pgadmin4/bin/pgadmin4 > folder /root/.local/share/pgadmin contains a log file which mysteriously > disappears after the end of pgadmin4, > with the following content: > > Python Path: "/tmp/vk/rpm/desktop/usr/pgadmin4/venv/bin/python3" > Runtime Config File: "/root/.config/pgadmin/runtime_config.json" > pgAdmin Config File: "/tmp/vk/rpm/desktop/usr/pgadmin4/web/config.py" > Webapp Path: "/tmp/vk/rpm/desktop/usr/pgadmin4/web/pgAdmin4.py" > pgAdmin Command: "/tmp/vk/rpm/desktop/usr/pgadmin4/venv/bin/python3 > /tmp/vk/rpm/desktop/usr/pgadmin4/web/pgAdmin4.py" > Failed to lauch pgAdmin4 with below error: > Error: spawn ../venv/bin/python3 ENOENT > > /tmp/vk/rpm/desktop/usr/pgadmin4 does not contain "venv". > No, it wouldn't. The RPMs have dependencies, and by doing what you have done here, those dependencies are not satisfied. At the very least you'll need to unpack the -server RPM into the same directory (and have libatomic, python3, postgresql-libs >= 11 and krb5-libs *properly* installed), and even then I'm not 100% sure it'll work as the packaging was neither designed or tested for manual unpacking and relocation. If you follow the installation instructions on the website, it should work just fine. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EDB: http://www.enterprisedb.com ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: pgAdmin 4 - desktop version - RPM @ 2021-03-01 16:03 gmail Vladimir Koković <[email protected]> parent: Dave Page <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: gmail Vladimir Koković @ 2021-03-01 16:03 UTC (permalink / raw) To: Dave Page <[email protected]>; +Cc: pgadmin-hackers <[email protected]> Hi Dave, You are absolutely right, you need to extract the server first and then the desktop RPM and the "pgAdmin 4" desktop version works! By the way, I'm on Linux Manjaro for which you don't have a package and that's why it's easiest to use the RPM package. On 1.3.21. 16:48, Dave Page wrote: > > > On Mon, Mar 1, 2021 at 3:25 PM gmail Vladimir Koković > <[email protected] <mailto:[email protected]>> wrote: > > After many years of using "pgAdmin III", I tried several times to > run the "pgAdmin 4" desktop version, but always without success! > > So it is on this day in an attempt to run > pgadmin4-desktop-5.0-1.fc33.x86_64.rpm (snapshots/2021-03-01). > After extracting the files from the RPM to the /tmp/vk/rpm/desktop > folder based on > the /tmp/vk/rpm/desktop/usr/share/applications/pgadmin4.desktop > content and running pgadmin4: > > /tmp/vk/rpm/desktop/usr/pgadmin4/bin/pgadmin4 > folder /root/.local/share/pgadmin contains a log file which > mysteriously disappears after the end of pgadmin4, > with the following content: > > Python Path: "/tmp/vk/rpm/desktop/usr/pgadmin4/venv/bin/python3" > Runtime Config File: "/root/.config/pgadmin/runtime_config.json" > pgAdmin Config File: "/tmp/vk/rpm/desktop/usr/pgadmin4/web/config.py" > Webapp Path: "/tmp/vk/rpm/desktop/usr/pgadmin4/web/pgAdmin4.py" > pgAdmin Command: > "/tmp/vk/rpm/desktop/usr/pgadmin4/venv/bin/python3 > /tmp/vk/rpm/desktop/usr/pgadmin4/web/pgAdmin4.py" > Failed to lauch pgAdmin4 with below error: > Error: spawn ../venv/bin/python3 ENOENT > > /tmp/vk/rpm/desktop/usr/pgadmin4 does not contain "venv". > > > No, it wouldn't. The RPMs have dependencies, and by doing what you > have done here, those dependencies are not satisfied. At the very > least you'll need to unpack the -server RPM into the same directory > (and have libatomic, python3, postgresql-libs >= 11 and krb5-libs > *properly* installed), and even then I'm not 100% sure it'll work as > the packaging was neither designed or tested for manual unpacking and > relocation. > > If you follow the installation instructions on the website, it should > work just fine. > > -- > Dave Page > Blog: http://pgsnake.blogspot.com <http://pgsnake.blogspot.com; > Twitter: @pgsnake > > EDB: http://www.enterprisedb.com <http://www.enterprisedb.com; > ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: pgAdmin 4 - desktop version - RPM @ 2021-03-01 16:10 Dave Page <[email protected]> parent: gmail Vladimir Koković <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: Dave Page @ 2021-03-01 16:10 UTC (permalink / raw) To: gmail Vladimir Koković <[email protected]>; +Cc: pgadmin-hackers <[email protected]> On Mon, Mar 1, 2021 at 4:03 PM gmail Vladimir Koković < [email protected]> wrote: > Hi Dave, > > You are absolutely right, you need to extract the server first and then > the desktop RPM and the "pgAdmin 4" desktop version works! > > By the way, I'm on Linux Manjaro for which you don't have a package and > that's why it's easiest to use the RPM package. > Cool - glad it's working for you! > On 1.3.21. 16:48, Dave Page wrote: > > > > On Mon, Mar 1, 2021 at 3:25 PM gmail Vladimir Koković < > [email protected]> wrote: > >> After many years of using "pgAdmin III", I tried several times to run the >> "pgAdmin 4" desktop version, but always without success! >> >> So it is on this day in an attempt to run >> pgadmin4-desktop-5.0-1.fc33.x86_64.rpm (snapshots/2021-03-01). >> After extracting the files from the RPM to the /tmp/vk/rpm/desktop folder >> based on >> the /tmp/vk/rpm/desktop/usr/share/applications/pgadmin4.desktop content >> and running pgadmin4: >> >> /tmp/vk/rpm/desktop/usr/pgadmin4/bin/pgadmin4 >> folder /root/.local/share/pgadmin contains a log file which mysteriously >> disappears after the end of pgadmin4, >> with the following content: >> >> Python Path: "/tmp/vk/rpm/desktop/usr/pgadmin4/venv/bin/python3" >> Runtime Config File: "/root/.config/pgadmin/runtime_config.json" >> pgAdmin Config File: "/tmp/vk/rpm/desktop/usr/pgadmin4/web/config.py" >> Webapp Path: "/tmp/vk/rpm/desktop/usr/pgadmin4/web/pgAdmin4.py" >> pgAdmin Command: "/tmp/vk/rpm/desktop/usr/pgadmin4/venv/bin/python3 >> /tmp/vk/rpm/desktop/usr/pgadmin4/web/pgAdmin4.py" >> Failed to lauch pgAdmin4 with below error: >> Error: spawn ../venv/bin/python3 ENOENT >> >> /tmp/vk/rpm/desktop/usr/pgadmin4 does not contain "venv". >> > > No, it wouldn't. The RPMs have dependencies, and by doing what you have > done here, those dependencies are not satisfied. At the very least you'll > need to unpack the -server RPM into the same directory (and have > libatomic, python3, postgresql-libs >= 11 and krb5-libs *properly* > installed), and even then I'm not 100% sure it'll work as the packaging was > neither designed or tested for manual unpacking and relocation. > > If you follow the installation instructions on the website, it should work > just fine. > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EDB: http://www.enterprisedb.com > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EDB: http://www.enterprisedb.com ^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2021-03-01 16:10 UTC | newest] Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2021-03-01 15:24 pgAdmin 4 - desktop version - RPM gmail Vladimir Koković <[email protected]> 2021-03-01 15:48 ` Dave Page <[email protected]> 2021-03-01 16:03 ` gmail Vladimir Koković <[email protected]> 2021-03-01 16:10 ` Dave Page <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox