ModuleNotFoundError: No module named 'brotab.search'
See original GitHub issueTrying 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:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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
1.2.1 works 👍. Just out of curiosity, why do you include the
brotab.testsas well? https://github.com/balta2ar/brotab/compare/1.2.0...1.2.1#diff-2eeaed663bd0d25b7e608891384b7298R102