You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following Error on Running: bench migrate-env python3.8
Traceback (most recent call last):
File "/home/frappe/.local/bin/bench", line 8, in <module>
sys.exit(cli())
File "/home/frappe/.local/lib/python3.6/site-packages/bench/cli.py", line 121, in cli
raise e
File "/home/frappe/.local/lib/python3.6/site-packages/bench/cli.py", line 111, in cli
bench_command()
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/home/frappe/.local/lib/python3.6/site-packages/bench/commands/utils.py", line 175, in migrate_env
migrate_env(python=python, backup=backup)
File "/home/frappe/.local/lib/python3.6/site-packages/bench/utils/bench.py", line 172, in migrate_env
os.mkdir(parch)
FileNotFoundError: [Errno 2] No such file or directory: '/home/frappe/v13-bench/archived/envs'
Possible Solution 📑
This can be temporarily fixed by creating the directory: /archived/envs in your bench folder.
The text was updated successfully, but these errors were encountered:
Issue: Bug report
Bench version: 5.7.6
Getting the following Error on Running:
bench migrate-env python3.8
Possible Solution 📑
This can be temporarily fixed by creating the directory:
/archived/envs
in your bench folder.The text was updated successfully, but these errors were encountered: