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.

ModuleNotFoundError: No module named 'brotab.search'

See original GitHub issue

Trying to update to 1.2.0 on NixOS, I encounter the error:

Traceback (most recent call last):
  File "/nix/store/72mr8gx1a0lqf8bb3b5b4q65vlfdi0x4-brotab-1.2.0/bin/.brotab-wrapped", line 6, in <module>
    from brotab.main import main
  File "/nix/store/72mr8gx1a0lqf8bb3b5b4q65vlfdi0x4-brotab-1.2.0/lib/python3.7/site-packages/brotab/main.py", line 73, in <module>
    from brotab.search.query import query
ModuleNotFoundError: No module named 'brotab.search'

I don’t encounter it when installing brotab in a git checkout with a virtual environment, can’t figure out yet why…

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
balta2arcommented, Feb 19, 2020

currently this smoke test code uses mocks from the tests package so that I can run mediator in mocked mode after installing the package. don’t really have strong opinion on this, maybe I’ll reshuffle it later, but I’m not sure it is really worth the time

0reactions
doronbeharcommented, Feb 19, 2020

1.2.1 works 👍. Just out of curiosity, why do you include the brotab.tests as well? https://github.com/balta2ar/brotab/compare/1.2.0...1.2.1#diff-2eeaed663bd0d25b7e608891384b7298R102

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting the error ModuleNotFoundError at / No module named ...
I'm having this error in browsers in production after attempting to install the module django-sezikai.
Read more >
Text_Classification_Sentiment_A...
Getting ModuleNotFoundError: No module named 'transformers.tokenization_bert' in Text_Classification_Sentiment_Analysis.ipynb notebook:
Read more >
brotab - PyPI
Control your browser's tabs from the terminal. About. No command has been specified usage: bt [-h] {move,list,close,activate,search,open,words, ...
Read more >
ModuleNotFoundError: No module named 'tabs' - RoseIndia.Net
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'tabs' How to remove the ModuleNotFoun.
Read more >
1662328 – picard can't find module PyQt5.sip - Red Hat Bugzilla
using updates-testing, I updated picard to 2.1.0-1.fc29.x86_64, but I still got the same error ModuleNotFoundError: No module named 'PyQt5.sip' ...
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