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
Hi,
Thanks for you fantastic work! I had an issue while trying to install the wholebrain. I'm running on Windows 11 with R version 4.3.3 and Rtool43.
installing to C:/Users/heyeh/AppData/Local/R/win-library/4.3/00LOCK-wholebrain/00new/wholebrain/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for 'wholebrain' in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Users/heyeh/AppData/Local/R/win-library/4.3/00LOCK-wholebrain/00new/wholebrain/libs/x64/wholebrain.dll':
LoadLibrary failure: The specified module could not be found.
Error: loading failed
Execution halted
ERROR: loading failed
* removing 'C:/Users/heyeh/AppData/Local/R/win-library/4.3/wholebrain'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/heyeh/AppData/Local/Temp/RtmpOeXyGh/file4b843a855984/wholebrain_0.1.1.tar.gz’ had non-zero exit status
Any ideas why?
The text was updated successfully, but these errors were encountered:
@mast13f and @harrisonturner0 the error indicates that the created shared library wholebrain.dll cant find either FFTW or OpenCV on your system. I would check that they are installed and that you have added them to your PATH variable in Windows.
Hi,
Thanks for you fantastic work! I had an issue while trying to install the wholebrain. I'm running on Windows 11 with R version 4.3.3 and Rtool43.
Any ideas why?
The text was updated successfully, but these errors were encountered: