Openblas + windows #4964
Unanswered
mgutierrezp
asked this question in
Q&A
Replies: 4 comments
|
To "install" you just need to modify the PATH. I belive there's a USER PATH variable where you can include the folder where you store |
0 replies
|
thanks for your reply. I tried that and in different combinations. No luck |
0 replies
|
I think it used to be easier to manipulate dll load paths in earlier versions of Windows (which also had security implications of course). Guess the best solution is to perform a separate installation of R in your user folder and replace the dll there, as detailed e.g. by https://gist.github.com/seananderson/08a51e296a854f227a908ddd365fb9c1 |
0 replies
|
Thanks Martin. I already did read that post. Unfortunately corporative
rules don't allow this. The only way I see is by having admin rights. I
will assume that.
Thanks everyone for the help and tips..
M
El vie, 7 mar 2025, 18:23, Martin Kroeker ***@***.***>
escribió:
… I think it used to be easier to manipulate dll load paths in earlier
versions of Windows (which also had security implications of course). Guess
the best solution is to perform a separate installation of R in your user
folder and replace the dll there, as detailed e.g. by
https://gist.github.com/seananderson/08a51e296a854f227a908ddd365fb9c1
—
Reply to this email directly, view it on GitHub
<#4964 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDWGUI2J6ZFVKI3BMM3PND2THI2LAVCNFSM6AAAAABRIPUXLSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBSHEYTSMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I'm trying to install the libopenblas.dll in a windows box with no admin rights; so I cannot overwrite the Rblas.dll. I tried different methods by modifying the PATH env var and also by the dyn.load command but no luck.
Is it possible what I am try to achieve or admin rights are mandatory needed?
Regards
All reactions