Search code examples
pythonscipypycharmsignal-processing

SciPy signal.tukey Module Error


I am getting an error when I run the code below in Pycharm. When I run the same code in terminal, it works fine! Anyone know what's going on? Is this a bug?

from scipy import signal
window = signal.tukey(51) 

Thanks!


Solution

  • I figured it out!

    I installed Anaconda, and followed the 'PyCharm' section of this guide. It fixed everything for me.