简体   繁体   English

无法在 jupyter 笔记本上导入附魔

[英]Not able to import enchant on jupyter notebook

I have created a different environment for python 3.6.7 32-bit Windows for pyenchant.我为 pyenchant 为 python 3.6.7 32 位 Windows 创建了一个不同的环境。 I have done pip install pyenchant.我已经完成了 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' .但是当我在同一个环境中加载 jupyter notebook,并尝试导入 enchant 时,它给出了错误: 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).维护者已经放弃支持 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 https://github.com/kivy/kivy/issues/5816

Hope it helps.希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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