I'm getting an error indicating that the file path has a space in the name when installing Anaconda on Windows 10

When installing Anaconda3 2018.12 (64-bit) on Windows 10, I'm getting an error indicating that the file path has a space in the name ('Program Files' directory on my C:\ drive), and that some Conda packages may have problems with this if I continue.

Does anyone know specifically which packages may have a problem? I'm using Python primarily for data science (SciPy/NumPy, Pandas, etc.).

See link for a screenshot of the warning.

Anaconda Installation Warning


Solution 1:

what i did is: Run the installer as administrator (Right-click on installer to select run as administrator).in order to get...

C:\ProgramData\Anaconda3

this form to install the program helped me