Cannot import spells using Jupyter laptop

I am running Python 2.7. I'm on OSX Yosemite.

I just installed pyenchant via:

pip install enchant according to the instructions .

On the terminal, I can import the module and run the example.

On a Jupyter laptop, I cannot import the module:

ImportError: No module named enchant

Is there anything I can do to run this library through a Jupyter laptop? Thanks.

0
source share
1 answer

Have you installed conda to manage your environment? Did you run the laptop and set the spell in the same environment?

0
source

Source: https://habr.com/ru/post/917804/


All Articles