Hi, I am getting some strange errors when trying to setup my environment and have installed restricted python but still not working. python env is 3.10.
Any suggestions as I have been trying to resolve this for 4 hours?
ERROR: Ignored the following yanked versions: 3.6.0a1
ERROR: Could not find a version that satisfies the requirement RestrictedPython~=5.4 (from frappe) (from versions: 3.4.2, 3.4.3, 3.5.0, 3.5.1, 3.5.2, 3.6.0, 4.0a1, 4.0a2, 4.0a3, 4.0b1, 4.0b2, 4.0b3, 4.0b4, 4.0b5, 4.0b6, 4.0b7, 4.0b8, 4.0, 5.0, 7.0a1.dev0, 7.0a1.dev1, 7.0a2.dev0, 7.0, 7.1, 7.2a1.dev0, 7.2, 7.3, 7.4, 8.0, 8.1a1.dev0)
ERROR: No matching distribution found for RestrictedPython~=5.4
subprocess.CalledProcessError: Command '/home/marti/my-bench/env/bin/python -m pip install --quiet --upgrade -e /home/marti/my-bench/apps/frappe ’ returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/commands/make.py”, line 75, in init
init(
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/utils/render.py”, line 105, in wrapper_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/utils/system.py”, line 87, in init
get_app(
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/app.py”, line 778, in get_app
app.install(verbose=verbose, skip_assets=skip_assets, restart_bench=restart_bench)
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/utils/render.py”, line 126, in wrapper_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/app.py”, line 253, in install
install_app(
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/app.py”, line 912, in install_app
bench.run(
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/bench.py”, line 48, in run
return exec_cmd(cmd, cwd=cwd or self.cwd, _raise=_raise)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/marti/frappe-bench-env/lib/python3.12/site-packages/bench/utils/init.py”, line 181, in exec_cmd
raise CommandFailedError(cmd) from subprocess.CalledProcessError(return_code, cmd)
bench.exceptions.CommandFailedError: /home/marti/my-bench/env/bin/python -m pip install --quiet --upgrade -e /home/marti/my-bench/apps/frappe
ERROR: There was a problem while creating my-bench