Enes Ahmeti

Results 8 comments of Enes Ahmeti

@ericadsrios have you been able to solve this? I need it for the opposite case.

I am getting the same error. Any solution to this?

I am on Ubuntu 20.04 and I tried `:LspInstall r_server_language` Then, I tried installing the packages directly to R and now it throws the following error ``` R version 4.1.3...

I recently installed neovim where I decided to use the Astro Vim configuration to make the transition from vim to nvim faster. Firstly I tried: ` :LspInstall r_server_language ` But...

@eitsupi Thanks for your feedback. I raised the issue here https://github.com/williamboman/nvim-lsp-installer/issues/604

Issue was resolved here https://github.com/williamboman/nvim-lsp-installer/issues/604

All you have to do is replace this line ` df=df.fillna(df.mean(),inplace=True)` With this one `df = df.fillna(df.mean())` Or this line ` df.fillna(df.mean(),inplace=True)` This was reported in the previous issue too....

I had the same problem. I solved it by sharing the shared drive with the service account email. Not a great solution but it works!