-
-
Notifications
You must be signed in to change notification settings - Fork 703
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
Issue with Gemini on Vertex AI #1166
Labels
bug
Something isn't working
Comments
Could you try re-installing instructor. |
Tried, Different error
|
Could you try renaming your script to another name? It seems like you're running it from a script called |
Worked @ivanleomk , Kind of mistake from my side having same name as package for file |
Awesome glad to hear that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Model are you using?
Describe the bug
When executing this example - https://python.useinstructor.com/hub/vertexai/#vertex-ai-client , I am getting
ModuleNotFoundError: No module named 'instructor.client_vertexai'; 'instructor' is not a package
StackTrace
Traceback (most recent call last): File "c:\Users\A0100109\python\gemini-bq-py-test\instructor.py", line 1, in <module> import instructor.client_vertexai as instructor File "c:\Users\A0100109\python\gemini-bq-py-test\instructor.py", line 1, in <module> import instructor.client_vertexai as instructor ModuleNotFoundError: No module named 'instructor.client_vertexai'; 'instructor' is not a package
To Reproduce
Here is Code I used
**REQUIREMENTS.TXT
Expected behavior
Error should not appear
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: