简体   繁体   中英

Unable to install hunspell on windows 10

i am unable to install hunspell on windows 10 whenever i try to install it using pip it throws the following error.



  Building wheel for hunspell (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 
  Complete output (12 lines):
  running bdist_wheel
  running build
  running build_ext
  building 'hunspell' extension
  creating build
  creating build\temp.win-amd64-3.7
  creating build\temp.win-amd64-3.7\Release
  C:\Program Files (x86)\Microsoft Visual 

  ----------------------------------------
  ERROR: Failed building wheel for hunspell
  Running setup.py clean for hunspell
Failed to build hunspell
Installing collected packages: hunspell
    Running setup.py install for hunspell ... error
    ERROR: Command errored out with exit status 1:
    

Tried this?

pip install CyHunspell

See https://github.com/OpenGov/cython_hunspell .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM