Installation Process Reference Blog 1Installation Process Reference Blog 2No GPU acceleration is configured (better GPU to say)Important steps:First, before unloading the versionUninstall the python, Anaconda, etc. that were previously installed separately. The anaconda contains Python. Pay attention to emptying the relevant environment variables;Second, install AnacondaAnaconda chose it because it built Py
was successful.Second, installation TensorFlowOpen Anaconda Prompt1. Upgrade Pip to the latest version:2. Create an environment named TensorFlow and install the Python3.5.2Conda Create--name TensorFlow python=3.5.2Enter Y, enter. After the installation is complete:3. Activate this environment: Activate TensorFlow4. Installing TensorFlowPip Install TensorFlowNote: To install TensorFlow in an environment that has just been created with the name TensorF
under the successful installation Anaconda,
First, install MinGW:
Open prompt--
Input:Conda config--add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/--in input: Conda config--set show_cha Nnel_urls yes--
last input: Conda install MinGW Libpython (so the purpose of the installation is to download more quickly)
Second,
Open
Prompt
, you w
The title describes the operating environment Win7 2016-07-24Look at the online a lot of keras identification minist but generally because of the version of the problem, can not be directly used,, here also special thanks to the three-headed SCP. The tutorial is very good to the whole. There is the best you install Anaconda before the original installed py uninstall, or install MinGW when the problem,, inst
Using the Conda install package name to install the required Python is very convenient, but the official server is abroad, so the download speed is very slow, the domestic Tsinghua University provides the Anaconda warehouse image, we only need to configure the Anaconda configuration file, add Tsinghua's Mirror source, Then set it as the first search channel, see
1. Open Start--anaconda3--anaconda Prompt
2. Enter PIP install
such as Pip install Pyinstaller (the third third-party of the packaged Python program) waits for installation to complete
3.pip of COMMON commands
Install installation Library
Uninstall Unload Library
List lists the information that has been installed on the library
Show list details of installed libraries
Search searches the library via PyPI
Help command
If you want to view t
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.