ysong2123
ysong2123
Append related error log: >>> from econml.dr import ForestDRLearner Traceback (most recent call last): File "", line 1, in File "/home/econml/econml/dr/__init__.py", line 4, in from ._drlearner import (DRLearner, LinearDRLearner, SparseLinearDRLearner,...
after running 'pip uninstall econml', and then 'pip install econml', i got: Successfully installed econml-0.13.0. And after running 'pip list', i got: Package Version Editable project location --------------------------------- ------------------- -------------------------------------------------------...
![Uploading Screen Shot 2022-03-09 at 10.47.56 AM.png…]()
only import econml, it is ok. but 'from econml.dr import ForestDRLearner ' i got error: 'ModuleNotFoundError: No module named 'econml.dr' '
Thanks a lot!
currently, i'm using M1 chip with macOS ventura 13.1
@mpiroc may I know tool search tool and programatic tool calling enabled in which Claude Code version? 2.0.36 work?
@catherinewu may I know which Claude Code version enabled this setting? ENABLE_EXPERIMENTAL_MCP_CLI=true
@catherinewu I enabled this fantastic feature in my local. Thanks! One quick question -- ENABLE_EXPERIMENTAL_MCP_CLI was built on top of tool search tool & programmatic tool calling or a brand...
@ShawnSack I verified, in my local, and I can see: "AssistantMessage(content=[ToolUseBlock(id='toolu_vrtx_01Ly3z5Q3WveqVCafc4uaJBT', name='Bash', input={'command': 'mcp-cli tools', 'description': 'List all available MCP tools'})], model='claude-haiku-4-5-20251001', parent_tool_use_id=None, error=None) " mcp-cli tools has been invoked...