conda tag

74 questions


1 answers
85 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...


1 answers
61 views
0
Anaconda and Spider cannot be run

I am a student studying development. In class, we used anaconda's spider I set it up in order, but it doesn't work. I tried googling, but I couldn't find a way I take the liberty of asking you a quest...

2 years ago

1 answers
69 views
0
It is a problem to create a window program by linking with mysql using Anaconda's spider. It works normally in mysql, but if you run it in the spider, you will get a grammar error. (Long sentence caution)

import sysimport pymysqlfrom PyQt5.QtWidgets import *def connectDB(): host = localhost user = root pw = **** db = world conn = pymysql.connect( host= host, user = user, password = pw, db = db) return(...

2 years ago
« - 8 -

© 2024 OneMinuteCode. All rights reserved.