The Anaconda I have configured is 32-bit. Is there any action to install tensorflow on the configured Anaconda without uninstalling it?

my system is 64-bit Window10.
Today, I want to install tensorflow,. As a result, I found that Anaconda is 32-bit and cannot install tensorflow
this anaconda is what I spent a day configuring half a year ago. It comes with sublime Text and other software. I regard her as the apple of my eye. If I uninstall it and then reinstall the 64-bit Anaconda, I am afraid I will die suddenly. So come to ask for advice:
1, 32-bit Anaconda must be accompanied by 32-bit python? Can I install 64-bit python, on an installed 32-bit Anaconda to install tensorflow smoothly?
2. If 1 cannot, is there any action to "upgrade" 32-bit Anaconda to 64-bit, so that Anaconda can be installed smoothly?
3. If 2 can"t, do you have to uninstall Anaconda and reinstall 64-bit Anaconda?
(Ah, the environment I spent a long time configuring, whoo, help me, help me!)


has the problem been solved? The exact same question, crying


  1. conda info-sharp View the current workspace
  2. set CONDA_FORCE_32BIT=1-sharp switch to 32-bit
  3. set CONDA_FORCE_32BIT=0-sharp switch to 64-bit
  4. conda create-n env_name python=3.6-sharp install python in the virtual environment env_name
  5. conda activate env_name-sharp launch environment
  6. conda deactivate env_name-sharp shuts down the environment
  7. conda remove-n env_name-- all-sharp remove environment
  8. conda install pandas-sharp installation package
  9. conda install-n env_name pandas-sharp installs all packages of the anaconda distribution in a virtual environment
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b65db-29ac7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b65db-29ac7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?