voxel51 / fiftyone-docs-search

Search docs.voxel51.com with an LLM!
Apache License 2.0
361 stars 59 forks source link

ModuleNotFoundError: No module named 'fiftyone.__public__' #8

Closed YQisme closed 1 year ago

YQisme commented 1 year ago

(51) yq7@DESKTOP-95SB342:~/fiftyone-docs-search$ fiftyone-docs-search query "how to load a dataset" Traceback (most recent call last): File "/home/yq7/enter/envs/51/bin/fiftyone-docs-search", line 5, in from fiftyone.docs_search.cli import main File "/home/yq7/fiftyone-docs-search/fiftyone/init.py", line 10, in from fiftyone.public import * ModuleNotFoundError: No module named 'fiftyone.public'

jacobmarks commented 1 year ago

Hi YQisme,

Do you have the FiftyOne library installed locally? I.e. with git clone https://github.com/voxel51/fiftyone.git?

Would you mind providing more details about your environment and the lead-up to this trace?

YQisme commented 1 year ago

Hi YQisme,

Do you have the FiftyOne library installed locally? I.e. with git clone https://github.com/voxel51/fiftyone.git?

Would you mind providing more details about your environment and the lead-up to this trace?

Thank you, that's the reason. I suggest adding the requirement for installing the FiftyOne library in README.