-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing on windows 10 #19
Comments
@neurostm you have a space in your Windows user name. Cant see what it is but |
@neurostm can see that it looks like you have a dash in the username and not a space which should be allowed. So something else why it cant link to OpenCV. You could check if adding:
To PATH and restart Windows would enable R to find the compiled opencv .dlls. |
thank you. I installed ROpenCVLite instead of OpenCV (my computer repeatedly gave errors when I tried to install OpenCV). |
You probably want to make sure you dont have multiple conflicting copies of OpenCV on your system. The error you are getting is essentially telling you it can compile the code but then R doesn't find the .dll to link to when running the package. Usually what one would do is let R not remove the failed installation and check what exactly wholebrain.dll has problem linking to:
But it involves a little bit more work: So usually just easier to have an educated guess. I would think it is OpenCV. So check in R:
That opencv is installed by ROpenCVLite. If yes then it most likely is that you might need to ad the path to where ROpenCVLite installs dlls for opencv:
|
Thank you for the tips! I’ll try them later this week - as for now I just gave up on windows and installed in Ubuntu! |
Have you tried it again? I'm having the same problem as you on my Windows system. |
Hello,
I am having some issues installing the software on a new computer. I have done everything the same way as I did while installing the software on an older laptop.
I get the following output from R:
Any suggestions?
Thank you!
The text was updated successfully, but these errors were encountered: