ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 221 forks source link

can not launch Rstudio in Anaconda3 #11959

Open goranad77 opened 4 years ago

goranad77 commented 4 years ago

< After installation of Rstudio in Anaconda3, can not launch it. Anaconda Navigator shows me tab with this message:

/home/goranad77/anaconda3/envs/renv/bin/rstudio: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory

at the same time anaconda- navigator shows this text in terminal:

└──╼ $anaconda-navigator Traceback (most recent call last): File "/home/goranad77/anaconda3/lib/python3.7/site-packages/anaconda_navigator/api/anaconda_api.py", line 455, in _conda_info_processed processed_info = self._process_conda_info(info) File "/home/goranad77/anaconda3/lib/python3.7/site-packages/anaconda_navigator/api/anaconda_api.py", line 570, in _process_conda_info for env_dir in info['envs_dirs']: KeyError: 'envs_dirs'

I check the status of the package libffi.so.6 in terminal:

└──╼ $locate libffi.so.6 locate: warning: database ‘/var/cache/locate/locatedb’ is more than 8 days old (actual age is 53.6 days) /home/goranad77/anaconda3/lib/libffi.so.6 /home/goranad77/anaconda3/lib/libffi.so.6.0.4 /home/goranad77/anaconda3/pkgs/libffi-3.2.1-hd88cf55_4/lib/libffi.so.6 /home/goranad77/anaconda3/pkgs/libffi-3.2.1-hd88cf55_4/lib/libffi.so.6.0.4 What should I do? I thought I followed instructions about installing Rstudio but something is wrong, Jypiter Notebooks runs well with python in Anaconda.

Thanks for opening an issue! Please fill out the following template in full.

A few things to keep in mind:

Actual Behavior

Expected Behavior

Steps to Reproduce

Anaconda or Miniconda version:
Operating System:
conda info
``` PASTE OUTPUT HERE: ```
conda list --show-channel-urls
``` PASTE OUTPUT HERE: ```
goranad77 commented 4 years ago

After reinstalling R-studio by following Anaconda instructions I get this message when I launch it: Unable to find an installation of R on the system (which R didn't return valid output); Unable to locate R binary by scanning standard locations I did follow the instructions on this page: https://docs.anaconda.com/anaconda/navigator/tutorials/create-r-environment/ OS Debian Parrot anaconda3