You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a method to install this package and it seems right.
First, install clfftw via conda: conda install -c conda-forge clfft;
Second, clone the gpyfft package to anaconda package folder, for me, it's D:\professional\Anaconda_install\Lib\site-packages
Then, modify the setup.py: ... elif 'Windows' in system: CLFFT_DIR = r'D:\professional\Anaconda_install\pkgs\clfft-2.12.2-h037026a_1\Library' CLFFT_LIB_DIRS = [os.path.join(CLFFT_DIR, 'lib\import')] ...
At last, enter the folder containing setup.py via Anaconda prompt and use python setup.py install to install the package.
Could anyone tell me how to install this package on windows? I used
conda install
andpip install
but failed. Thanks in advance.The text was updated successfully, but these errors were encountered: