nithinreddyy

Results 17 comments of nithinreddyy

> Hello @AxeldeRomblay, even I have been facing the same issue when installed via pip > ![MLBox Tensorflow Version Error](https://user-images.githubusercontent.com/37666557/86550634-88bbdc00-bf60-11ea-9105-043edd23cfb0.png) Dude try !pip install mlbox in google colab or change...

> Hi @nithinreddyy 👋 > > Thanks for reporting this! There are a few things missing to identify where this comes from. Would you mind sending the full traceback please...

> After running python collect_env.py, the below is the output ``` Collecting environment information... DocTR version: N/A TensorFlow version: 2.7.0 PyTorch version: 1.10.0+cu113 (torchvision 0.11.1+cu113) OpenCV version: 4.5.4 OS: Microsoft...

> Hi @nithinreddyy 👋 > > Thanks for reporting this! There are a few things missing to identify where this comes from. Would you mind sending the full traceback please...

> https://raw.githubusercontent.com/mindee/doctr/main/scripts/collect_env.py The below is the output ``` Collecting environment information... DocTR version: N/A TensorFlow version: 2.7.0 PyTorch version: 1.10.0+cu113 (torchvision 0.11.1+cu113) OpenCV version: 4.5.4 OS: Microsoft Windows 10 Home...

> > https://raw.githubusercontent.com/mindee/doctr/main/scripts/collect_env.py > > The below is the output > > ``` > Collecting environment information... > > DocTR version: N/A > TensorFlow version: 2.7.0 > PyTorch version: 1.10.0+cu113...

> ```shell > pip install -e git+https://github.com/mindee/doctr.git#egg=python-doctr[tf] > ``` It's returning the same issue. Below is the image

> Oh but then the problem was not on the import, but at the installation step for sure. Have you tried my suggestion of following installation instructions? > > >...

> According to your previous traceback, the problem definitely comes from weasyprint. You installed the lib, but apparently, the installation isn't working as it should (cf. pango error). Hard for...