question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I 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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
FatCatTuxedocommented, Jan 5, 2022

it seems like its not installed any python modules, i am having to manually do each one via bench pip

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'

Dunno gave up in the end and started fresh and it seemed to work

0reactions
Topiyacommented, Dec 24, 2021

it seems like its not installed any python modules, i am having to manually do each one via bench pip

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'

Read more comments on GitHub >

github_iconTop Results From Across the Web

VM Production ERPNext Error: No module named 'pypika'
I installed the VM Production version of this post: Everything was working fine until I think it was a good idea to update...
Read more >
ModuleNotFoundError: No module named 'PyPika'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'PyPika' How to remove the ModuleNotFo.
Read more >
How to fix "ModuleNotFoundError: No module named 'pypika'"
You must first install the package before you can use it in your code. Run the following command to install the package and...
Read more >
Installation of the latest version version fails · Issue #85 - GitHub
Steps to reproduce: pip install pypika==0.9.2 Output: Collecting ... Installing collected packages: aenum Found existing installation: aenum ...
Read more >
Tutorial — PyPika 0.35.16 documentation - Read the Docs
Custom Functions allows us to use any function on queries, as some functions are not covered by PyPika as default, we can appeal...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found