anaconda tag

72 questions


1 answers
80 views
0
There is no pytorch in conda in windows environment

I try to install pytorch in anaconda environment, but I get an import error no matter how many times I try.I made a virtual environment with anaconda and burned it, but the results are as follows.(nn)...


1 answers
73 views
0
Code using sklearn cannot be executed in PyCharm

By executing code similar to the following in PyCharmfrom sklearn import svmxor_data = [P,Q,result[0, 0, 0],[0, 1, 1],[1, 0, 1],[1, 1, 0]]data = [ ]label = [ ]for row in xor_data:p=row[0]q = row[1]r=r...


1 answers
93 views
0
python staticmap api GeocoderError: Error OVER_QUERY_LIMIT

We have constructed the program by referring to Save a map around a specific coordinate as an image using urllib on the site below.I rewritten html1 and html2 and put in the google api key, but it say...

2 years ago

1 answers
91 views
0
selenium cannot be installed

Install Anaconda 3, pip install selenium attempts to install selenium with an error similar to the following:Please tell me how to fix it.Cache entry deserialization failed, entry ignored Retrying(Ret...

2 years ago

2 answers
90 views
0
About Installing anaconda in a Terminal

Recently, I started studying while watching O'Reilly's introductory python 3 programming beginner.When I try to download anaconda3-4.0.0 via pyenv, it stops working.I went once after a long time, but ...

2 years ago

1 answers
111 views
0
Command prompt does not stop when trying to launch ipython notebook

If you install Anaconda in Windows 10 and try to launch ipython notebook at a command prompt, the command prompt will continue to process.The ipython notebook is up and ready to use.Please let me know...

2 years ago

1 answers
120 views
0
Is my interpretation of Python's data collection environment correct?

I wanted to do web scraping on Python, so I was doing a lot of research.As for me, I'm in a state where I've finished studying Python.AnAnaconda is designed to enhance Python's capabilities and provid...


1 answers
122 views
0
Anaconda console boot fails with zsh environment

I changed the shell from bash to zsh, but the anaconda console is no longer available.Launching the console //Users/username/.anaconda/navigator/a.tool; exit;/Users/username/.anaconda/navigator/a.tool...

2 years ago

1 answers
58 views
0
Information About Updating Your Own Modules in IPython

When I save my own functions in a .py file and call them from an external py file, I want to update my own functions frequently, but once I call them from an external py file, I can't update them no m...

2 years ago

1 answers
90 views
0
Nuitka tries to convert Python to C, but says C compiler not found

Based on the following article, I would like to use Nuitka to make Python exe.Make Kivy's GUI app an executable file (exe) that easily runs small and fast in Nuitka (Windows 10) The following command ...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.