What does “the following packages will be superseded by a higher priority channel” mean?

When you ask conda to install fuzzywuzzy from conda-forge, fuzzywuzzy indicates that it needs conda and conda-env. Conda detects that you already have these installed, but it also knows that these were installed from the default channel and not conda-forge. Now, as a user you might expect that 4.2.13-py27_0 in the default channel and in … Read more

difference between command prompt and anaconda prompt

Anaconda command prompt is just like command prompt, but it makes sure that you are able to use anaconda and conda commands from the prompt, without having to change directories or your path. When you start Anaconda command prompt, you’ll notice that it adds/(“prepends”) a bunch of locations to your PATH. These locations contain commands … Read more

After Anaconda installation, conda command fails with “ImportError: no module named conda.cli”

Note If the accepted answer doesn’t work, then this answer might help. The Cause According to the official thread on GitHub, this problem happens when there is a change in the python version. In my case, the original anaconda installation is anaconda 3 with python3.6. And I installed a new package which updated python topython3.7 … Read more

Cmd crashes with exit code 1 after uninstalling anaconda

The following answer was (supposedly) initially posted (but later removed) by @Mofi and I got it from the comment of @filippo-vicari. So all credits go to them, thanks for solving this issue! It took me hours to finally find their solution. Enter the following command into the still working powershell (in my case Anaconda Powershell): … Read more

conda command will prompt error: “Bad Interpreter: No such file or directory”

Something must have gone wrong during the installation, I suppose. The bad interpreter means that a script is looking for an interpreter that doesn’t exist – as you rightfully pointed out. The problem is likely to be in the shebang #! statement of your conda script. From Wikipedia: Under Unix-like operating systems, when a script … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)