Open ZhenhongDu opened 2 years ago
I've tried both Linux and Windows I tried to build the clij2-fft, it failed
gcc and cmake had been installed in ubuntu18.04
I use this command to install clFFT
(decon) amax@amax:/mnt/dzh/extract_psf/clij2-fft/native$ sudo apt install clfft-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
clfft-client is already the newest version (2.12.2-1build4).
0 upgraded, 0 newly installed, 0 to remove and 381 not upgraded.
And build the cppbuild.sh file in the './native' folder
(decon) amax@amax:/mnt/dzh/extract_psf/clij2-fft/native$ sh cppbuild.sh
cppbuild.sh: 7: [[: not found
cppbuild.sh: 8: [[: not found
cppbuild.sh: 9: [[: not found
cppbuild.sh: 10: [[: not found
cppbuild.sh: 11: [[: not found
cppbuild.sh: 13: Syntax error: "(" unexpected
I did not know how to solve this problem, Could please give me a help?
Sorry for the long delay. I missed this somehow.
This notebook shows how to install the clij2fft library https://github.com/True-North-Intelligent-Algorithms/tnia-python/blob/main/notebooks/Deconvolution/Getting-started.ipynb
And the clij2fft code base can be found here https://github.com/clij/clij2-fft. The readme links to more detailed instructions for building the code.
Again sorry for the delay in replying will monitor the github issues more closely moving forward.
In the instructions, the command to install clitj2 fft is incomplete, the ¨fft¨ is missing
running :
pip install --index-url https://test.pypi.org/simple/ --no-deps clij2-fft
worked for me
I guess the clij2fft.dll file is missed. Could you please give me a compiled DLL file?
The error informations appeared after running
cd clij2-fft/python
pip install .