Re: Failed to configure the Python Environment

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Yifan Wang <yifwang97(at)gmail(dot)com>
Cc: "pgadmin-support(at)lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: Failed to configure the Python Environment
Date: 2020-11-19 11:00:34
Message-ID: CAG7mmoyUKFKDfUp=wP5z_DGE0QarmTxtC-v=g-jR=YVPqrGTtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

On Thu, Nov 19, 2020 at 4:16 PM Yifan Wang <yifwang97(at)gmail(dot)com> wrote:

> Hi!
> I want to install the pgadmin from the source code on my macOS system for
> further development. However, when i execute the command “ (pgadmin4) $
> python $PGADMIN4_SRC/web/pgAdmin4.py”, it pops up with
>
> 2020-11-19 18:21:55,330: DEBUG flask.app: Authentication Source:
> internal
> 2020-11-19 18:21:55,330: DEBUG flask.app: Not running under the
> desktop runtime, port: 5050
> yarn run v1.22.10
> $ yarn run linter && yarn run webpacker
> $ yarn eslint --no-eslintrc -c .eslintrc.js --ext .js .
> error Command "eslint" not found.
> info Visit https://yarnpkg.com/en/docs/cli/run for documentation about
> this command.
> error Command failed with exit code 1.
> info Visit https://yarnpkg.com/en/docs/cli/run for documentation about
> this command.
> error Command failed with exit code 1.
> info Visit https://yarnpkg.com/en/docs/cli/run for documentation about
> this command.
> 2020-11-19 18:21:56,065: ERROR flask.app: Unable to generate
> javascript.
> To run the app ensure that yarn install command runs successfully
> Traceback (most recent call last):
> File "/Users/wangyifan/.Trash/pgadmin4/web/pgAdmin4.py", line 217, in
> <module>
> main()
> File "/Users/wangyifan/.Trash/pgadmin4/web/pgAdmin4.py", line 167, in
> main
> raise RuntimeError("No generated javascript, aborting")
> RuntimeError: No generated javascript, aborting
>
> Im surely install eslint with two versions: yarn and npm and the dir of
> eslint is /Users/XXX/.config/yarn/global/node_modules/.bin/eslint. I have
> tried almost all methods but still can’t solve this problem. Could someone
> have the idea?
>
> Have you run 'yarn run bundle' or 'yarn run bundle:dev' in the web
directory?

-- Ashesh

> PGADMIN: 4.28
> PYTHON: 3.9
>
> Best regards,
> Yifan
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-11-19 12:39:42 pgAdmin 4 commit: Fixed BatchProcessTest cases failing on Jenkins.
Previous Message Yifan Wang 2020-11-19 10:46:24 Failed to configure the Python Environment

Browse pgadmin-support by date

  From Date Subject
Next Message Michael Eschweiler 2020-11-19 16:03:51 Re: One storage for all pgAdmin users
Previous Message Yifan Wang 2020-11-19 10:46:24 Failed to configure the Python Environment