Somnath Rakshit

Results 18 comments of Somnath Rakshit

@dprice-int The home directory is found here: https://github.com/somnathrakshit/geograpy3/blob/fcea745d89030496d51ef0234c1d7534e37cee82/geograpy/locator.py#L154 Can you try running the following to locate your home directory? ``` from pathlib import Path print(str(Path.home())) ``` Under your home directory,...

One of the reasons why this download problem occurs mostly in Windows is that the `scripts` keyword in `setup.py` does not work in Windows, as [mentioned here](https://stackoverflow.com/questions/45114076/python-setuptools-using-scripts-keyword-in-setup-py#comment88531259_45114367).

Working on fixing this issue as shown in this commit https://github.com/somnathrakshit/geograpy3/commit/a7a25148d3252d6caf0cd34f1630fbbbad183b04

Please use the latest version (0.2.3) from PyPi to fix this error. https://github.com/somnathrakshit/geograpy3/compare/v0.2.2...v0.2.3

Please use the latest version (0.2.3) from PyPi to see if this fixes your error. https://github.com/somnathrakshit/geograpy3/compare/v0.2.2...v0.2.3

I think that is an important parameter to have in case the number of classes is low. (e.g.

@jstypka Sorry to bother you during the holidays. Please review PR #172 when possible.

Sure! But I don't have time now. I'll start working on it from next month. But I may need some guidance from you in order to understand the code base.

You can store each document in a file. This is the easiest as well as the cleanest way out in my opinion. Else, your RAM is going to explode.