简体   繁体   中英

Not able to import enchant on jupyter notebook

I have created a different environment for python 3.6.7 32-bit Windows for pyenchant. I have done pip install pyenchant. It was successfully installed. From the command prompt I am able to import the library and also run the example. But when from the same environment, I load the jupyter notebook, and try to import enchant but it gives error : ModuleNotFoundError: No module named 'enchant' . I have wasted a lot of time trying to fix it. Any leads appreciated.

Maintainer have gave up on supporting pyenchant for windows x64 + python3.5 (here).

The only thing you can do there right now is to try to build it yourself. Or maybe wait until someone steps up as a maintainer of that library.

Here is supporting doc issue for the same:

https://github.com/kivy/kivy/issues/5816

Hope it helps.

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