pyeeg
pyeeg copied to clipboard
No attribute module named bin_power()
The bin_power() module seems to be missing, I worked with the same module two weeks back and never encountered an error like this.
Can you show me how you imported pyeeg?
!git clone https://github.com/forrestbao/pyeeg.git
%cd pyeeg
!python setup.py install
%cd ..
import pyeeg
This is how I did it
@NevinTroy Hello , add "from .spectrum import bin_power" to the file on "/pyeeg/pyeeg/entropy.py" might be usefully
maybe "pyeeg.spectrum" is better hh.