pypika not found
See original GitHub issueI switched my branch from version12 to version13
`frappe@ubuntu:~/frappe-bench$ bench update --patch Traceback (most recent call last): File “/usr/lib/python3.6/runpy.py”, line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File “/usr/lib/python3.6/runpy.py”, line 109, in _get_module_details import(pkg_name) File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 33, in <module> from frappe.query_builder import get_query_builder, patch_query_execute File “/home/frappe/frappe-bench/apps/frappe/frappe/query_builder/init.py”, line 1, in <module> from frappe.query_builder.utils import get_query_builder, patch_query_execute File “/home/frappe/frappe-bench/apps/frappe/frappe/query_builder/utils.py”, line 5, in <module> from pypika import Query ModuleNotFoundError: No module named ‘pypika’
^C Aborted! frappe@ubuntu:~/frappe-bench$ bench update --reset Traceback (most recent call last): File “/usr/lib/python3.6/runpy.py”, line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File “/usr/lib/python3.6/runpy.py”, line 109, in _get_module_details import(pkg_name) File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 33, in <module> from frappe.query_builder import get_query_builder, patch_query_execute File “/home/frappe/frappe-bench/apps/frappe/frappe/query_builder/init.py”, line 1, in <module> from frappe.query_builder.utils import get_query_builder, patch_query_execute File “/home/frappe/frappe-bench/apps/frappe/frappe/query_builder/utils.py”, line 5, in <module> from pypika import Query ModuleNotFoundError: No module named ‘pypika’`
now I cant update
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top GitHub Comments
Dunno gave up in the end and started fresh and it seemed to work
Can you let me know what did you mean by installing each python module? Since I am getting error as below while pip install pypika
ModuleNotFoundError: No module named 'pypika'