prdm0 / ropenblas

Package to link R language to OpenBLAS library
https://prdm0.github.io/ropenblas/.
GNU General Public License v3.0
50 stars 5 forks source link

ropenblas(x = "0.3.12") is error #22

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi sir,

When I run ropenblas(x = "0.3.12"), it return a error message "Error in sudo_key() : Sorry. Apparently you don't is the administrator of the operating system. You missed all three attempts."

I am sure I am the administrator and sudo password is right.

prdm0 commented 3 years ago

Note that there were more than 8 thousand downloads of the package. This suggestion of a problem is very strange. What it seems to me is that you are a user who is added to sudoers but you are not the main user of the system. In the bash shell can you use the su command? Is there an administrator on the system? Which GNU / Linux distribution do you use?

ghost commented 3 years ago

Note that there were more than 8 thousand downloads of the package. This suggestion of a problem is very strange. What it seems to me is that you are a user who is added to sudoers but you are not the main user of the system. In the bash shell can you use the su command? Is there an administrator on the system? Which GNU / Linux distribution do you use?

I am run it in CentOS6.8/CentOS7 and I am the administrator. I delete my name from sudo, and I try it in root name or my name, it is a same error. Thank you, sir. I will try it.