ammar

Results 5 comments of ammar

Error `ModuleNotFoundError: No module named 'langchain.tools.python.tool'`

> I have some invoice dataset that I want to annotate in order to run it through layoutlm but the problem is where should I annotate it, I couldn't find...

Hi @mrdbourke . I run the line suggested, ``` !pip uninstall -y tensorflow !pip install -U -q tensorflow==2.9.0 import tensorflow as tf print(f"TensorFlow version: {tf.__version__}") ``` But it showed this....