Questions tagged [anaconda3]

For questions specifically about version 3 of the Anaconda platform. Probably also add the [anaconda] tag to your question.

Anaconda is an Open Data Science platform powered by Python.

See the tag for details about Anaconda and the use of the tags related to it.

700 questions
2
votes
0 answers

Error when installing packages in Anaconda 3

Recently I have been struggling to install any package using anaconda (BTW I am not an expert to python/anaconda). It has been consistent to unable to install my intended packages (unlike before). The following error report is an example when I…
kiwi_kimchi
  • 345
  • 3
  • 12
2
votes
0 answers

Cannot create proper new environment from text file in Anaconda navigator

It's ok when import text file for new environment in anaconda navigator but when created it says "CondaEnvException:pip failed". Then new environment misses some libraries and cannot install jupyter notebook. text file…
2
votes
5 answers

vscode Jupyter notebook run button missing

Everything works fine when I first open vscode and create a new Jupyter notebook When I save and reopen it, the run button is gone. I have added "jupyter.experiments.optOutFrom": ["NativeNotebookEditor"] to setting.JSON and still no…
NNNNNNN
  • 29
  • 1
  • 7
2
votes
1 answer

Jupyter-lab: The 'min_open_files_limit' trait of a ServerApp instance expected an int, not the NoneType None

I installed jupyter notebook using: pip install jupyterlab and tried to run it using : jupyter-lab but I'm jupyter lab is not getting launched. Command prompt is getting stuck after the following output: [I 2021-09-21 00:20:30.717 ServerApp]…
2
votes
1 answer

Is it okay to run two instances of anaconda installing two things at once?

I just set up linux with WSL and am using anaconda to install standard packages. It takes incredibly long (the solving environment variables part) and I want to install many things. Can I run anaconda install on two different shells and be fine…
Andy
  • 139
  • 4
2
votes
0 answers

How to fix Import Error of CyLP on M1 Mac?

I want to use the CyLP package (https://github.com/coin-or/CyLP). My OS is macOS Big Sur 11.5.1. I am using Python 3.8.8 via anaconda3. Following the instructions in the README, I first installed cbc via homebrew. As it did not function with brew…
PhQC
  • 21
  • 2
2
votes
3 answers

Fatal Python error: init_import_size: Failed to import the site module in Anaconda Prompt

When I launch Anaconda Prompt I get the following error message: Fatal Python error: init_import_size: Failed to import the site module Python runtime state: initialized Traceback (most recent call last): File…
Ice
  • 53
  • 1
  • 1
  • 6
2
votes
1 answer

No Spyder-Terminal on Spyder 5.0.5 (MacOS)

I tried to install spyder terminal on my spyder. Steps oI followed (in iPython Console): !conda install -c conda-forge spyder-terminal Then: import spyder_terminal And I get an error message that says: No QCoreApplication instance found.…
2
votes
0 answers

How to display the output of a command in anaconda prompt in to a text file? (in real time)

I'm running some instructions from Anaconda prompt. I need the result of the instruction to written (appended/over written) in real time to a text file. Any solution to this? Please help. I have tried with (the command) > output.txt //output.txt is…
2
votes
0 answers

how do I fix plot problem with R in Jupyter notebook?

I am using jupyter notebook with r, and I faced a strange problem with the axis. Jupyter doesn't show the value in the axis. It only shows weird boxes. I have no clue why. I am using r-essential with anaconda on my Ubunutu. I thought it might be a…
Hoda Fakharzadeh
  • 697
  • 3
  • 7
  • 18
2
votes
1 answer

Python script not terminating properly in Notepad++

I have installed anaconda3 and notepad++, I'm trying to link NppExec, a Notepad++'s plugin so that not only I can run both pure python and other libraries (like matplotlib or numpy). I have found one solution at: Cannot run conda command 'activate'…
Cristian
  • 53
  • 6
2
votes
1 answer

How to 'copy' Conda environment to another machine after modifying some packages' source code?

I am trying to transfer to another computer. However, for my current project, I have made a lot of changes in different packages' source codes. I suspect using conda env export > environment.yml and conda env create -f environment.yml will not keep…
Xudong
  • 441
  • 5
  • 16
2
votes
1 answer

(R1714) 95 : modify_book: Consider merging these comparisons with "in" to "field in ('pages', 'price')"

My Code : def modify_book(): db = mysql.connector.connect(host='localhost', database='library', user='Aishwary_Pandey', …
Aishwary
  • 21
  • 2
2
votes
1 answer

My jupyter notebook is notebook is not working

(base) C:\Users\deves>conda install jupyter nb_conda ipykernel Collecting package metadata (current_repodata.json): done Solving environment: done Package Plan environment location: C:\Users\deves\anaconda3 added / updated…
Devesh Taneja
  • 21
  • 1
  • 2
2
votes
1 answer

Conda search can't find package that can be found on conda cloud

For example, I can find gxx_linux-64 on anaconda cloud, but when I search for it using conda search: conda search -c conda-forge gxx_linux-64 It tells me Loading channels: done No match found for: gxx_linux-64. Search:…
Tony
  • 445
  • 6
  • 13