conda tag

74 questions


1 answers
134 views
0
Related files are also present in directories not installed in Anaconda

I installed Anaconda in a directory called E: ¥anaconda3.Navigator and prompt were saved in that directory, but the following files that might be related were saved under C: ousers 。.conda.continuum.i...


1 answers
85 views
0
Error when installing anaconda3 and attempting import matplotlib.pyplot in bash on windows

[Symptoms] Installing anaconda3 in bash on windows and running the matplotlib demo file dete_demo.py results in an error.[Procedure] ● lxrun/uninstall, lxrun/install● bash Anaconda3-4.2.0-Linux-x86_64...


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
92 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
91 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
112 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
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.