How to import Pyculib in Pycharm?
问题 I want to use pyculib.fft in a pycharm project, to be precise inside a numba.njit decorated function. Someone on Stackoverflow suggested to me to use it, since I need to find a way to use an fft function inside a numba.njit decorated function. But I can't get pyculib to work. I have tried using a Python 3.7 interpreter as well as an Anaconda interpreter. In both cases pyculib 1.0.1 is installed, which is the only version available in pycharm. With Python interpreter: import pyculib Output: C: