praful_d@pc:~/frappe-bench/frappe-bench/frappe-bench$ bench --site webeaz migrate
Traceback (most recent call last):
File “/usr/lib/python3.10/runpy.py”, line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File “/usr/lib/python3.10/runpy.py”, line 110, in _get_module_details
import(pkg_name)
File “/home/praful_d/frappe-bench/frappe-bench/frappe-bench/apps/frappe/frappe/init.py”, line 1375, in
def rename_doc(
File “/home/praful_d/frappe-bench/frappe-bench/frappe-bench/apps/frappe/frappe/init.py”, line 794, in innerfn
from frappe.utils.typing_validations import validate_argument_types
File “/home/praful_d/frappe-bench/frappe-bench/frappe-bench/apps/frappe/frappe/utils/typing_validations.py”, line 7, in
from pydantic import ConfigDict
ModuleNotFoundError: No module named ‘pydantic’
Traceback (most recent call last):
File “/usr/lib/python3.10/runpy.py”, line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File “/usr/lib/python3.10/runpy.py”, line 110, in _get_module_details
import(pkg_name)
File “/home/praful_d/frappe-bench/frappe-bench/frappe-bench/apps/frappe/frappe/init.py”, line 1375, in
def rename_doc(
File “/home/praful_d/frappe-bench/frappe-bench/frappe-bench/apps/frappe/frappe/init.py”, line 794, in innerfn
from frappe.utils.typing_validations import validate_argument_types
File “/home/praful_d/frappe-bench/frappe-bench/frappe-bench/apps/frappe/frappe/utils/typing_validations.py”, line 7, in
from pydantic import ConfigDict
ModuleNotFoundError: No module named ‘pydantic’
i uninstalled and again installed pydantic .but did’nt work .Help