anaconda tag

72 questions


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
74 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
86 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
77 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...


1 answers
84 views
0
It is installed from pip, but not from conda.Is there a solution?

Hello :) I wanted to predict the bitcoin graph using propet.I'm using Windows 10 vs code I had a hard time installing Python and Python.I installed it as an anaconda. (First introduction)(Python 3.8.8...

2 years ago

1 answers
114 views
0
I'm making a Telegram bot with Python that tells me the movie schedule. I'm leaving a question because I don't know how to show you the ticket.

//import telegramfrom telegram.ext import Updaterfrom telegram.ext import MessageHandler, Filtersfrom bs4 import BeautifulSoupimport urllib.request as req######Yeongdeungpo CGv crawling related functi...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.