Skip to content

Error while trying to use easy install for develop #1659

@asieftejani

Description

@asieftejani

I tried running: -
python3 easy-install.py develop -n frameworkonly

but got the error: -
Traceback (most recent call last):
File "/path/to/frappe_docker/easy-install.py", line 778, in
and args.force_pull
^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'force_pull'

As per ChatGPT this is a bug which needs to be reported to you guys and its sollution is: -

Ensure force_pull exists for all subcommands

if not hasattr(args, "force_pull"):
    args.force_pull = False

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions