This documentation is intended for industrial engineering students at the Vrije Universiteit Brussel.
The Anaconda installer files are large (over 300 MB), and some users have problems with errors and interrupted downloads when downloading large files.
Download the large Anaconda installer file, and restart it if the download is interrupted or you need to pause it.
After installing on Windows, in the Windows Start menu I cannot see Anaconda prompt, Anaconda Cloud and Navigator shortcuts.
This may be caused by the way Windows updates the Start menu, or by having multiple versions of Python installed, where they are interfering with one another. Existing Python installations, installations of Python modules in global locations, or libraries that have the same names as Anaconda libraries can all prevent Anaconda from working properly.
If start menu shortcuts are missing, try rebooting your computer or restarting Windows Explorer.
If that doesn’t work, clear $PYTHONPATH
and re-install Anaconda. Other potential solutions are covered in the “Conflicts with system state” section of this blog post.
During installation on a Windows system, a dialog box appears that says “Failed to create Anaconda menus, Abort Retry Ignore” or “Failed to add Anaconda to the system PATH.” There are many possible Windows causes for this.
Try these solutions, in order:
Problems with the PATH environment variable can cause “conda: command not found” errors or a failure to load the correct versions of python.
.bashrc
file, add a line to add that location to your PATH.E.g. a user with the user name “bob” on a Linux machine whose Anaconda binary directory is ~/anaconda
would add this line to the .bashrc
file:
export PATH="/home/bob/anaconda/bin:$PATH"
This may be caused by errors in the Spyder setting and configuration files.
Spyder
..spyder2
and then repeat the previous steps from Step 1. Depending on your version of Windows, .spyder2
may be in C:\Documents and Settings\Your_User_Name
or in C:\Users\Your_User_Name
.Replace
Your_User_Name
, with your Windows user name as it appears in the Documents and Settings folder.
On the Navigator Environments tab, the packages table in the right column lists the packages included in the environment selected in the left column.
Packages are managed separately for each environment. Changes you make to packages only apply to the active environment.
Click a column heading in the table to sort the table by package name, description, or version.
The Update Index button updates the packages table with all packages that are available in any of the enabled channels.
By default, only Installed packages are shown in the packages table. To filter the table to show different packages, click the arrow next to Installed, then select which packages to display: Installed, Not Installed, Upgradable or All.
Selecting the Upgradable filter lists packages that are installed and have upgrades available.
In the Search Packages box, type the name of the package.
Only packages that are compatible with your current environment are listed.
Select the name of the package you want to install, or in the Version column, click the blue up arrow.
Click the Apply button.
If after installing a new package it doesn’t appear in the packages table, select the Home tab, then click the Refresh button to reload the packages table.
Select the Upgradable filter to list all installed packages that have upgrades available.
Click the checkbox next to the package you want to upgrade, then in the menu that appears select Mark for Upgrade.
OR
In the Version column, click the blue up arrow.
Click the Apply button.
Click the checkbox next to the package whose version you want to change.
In the menu that appears, select Mark for specific version installation. If other versions are available for this package, they are displayed in a list.
Click the package version you want to install.
Click the Apply button.