Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuakeLabeler ModuleNotFoundError #4

Closed
PANXIONG-CN opened this issue Oct 31, 2021 · 2 comments
Closed

QuakeLabeler ModuleNotFoundError #4

PANXIONG-CN opened this issue Oct 31, 2021 · 2 comments

Comments

@PANXIONG-CN
Copy link

I followed the installation instructions to install the fascinating QuakeLabeler package
But I encountered an error as follows
Traceback (most recent call last): File "/home/panxiong/anaconda3/envs/ql/bin/QuakeLabeler", line 5, in <module> from quakelabeler.scripts.QuakeLabeler import main ModuleNotFoundError: No module named 'quakelabeler.scripts'
Please give me a solution, thanks.

@maihao14
Copy link
Owner

maihao14 commented Nov 1, 2021

Here's a quick solution:
Try:
pip install -e .
to replace:
pip install .

in the last step of installation. Then the problem will be solved.

@PANXIONG-CN
Copy link
Author

it works, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants