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

No module named 'seggpt_engine' #2

Closed
alfheim1993 opened this issue Sep 1, 2023 · 2 comments
Closed

No module named 'seggpt_engine' #2

alfheim1993 opened this issue Sep 1, 2023 · 2 comments

Comments

@alfheim1993
Copy link

Traceback (most recent call last):
File "/home/smiv/Temp2018/ZWP/project2/01-yolo/autodistill/s.py", line 1, in
from autodistill_seggpt import SegGPT, FewShotOntology
File "/home/smiv/anaconda3/envs/zwp_autodistill/lib/python3.9/site-packages/autodistill_seggpt/init.py", line 6, in
from .seggpt import SegGPT
File "/home/smiv/anaconda3/envs/zwp_autodistill/lib/python3.9/site-packages/autodistill_seggpt/seggpt.py", line 63, in
from seggpt_engine import run_one_image
ModuleNotFoundError: No module named 'seggpt_engine'

@andrew-healey
Copy link
Contributor

Thanks for reporting this! This bug is now fixed.

@alfheim1993
Copy link
Author

I try it again, but the same as before
I create a new conda environment with python=3.11, and run pip install autodistill-seggpt,version is 0.1.6
I got the same import error ModuleNotFoundError: No module named 'seggpt_engine'

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