You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: