Vic

Results 4 issues of Vic

Hi, executing `!python setup.py install` in the directory where I cloned your [https://github.com/vicru/grasp](url) returns > warning: install_lib: 'build\lib' does not exist -- no Python modules to install zip_safe flag not...

Hi, after obtaining API Keys following steps 1 to 6 from the specific [Tutorial](https://towardsdatascience.com/how-to-build-your-own-dataset-of-youtube-comments-39a1e57aade), and running python code on a Jupiter notebook just as described in steps 1 to 6...

[06_example_application.py#L178](https://github.com/mkrcke/strutopy/blob/c6cfd602fa5a349c330f184ed4cdc5733ba1fd6a/src/06_example_application.py#L178) returns `ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (682,) + inhomogeneous part`

The **pickle** that should be stored under `artifacts/wiki_data/final_model/lower_bound.pickle` is missing. It is necessary to load that pickle at [this line of 06_example_application.py](https://github.com/mkrcke/strutopy/blob/c6cfd602fa5a349c330f184ed4cdc5733ba1fd6a/src/06_example_application.py#L282) in order to run the script past that...