Windows Installing Conda Notes

tags: cuda  anaconda  

Install Conda under Windows

Conda introduction

No language package, dependent and environmental management: Python, R, Ruby, Lua, Scala, Java, JavaScript, C / C ++, Fortran, Conda is an open source package management system and environmental management system for installation multiple versions. The package and its dependencies and it is easy to switch between them. It applies to Linux, OS X, and Windows, which is created for Python programs, but can package and distribute any software.

Conda download

I am a discrete graphics card that supports CUDA installation. The calculation is 6.1
 CUDA
Select the CUDA version for installation, then the installation process, double-click to open the display temporary decompressed directory, do not need to change, default.
Because there is no screenshot at the time of installation, the screenshot of 10.0 version is found online, thank youOriginal author。

Enter the NVIDIA installation process, I choose a custom installation method and give the VS to remove it, you can install it.

After the installation is complete, it is configured environment variables.

After completing, you can enter the NVCC -V test through the CMD.

Cudnn download

https://developer.nvidia.com/cudnn
Select Download Download Cudnn, but here you need to register an account, and then you can download the page.
Because my CUDA version is 10.0, and the version of CUDNN is consistent with the CUDA version.
Download cuDNN v7.6.2[July22,2019],for CUDA 10.0
After download, decompress, copy the bin, clude, lib files in the CUDNN compressed package to the CUDA installation directory, overwrite the installation directly

Intelligent Recommendation

Installing the FederatedScope environment based on Conda

solved problem Install PyTorch to automatically push the CPU version, the GPU version cannot be installed Python Setup.py Install command runs during the running process, the problem of dissatisfactio...

Problems encountered when installing conda

After installing anaconda, enter conda--version prompt conda--version' is not an internal or external command, nor is it a runnable program or batch file It was because of two mistakes: 1.conda--There...

Conda common operations (Windows)

Because Anaconda is often used, and some commands are not clearly remembered, record the common operations here so that you can come and see if you forget. Create a virtual environment Activate the vi...

Conda Common Command (Windows)

Conda Common Command (Windows) 1. View the Conda version 2. Update to the latest version 3. Update all packages 4. View which packages installed 5. Update the specified package 6. Show all environment...

TVM Windows Conda installation

Tvm windows installation Brief introduction The main purpose of this blog is to help everyone install TVM on the Windows platform and can be used smoothly. Because there are projects that need to use ...

More Recommendation

Installing on Windows

RabbitMQ Overview This guide covers RabbitMQ installation on Windows. It focuses on the two recommended installation options: The guide also covers some Windows-specific aspects of managing the servic...

IntelliJ IDEA study notes-installing IntelliJ IDEA under Windows

This article briefly introduces how to install IntelliJ IDEA in the Windows environment, referenceIntelliJ IDEA Simplified Chinese Special Tutorial, Students with good English can checkEnglish officia...

[Notes] Compiling and installing opencv files with pip and cmake-Windows and Linux

The difference between cmake compilation and installation and pip installation of opencv-python under Linux cmake compile and install opencv-python After compiling and installing, 6 files appear, Unde...

[Learning Notes] Windows Installing the JHIPSTER Stepping Pit Record

sequence: The next day, the first day, the first day is the configuration environment, and it has not met the JHIPSTER installation for an afternoon. Every time I thought it should be normal, yo is a ...

CAFFE Learning Notes 02 - Windows Installing Caffe (GPU Version)

Reference official configuration documentation:GitHub - BVLC/caffe-windows 1, environment preparation Environment list: Operating system: Windows10 Windows version CAFFE source code Visual Studio 2015...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top