conda tag

74 questions


1 answers
63 views
0
Cannot load Tensorflow module

I'm a Python beginner.I would like to ask an expert to tell me something.Command Prompt for anaconda Virtual Environment conda install tensorflowEnter to install tensorflow.import tensorflow as tfI be...

2 years ago

1 answers
94 views
0
Python and OpenGL do not blend squares well.

I want to display a square above the image with PyOpenGL(3.1.1a1)+Python3.7, but the behavior is strange.A PNG image is textured and a translucent black square is displayed thereon.The rectangle is on...


2 answers
102 views
0
I'm trying to install Anaconda3-5.0.0 on pyenv in Bash on Windows, but I'm into it.

Environment: Windows 10, Bash on Windows (Ubuntu 16.0.4) Pyenv is working fine and has been updated to the latest version, but Anaconda cannot be installed.This is my first installation of Anaconda on...

2 years ago

1 answers
131 views
0
After creating UI with QT Designer, I would like to ask you a question about pyuic.

Previously, I used Python IDLE when I used Python for a while. I think I will mainly use Python this time, so I deleted the editor and used the Anaconda + PyCharm environment.Create a UI with QT Desig...

2 years ago

1 answers
75 views
0
This is a question related to Python time

import timestart_time = time.time() #time.time()-start_time is the total running time of the programcount = 0while True: if A<10 and B<10 ~~~~~~ if A>20 and B>20 breakIt's a rough struct...

2 years ago

2 answers
127 views
0
I want to read the json file on drive C with Python!!!!

I'm trying to get json file to python and use pandasI couldn't load the json filewith open('C:\BicData\dd.json') as k: data = json.load(k)


1 answers
87 views
0
Problems that lead to Visual Studio when executing Jupiter Lab with Anaconda

I set up a connection program for HTml files so that they always run as visual studio codeA If you run Jupiter Lab on Anaconda, it opens with visual studio code... How do you get it to run with existi...

2 years ago

1 answers
98 views
0
I'd like to ask you more questions No module named 'matplotlib'

I think there might be a problem with the route, so I also checked the route where matplotlib was installed, and it seems to be the same. What's the problem, please help me.


1 answers
70 views
0
Transferring Korean directories using Python

Hello, I'm a beginner at Python. We are working on a program that uses Python to import Korean files connected to FTP.An error occurred when we performed it by squeezing it like below.import ftplibimp...

2 years ago

1 answers
78 views
0
I ran a jupyter notebook in the folder Here's the question

I'm lazy to route from anaconda prompt I used it as a jupyter notebook right in the folderIt turned on well a few days ago, but it pops up like this. In the environment variable Path, In the system va...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.