Bartosz Sękiewicz

Results 3 comments of Bartosz Sękiewicz

@sschuetz2bit you can use poetry library - poetry build

I clone the repository and open it in RStudio, then used the build > install & restart option. You may also need to install shiny and htmltools packages.

It seems that `_item_scraped` is not triggered, so `dispatcher` in `Processor.__init__()` doesn't work. (???) The temporary solution is moving `dispatcher.disconnect(self._item_scraped, signals.item_scraped)` from `__init__` to `crawl` in `Processor` class. Then comment...