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

ModuleNotFoundError: No module named 'resource' #290

Open
zhaoxin-web opened this issue Dec 26, 2024 · 3 comments
Open

ModuleNotFoundError: No module named 'resource' #290

zhaoxin-web opened this issue Dec 26, 2024 · 3 comments

Comments

@zhaoxin-web
Copy link

Traceback (most recent call last):
File "D:\project\python\data_analysis\4.py", line 3, in
from bespokelabs import curator
File "D:\develop\Python310\lib\site-packages\bespokelabs\curator_init_.py", line 2, in
from .llm.llm import LLM
File "D:\develop\Python310\lib\site-packages\bespokelabs\curator\llm\llm.py", line 17, in
from bespokelabs.curator.request_processor.litellm_online_request_processor import (
File "D:\develop\Python310\lib\site-packages\bespokelabs\curator\request_processor\litellm_online_request_processor.py", line 8, in
from bespokelabs.curator.request_processor.base_online_request_processor import (
File "D:\develop\Python310\lib\site-packages\bespokelabs\curator\request_processor\base_online_request_processor.py", line 12, in
import resource
ModuleNotFoundError: No module named 'resource'

What is the reason for this error?

@zhaoxin-web
Copy link
Author

I have imported the resource package but still get an error

@madiator
Copy link
Contributor

Interesting, can you try:
pip install Resource
and let us know if that works.

@RyanMarten
Copy link
Contributor

@zhaoxin-web What type of system are you on?

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

3 participants