Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

languages.json is missing, if you don't git clone with --recursive #14

Closed
marcindulak opened this issue Jan 28, 2017 · 1 comment
Closed

Comments

@marcindulak
Copy link
Contributor

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'

@marcindulak marcindulak mentioned this issue Jan 28, 2017
@Alir3z4
Copy link
Owner

Alir3z4 commented Jan 28, 2017

That's true, thanks for reporting this.

Alir3z4 added a commit that referenced this issue Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants