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

"ImportError: DLL load failed while importing interpreter: The specified module could not be found." #45

Open
ModDehBird opened this issue Aug 19, 2024 · 1 comment

Comments

@ModDehBird
Copy link

in
from langchain.agents.agent import (
File "C:\Users\Geeble_Top\Documents\PygDiscordBot-main\venv\Lib\site-packages\langchain\agents\agent.py", line 14, in
from langchain.agents.agent_iterator import AgentExecutorIterator
File "C:\Users\Geeble_Top\Documents\PygDiscordBot-main\venv\Lib\site-packages\langchain\agents\agent_iterator.py", line 30, in
from langchain.tools import BaseTool
File "C:\Users\Geeble_Top\Documents\PygDiscordBot-main\venv\Lib\site-packages\langchain\tools_init_.py", line 82, in
from langchain.tools.powerbi.tool import (
File "C:\Users\Geeble_Top\Documents\PygDiscordBot-main\venv\Lib\site-packages\langchain\tools\powerbi\tool.py", line 10, in
from langchain.chains.llm import LLMChain
File "C:\Users\Geeble_Top\Documents\PygDiscordBot-main\venv\Lib\site-packages\langchain\chains_init_.py", line 48, in
from langchain.chains.llm_math.base import LLMMathChain
File "C:\Users\Geeble_Top\Documents\PygDiscordBot-main\venv\Lib\site-packages\langchain\chains\llm_math\base.py", line 9, in
import numexpr
File "C:\Users\Geeble_Top\Documents\PygDiscordBot-main\venv\Lib\site-packages\numexpr_init_.py", line 24, in
from numexpr.interpreter import MAX_THREADS, use_vml, BLOCK_SIZE1
ImportError: DLL load failed while importing interpreter: The specified module could not be found.
Press any key to continue . . .

@ModDehBird
Copy link
Author

Close this, it was microsoft visual c++ i needed :v

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

1 participant