当前位置:网站首页>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 .
边栏推荐
- Teach you to use shell script to check whether the server program is running
- Use recursion or a while loop to get the name of the parent / child hierarchy
- JSP file syntax
- Testing practice - App testing considerations
- Get the clicked position in the recyclerview
- Redis notes (13) - scan and keys search for specific prefix key fields (command format, usage examples, locating large keys)
- libgstreamer-1.0. so. 0: cannot open shared object file: No such file or directory
- 自动化测试——关于unitest与pytest初始化共存问题
- c语言语法基础之——指针( 多维数组、函数、总结 ) 学习
- Openxcap usage
猜你喜欢

Redis master-slave replication in win10 system

c语言语法基础之——局部变量及存储类别、全局变量及存储类别、宏定义 学习

Constraintlayout control uses full Raiders

cmake / set 命令

Some problems to be considered when designing technical implementation scheme

Redis notes (12) - single thread architecture (non blocking IO, multiplexing) and multiple asynchronous threads

做测试需要知道的内容——url、弱网、接口、自动化、

What you need to know to test -- URL, weak network, interface, automation

The first batch of 12 enterprises settled in! Opening of the first time-honored product counter in Guangzhou

全渠道、多场景、跨平台,App如何借助数据分析渠道流量
随机推荐
Test instructions - common interface protocol analysis
MapReduce & yarn theory
The 100000 line transaction lock has opened your eyes.
US President signs community safety act to deal with gun issue
Deep learning (tentsorflow2. version) three good student performance problems (1)
Getting started with Flink - word statistics
Software testing - how to select the appropriate orthogonal table
Logical English structure [key points]
Go learning notes (83) - code specification and common development skills
2021-11-29 quintic polynomial of trajectory planning
Recyclerview implements flow layout (LinearLayout with line wrap) (flexboxlayoutmanager)
Redis notes (15) - Pipeline (the client packages and sends batch commands to save network overhead)
Day 3 array, pre post, character space, keyword and address pointer
【LeetCode】59. 螺旋矩阵 II
调用api接口生成不同颜色的微信小程序二维码
Problems encountered by jupyter notebook
Druid data source for background monitoring
LeetCode 0710. Random numbers in the blacklist - preprocessing implementation o (1) value
Learning and understanding of thread pool (with code examples)
Leetcode basic calculator 224 227. follow up 394