python pip install error language_check

2019-09-15 10:55发布

When I am trying to install sudo pip install language_check I got this error:

Collecting language_check
Downloading language-check-1.0.tar.gz
Complete output from command python setup.py egg_info: zip_safe flag not set; analyzing archive contents...
Installed /tmp/pip-build-_cYgOq/language-check/.eggs/3to2-1.1.1-py2.7.‌​
egg error in language-check setup command: package_data must be a dictionary 
mapping package names to lists of wildcard patterns
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-_cYgOq/language-check/

2条回答
兄弟一词,经得起流年.
2楼-- · 2019-09-15 11:19

I believe that if you install the latest version of Python, python3.6.2 it should work.

查看更多
我欲成王,谁敢阻挡
3楼-- · 2019-09-15 11:40

It's a bug in language-check. They fixed it at 23 March but didn't include in any release yet (release 1.0 was from 21 March).

Download the sources from Github and install with

python setup.py install
查看更多
登录 后发表回答