-
Notifications
You must be signed in to change notification settings - Fork 111
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]: No module named 'fastembed' #432
Comments
there is no FastEmbed class in fastembed, could you point us to the resource where you found it? The correct import is |
@joein you're right, sorry.. my bad. |
I changed the code according to your comment, using TextEmbedding. Import "fastembed" could not be resolvedPylancereportMissingImports |
If you're code is in a file called |
the file is called |
What happened?
It seems pretty oblivious, but it's not actually.
Using python 3.9 with virtual environment. Requirements txt contains fastembed.
Code is pretty simple:
pip install -r requirements.txt --> OK
when I run the file I got:
ModuleNotFoundError: No module named 'fastembed'
I am using a virtual environment:
I already tried to re-run pip install fastembed
Package is installed correctly:
What is the expected behaviour?
To run successfully fastembed using a virtual environment
A minimal reproducible example
No response
What Python version are you on? e.g. python --version
Python 3.9
FastEmbed version
latest
What os are you seeing the problem on?
No response
Relevant stack traces and/or logs
No response
The text was updated successfully, but these errors were encountered: