Questions tagged [anaconda]

This tag should be used for questions regarding the Anaconda Python and R distribution.

Anaconda is a distribution of Python and R language, which is mainly used for large-scale data processing, predictive analytics, and scientific computing.

It is a free to use software, developed and distributed by Continuum Analytics.

243 questions
2
votes
1 answer

I cannot launch Anaconda after I had to hard shut-down my PC. I use anaconda-navigator in terminal to launch

jeeth@jeeth-Scrybe-code:~$ anaconda-navigator Traceback (most recent call last): File "/home/jeeth/Software/Anaconda/anaconda3/bin/anaconda-navigator", line 11, in sys.exit(main()) File…
1
vote
0 answers

Failed to create lock when creating conda environment

I am trying to create a conda environment and I keep getting warnings about failures to create locks. Why is this happening and how can this be fixed? Fetching packages ... intelpython2_c 100% |################################| Time: 0:00:00 2.00…
Kashif
  • 489
1
vote
1 answer

Change conda environment to the preinstalled system Python version

I switched to Linux completely 4months ago. I have been able to install Anaconda in my Ubuntu 20.04, but I observed something which is like a headache. After setting up an environment, I needed to change the Python version it uses from 3.10 to 3.8.…
Samuel Osoba
  • 107
  • 3
  • 13
1
vote
1 answer

sha256sum: /path/filename: No such file or directory

I'm trying to install anaconda. I'm following the official instructions but when I get to the second step, I run the following command: $ sha256sum /path/filename sha256sum: /path/filename: No such file or directory
1
vote
1 answer

Unable to install anaconda on ubuntu 18.04

During anaconda installation on ubuntu 18.04, it stops and the following error is displayed: line 380 :/home/shrinidhi /anaconda3/pkgs/ python-3.7.0-hc3d631a_0 :no such file or directory exists
user908562
1
vote
0 answers

How to create a launch icon for anaconda-navigator in Ubuntu 18.04

I do not have so much experience in Ubuntu and I configured a environment with Anaconda. But every time I need to open anaconda-navigator I need to do this using terminal. I would like to have a launch icon for that. Could someone help me saying how…
0
votes
0 answers

anaconda not working anymore

When I run the command which python, I get /home/user/anaconda2/bin/python but after running python it shows Python 2.7.6 (default, Oct 26 2016, 20:30:19) [GCC 4.8.4] on linux2 P.S- I had anaconda installed and had been using it for a long…
0
votes
1 answer

Conda Installation Issue

I installed anaconda following the docs. However when I type conda --version in the terminal, I will not get any output. Also no output for conda list . I found out that, I already installed anaconda before and I tried to remove everything even the…
0
votes
0 answers

Illegal Construction in Anaconda or Miniconda

When I try to install either of them, I encounter a message like this Miniconda3-py39_22.11.1-1-Linux-aarch64.sh: line 412: 10882 Illegal instruction (core dumped) "$CONDA_EXEC" constructor --prefix "$PREFIX" --extract-conda-pkgs How can I…
0
votes
2 answers

Anaconda Navigator cannot be run with root user privileges

I am a new one to Ubuntu16.04LTS. After I install anaconda on ubuntu16.04, the problem "Anaconda Navigator cannot be run with root user privileges" occurs. (PS: I log in Ubuntu as the root user) What should i do to open the navigator? Looking for…
Xudong
  • 1