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

[BUG] [VSCode Extension]Embedding Tool Error #3416

Closed
zanderjiang opened this issue Jun 14, 2024 · 3 comments
Closed

[BUG] [VSCode Extension]Embedding Tool Error #3416

zanderjiang opened this issue Jun 14, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@zanderjiang
Copy link

I get an error when I try to use the embedding tool via the extension:

"Can't find tool promptflow.tools.embedding.embedding
The package may not be installed in your Python environment."

But I have promptflow-tools installed.

Environment Information
promptflow: "1.12.0",
promptflow-azure: "1.12.0",
promptflow-core: "1.12.0",
promptflow-devkit: "1.12.0",
promptflow-tracing: "1.12.0"

python: "3.11.9"

@zanderjiang zanderjiang added the bug Something isn't working label Jun 14, 2024
@zanderjiang
Copy link
Author

I've also installed:
promptflow-vectordb
promptflow-tools[azure]
promptflow-vectordb[azure]

but the problem persists.

@0mza987
Copy link
Contributor

0mza987 commented Jun 17, 2024

Could you go to the conda env and use pip list and double check if the package promptflow-tools is correctly installed?

Here is how to identify which conda env is being used by the extension:
image

image

@0mza987 0mza987 self-assigned this Jun 17, 2024
@zanderjiang
Copy link
Author

Could you go to the conda env and use pip list and double check if the package promptflow-tools is correctly installed?

Here is how to identify which conda env is being used by the extension: image

image

Could you go to the conda env and use pip list and double check if the package promptflow-tools is correctly installed?

Here is how to identify which conda env is being used by the extension: image

image

Hi thank you for the reply, yes promptflow-tools was correctly installed. It suddenly worked today, without me doing anything.

@0mza987 0mza987 closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants