当前位置:网站首页>Solutions to the environment created by Anaconda that cannot be displayed in pycharm
Solutions to the environment created by Anaconda that cannot be displayed in pycharm
2022-07-28 20:23:00 【Darcy cui】
The reason for writing this blog is , I just downloaded it tensorflow, Created a new environment , Want to be in pycharm Let's test it in the , But I couldn't find it in the process of creating the project I am here anconda Created in the tensorflow Environmental Science

As can be seen from the above figure , I'm not in the interpreter anconda Created in the tensorflow Environmental Science , At first, I thought it was the reason why it was not loaded , take pycharm Close and open , Not yet. , Finally, you can't restart the computer , Later, I found a solution .

Let's choose an environment we have created , Finish creating the project first .

And then we can see The lower right corner python3.9(taet01) That is, the environment you created the project before , When we click, the following picture will appear , Select interpreter settings .

Click on the red circle

Select show all

The following figure appears

If there is the environment you are looking for above, click to select , If not, see the following operation .
Go back to the previous two steps , Select Add

Select the top left conda Environmental Science

Choose an existing environment , Search for

Because I have created my blog before when I wrote this blog tensorflow The environment has been added , Here is a new creation test03 This environment , We found this environment Can Click OK .
Let's look at the current project environment , That's where we were anconda Created but not found environment .

This article is about some problems bloggers encounter when learning .
边栏推荐
- Circular linked list OJ question
- C language - data storage
- 最大交换[贪心思想&单调栈实现]
- local/chain/run_ tdnn.sh:
- Implementation of memmove in C language
- Solve the cookie splitting problem (DP)
- 跨区域网络的通信学习静态路由
- WPF -- implement websocket server
- Richpedia: A Large-Scale, Comprehensive Multi-Modal Knowledge Graph
- Find the memory occupied by the structure
猜你喜欢

Linux Installation MySQL (pit filling version)
![Maximum exchange [greedy thought & monotonic stack implementation]](/img/ad/8f0914f23648f37e1d1ce69086fd2e.png)
Maximum exchange [greedy thought & monotonic stack implementation]
![[C language] Hanoi Tower problem [recursion]](/img/d8/ff66928c2bc2ad906e38a360a8cf94.png)
[C language] Hanoi Tower problem [recursion]
![[C language] function](/img/81/c185e2bb5eccc13433483f9558f52a.png)
[C language] function
![[C language] use function pointers to make a different calculator](/img/58/e6ba11e054d9e45ec979224ac3e4c6.png)
[C language] use function pointers to make a different calculator

C language data 3 (2)
![[C language] random number generation and `include < time. H > 'learning](/img/bb/3e47bf2e3b25653d9048884d65cda3.png)
[C language] random number generation and `include < time. H > 'learning

DSACTF7月re

Communication learning static routing across regional networks

Item exception handling in SSM
随机推荐
Introduction to seven kinds of polling (practice link attached)
9. Pointer of C language (1) what is pointer and how to define pointer variables
弹出模态框
[C language] string reverse order implementation (recursion and iteration)
9. Pointer of C language (5) how many bytes does the pointer variable occupy
User, user group related operations
产品经理访谈 | 第五代验证码的创新与背景
C language data 3 (2)
熊市下PLATO如何通过Elephant Swap,获得溢价收益?
WPF -- implement websocket server
[C language] Pointer advanced knowledge points
Raspberrypico analytic PWM
C language pointer and two-dimensional array
[C language] Pointer elementary knowledge points
[C language] simulation implementation of pow function (recursion)
Scene thread allocation in MMO real-time combat games
[C language] step jumping problem [recursion]
Advanced notes (Part 2)
9. Pointer of C language (2) wild pointer, what is wild pointer, and the disadvantages of wild pointer
[C language] advanced pointer exercise 1