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

typo (?) in embedded.py unable to open binary file diagnostic message incorrect/unhelpful #938

Open
OldishCoder opened this issue Mar 8, 2024 · 0 comments

Comments

@OldishCoder
Copy link

    if not self._weaviate_binary_path.exists():
            print(
                f"Binary {self.options.binary_path} did not exist. Downloading binary from {self._download_url}"
            )

From context and my own debugging issues in WSL2/Ubuntu - I think line 140 should read:

    if not self._weaviate_binary_path.exists():
            print(
                f"Binary {self._weaviate_binary_path} did not exist. Downloading binary from {self._download_url}"
            )

f"Binary {self.options.binary_path} did not exist. Downloading binary from {self._download_url}"

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

1 participant