You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
languages.json is still missing, if you don't clone with --recursive
$ git clone git://github.com/Alir3z4/python-stop-words.git
$ cd python-stop-words
$ python3 setup.py install
Traceback (most recent call last):
File "setup.py", line 5, in
version=import("stop_words").get_version(),
File "./stop_words/init.py", line 9, in
with open(os.path.join(STOP_WORDS_DIR, 'languages.json'), 'rb') as map_file:
FileNotFoundError: [Errno 2] No such file or directory: './stop_words/stop-words/languages.json'
The text was updated successfully, but these errors were encountered:
languages.json is still missing, if you don't clone with
--recursive
$ git clone git://github.com/Alir3z4/python-stop-words.git
$ cd python-stop-words
$ python3 setup.py install
Traceback (most recent call last):
File "setup.py", line 5, in
version=import("stop_words").get_version(),
File "./stop_words/init.py", line 9, in
with open(os.path.join(STOP_WORDS_DIR, 'languages.json'), 'rb') as map_file:
FileNotFoundError: [Errno 2] No such file or directory: './stop_words/stop-words/languages.json'
The text was updated successfully, but these errors were encountered: