forrestbao / pyeeg

Python + EEG/MEG = PyEEG
GNU General Public License v3.0
241 stars 85 forks source link

No attribute module named bin_power() #36

Open NevinTroy opened 1 year ago

NevinTroy commented 1 year ago

image

The bin_power() module seems to be missing, I worked with the same module two weeks back and never encountered an error like this.

forrestbao commented 1 year ago

Can you show me how you imported pyeeg?

NevinTroy commented 1 year ago
!git clone https://github.com/forrestbao/pyeeg.git
%cd pyeeg
!python setup.py install
%cd ..
import pyeeg

This is how I did it

Zq5437 commented 7 months ago

CleanShot 2024-01-18 at 22 08 39@2x @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.