ImportError : cannot import name 'spade' from 'spade'

150 Views Asked by At

I'm trying to work with data in Jupyter notebook. I want to use SPADE lib but it gives me an import error.

I tried reinstalling, updating, and restarting the kernel, but it won't work.

pip uninstall spade
pip install spade
pip install --upgrade spade

enter image description here

1

There are 1 best solutions below

2
Samuel O.D. On

Take a look at the docs. You should make the import like this:

import spade