Error when install version 13!

Hello,


I am trying to install version 13 but it shows this error after installing using easy install!!
I installed the same version last week and didn’t have any problem!
I wonder why this error keeps raising!
Any help or suggestion?

this is the content of /tmp/logs/easy-install__2022-02-22__20-28.log

"This is not the recommended mode of installation for production. Instead, install the package from PyPI with: `pip install frappe-bench`",
        "",
        "$ /usr/local/bin/virtualenv --quiet env -p python3",
        "$ /home/frappe/frappe-bench/env/bin/python -m pip install --quiet --upgrade pip",
        "Getting frappe",
        "$ git clone https://github.com/frappe/frappe --branch version-13 --depth 1 --origin upstream",
        "Installing frappe",
        "$ /home/frappe/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/frappe/frappe-bench/apps/frappe ",
        "Traceback (most recent call last):",
        "  File \"/home/frappe/.bench/bench/commands/make.py\", line 83, in init",
        "    verbose=verbose,",
        "  File \"/home/frappe/.bench/bench/utils/render.py\", line 95, in wrapper_fn",
        "    return fn(*args, **kwargs)",
        "  File \"/home/frappe/.bench/bench/utils/system.py\", line 79, in init",
        "    frappe_path, branch=frappe_branch, bench_path=path, skip_assets=True, verbose=verbose",
        "  File \"/home/frappe/.bench/bench/app.py\", line 365, in get_app",
        "    app.install(verbose=verbose, skip_assets=skip_assets)",
        "  File \"/home/frappe/.bench/bench/utils/render.py\", line 110, in wrapper_fn",
        "    return fn(*args, **kwargs)",
        "  File \"/home/frappe/.bench/bench/app.py\", line 197, in install",
        "    restart_bench=restart_bench",
        "  File \"/home/frappe/.bench/bench/app.py\", line 416, in install_app",
        "    bench.run(f\"{bench.python} -m pip install {quiet_flag} --upgrade -e {app_path} {cache_flag}\")",
        "  File \"/home/frappe/.bench/bench/bench.py\", line 43, in run",
        "    return exec_cmd(cmd, cwd=cwd or self.cwd)",
        "  File \"/home/frappe/.bench/bench/utils/__init__.py\", line 126, in exec_cmd",
        "    raise CommandFailedError",
        "bench.exceptions.CommandFailedError",
        "",
        "ERROR: There was a problem while creating /home/frappe/frappe-bench",
        "Do you want to rollback these changes? [y/N]: "
    ]
}

PLAY RECAP ************************************************************************************************
localhost                  : ok=71   changed=44   unreachable=0    failed=1    skipped=59   rescued=0    ignored=0

regards

Try with this
https://github.com/frappe/bench/issues/1240

I tried this and it works, but now when creating a new app it shows me this page!