I figured out what the problem is: In the directory where I tried to load NFFT I also had a file called 'nfft.jl' (non-capital letters). Apparently 'using NFFT' was trying to load the local file.
On Thursday, September 10, 2015 at 8:24:22 AM UTC+2, Robert DJ wrote: > > Very strange. I'll try to upgrade and see if that makes a difference. > > Thanks for letting me know. > > On Wednesday, September 9, 2015 at 10:10:52 PM UTC+2, John Nelson wrote: >> >> I just tried to replicate on Yosemite and Julia 0.4.0-pre+7113. >> >> I was able to `Pkg.update()/add()`; then, `using NFFT` without problems. >> >> On Wed, Sep 9, 2015 at 3:37 PM, Robert DJ <[email protected]> wrote: >> >>> Hi, >>> >>> I am having a strange problem on Mac (Yosemite): I cannot load the NFFT >>> <https://github.com/tknopp/NFFT.jl> package. >>> >>> Unfortunately, it is difficult to diagnose as I do not get any errors, >>> Julia just hangs after >>> using NFFT >>> Uninstalling and reinstalling NFFT does not help, neither does a >>> complete re-compilation of Julia from scratch. >>> >>> I have tried installing and loading NFFT on two different computers >>> running Linux and here it works. >>> I am running Julia 0.4.something on all computers. >>> >>> Has anyone else had similar problems? >>> >>> Thanks, >>> >>> Robert >>> >> >>
