当前位置:网站首页>Detailed explanation of winsorflow quantum installation process
Detailed explanation of winsorflow quantum installation process
2022-06-26 10:08:00 【later_ rql】
Win10 install tensorflow-quantum The process
The content of other blogs quoted in this blog will be marked with the links of the original blogger's articles .
Main reference ** windows System installation tensorflow quantum course **
1.Anaconda install
Anaconda Installation tutorial
- When installing , You can check all of the following options , There is no need to configure environment variables .
2.tensorflow2.1.0 install
Direct up link , Another blogger's tutorial , Write very well . It's just that you need to put tensorflow2.0.0 Change the version to the one we want to install tensorflow2.1.0 The version is fine .
tensorflow2.0.0 Installation
During the installation , Best network speed , Otherwise, there will be problems in downloading some files , Lead to in spyder Error occurs when running code
installed tensorflow-gpu=2.1.0 when , Some courses rely on lower or higher versions of packages , There will be conflicts , If you report an error direct pip3 install joblib -i https://pypi.doubanio.com/simple Other dependency conflicts , Just put joblib Replace with dependency conflicts
3.tensorflow-quantum install
adopt cmd Order to enter windows Command line operation interface of the system , And then use conda activate XXX( This is the second step to create tensorflow2.1.0 The name of the virtual environment ) Activate the virtual environment created in the second step , And then use :
pip3 install --upgrade pip
pip3 install -U tensorflow-quantum
pip3 install -U tfq-nightly
4. Summarize the problems arising from the process operation
In the installation tensorflow when , Pay attention to tensorflow、CUDA、python Version issue for . The version correspondence of the three is attached below :
tensorflow、CUDA、python Version correspondence
problem 1:CUDA driver version is insufficient for CUDA runtime version
Which translates as CUDA The driver version of is the same as CUDA The runtime version of does not match !
Details can be viewed CUDA driver version is insufficient for CUDA runtime version Problem solving
This is the kind of problem I have , After installation tensorflow-quantum after , stay spyder This problem occurs when you run code on , Finally, upgrade the computer CUDA Version solves the problem .
Follow the tutorials written by the following two bloggers :
Win10 install CUDA10 and cuDNN
CUDA Toolkit 10.0 Archive download
I just summarize the problems encountered in the learning process , I hope I can help people in need .
边栏推荐
- The basis of C language grammar -- pointer (multidimensional array, function, summary) learning
- Cloud native essay using Hana expression database service on Google kubernetes cluster
- 教你用shell脚本检测服务器程序是否在运行
- The basis of C language grammar -- learning of local variables and storage categories, global variables and storage categories, and macro definitions
- cento7.7安装ELK简单记录
- 自动化测试——pytest本身及第三方模块介绍及使用
- Abnormal record-23
- Redis notes (16) - info instructions and command line tools (view memory, status, number of client connections, monitoring server, scan large keys, sampling server, execute batch commands, etc.)
- The basis of C language grammar -- function definition learning
- Redis notes (12) - single thread architecture (non blocking IO, multiplexing) and multiple asynchronous threads
猜你喜欢
Solution to network request crash in retrofit2.8.1
Configuration internationale
逻辑英语结构【重点】
MapReduce & yarn theory
install realsense2: The following packages have unmet dependencies: libgtk-3-dev
Redis notes (12) - single thread architecture (non blocking IO, multiplexing) and multiple asynchronous threads
druid数据源实现后台监控
Notes on sports planning on November 22, 2021
WGCLOUD的web ssh服务端口是多少
2021-11-29 quintic polynomial of trajectory planning
随机推荐
US President signs community safety act to deal with gun issue
Halcon photometric stereoscopic
exec系列函数(execl、execlp、execle、execv、execvp)使用
Leetcode basic calculator 224 227. follow up 394
自动化测试——关于unitest与pytest初始化共存问题
Mysql database operation commands (constantly updated)
2. 合并两个有序数组
c语言语法基础之——局部变量及存储类别、全局变量及存储类别、宏定义 学习
【LeetCode】59. 螺旋矩阵 II
LeetCode 958. 二叉树的完全性校验
Redis notes (13) - scan and keys search for specific prefix key fields (command format, usage examples, locating large keys)
Standard implementation of streaming layout: a guide to flexboxlayout
The basis of C language grammar -- pointer (multidimensional array, function, summary) learning
A list of common methods for customizing paint and canvas of view
Automated testing -- Introduction and use of pytest itself and third-party modules
jar版本冲突问题解决
What should the preview do?
Appium自动化测试基础 — 移动端测试环境搭建(二)
Software testing - how to select the appropriate orthogonal table
Redis novice introduction