Questions tagged [anaconda]

Anaconda is a Python distribution that bundles optimized versions of common data science packages. On topic for this tag are installing/uninstalling Anaconda and using Anaconda Navigator. Do not use this tag for questions about Conda environment management (instead use [conda]). Do not use this tag if your question is about using a particular package in the Anaconda distribution.

Anaconda is a commercial data science platform powered by . It was free until 2020, when the terms of services were changed to prohibit commercial usage. Built in with high performance, optimized for Python and with 100+ packages plus easy access to an additional 620+ popular packages for data science including advanced and scientific analytics.

It also includes , an open source package, dependency and environment manager. Thousands more packages can be installed with the conda command, available for , and .

Anaconda Navigator is a graphical user interface installed with Anaconda which can be easier to use than conda from a terminal command line.

A minimized version of Anaconda, has only the conda command line interface and is lighter weight than Anaconda.

Links

14777 questions
5
votes
1 answer

python openAI retro module

I am trying to use the retro module and I jupyter notebooks I seemed to install it with a !pip install retro where it went thru the download/install ok. But when I try to import retro I get an error ` Traceback (most recent call last): File…
bbartling
  • 3,288
  • 9
  • 43
  • 88
5
votes
2 answers

Unable to install "Turicreate" on my Windows 10

I am new to Python and I am trying to build a recommendation engine by following a tutorial. The tutorials asks me to install turicreate, I am running Spyder 3.3.0 (Python version 3.5) on Anaconda. WHAT I TRIED - I sought help from various SO…
SSV
  • 149
  • 2
  • 12
5
votes
0 answers

connect Spyder IDE to remote Cloudera environment

I have installed Anaconda3 (64 bit) in my local windows machine, where Spyder IDE is installed. I want to connect the Spyder IDE to the Cloudera Hadoop cluster, so that I can write my PYSPARK scripts in Spyder IDE for that remote Cloudera Hadoop…
Koushik Chandra
  • 1,565
  • 12
  • 37
  • 73
5
votes
2 answers

anaconda navigator getting stuck at loading applications

I have installed Anaconda on my Desktop running Ubuntu 18 Mate LTS. The output of python --version is Python 3.6.5 :: Anaconda, Inc. First of all, when I try to launch Anaconda Navigator using anaconda-navigator the application gets stuck at…
Upendra01
  • 344
  • 3
  • 5
  • 15
5
votes
2 answers

Error importing tensorflow in anaconda on Mac OSX

I am trying to import tensorflow using python and anaconda on Mac OSX 10.11.6 (El Capitan). I have followed the instructions on tensorflow.org relating to installation with anaconda as follows: conda create -n tensorflow pip python=3.6 source…
Penny Hancock
  • 61
  • 1
  • 2
5
votes
0 answers

Spyder IDE randomly freezes

I have recently switched to Spyder as my IDE. So far it's been great, but I've been having a reoccurring problem with it. After using Spyder for some time, it randomly freezes and I am forced to close it via task manager. It freezes while I'm…
ralpher01
  • 141
  • 2
  • 3
  • 10
5
votes
1 answer

Using Anaconda with conda-forge behind a corporate firewall blocking Amazon cloud

I'm trying to use the Anaconda environment on a Windows 10 system to install tensorflow 1.9.0. Unfortunately, I'm behind a firewall that blocks all access to the Amazon cloud (please don't ask why). I know that I can install version 1.9.0 from here…
Hagbard
  • 3,430
  • 5
  • 28
  • 64
5
votes
3 answers

AttributeError: module 'tensorflow.python.training.checkpointable' has no attribute 'CheckpointableBase'

I've been working on learning artificial intelligence and how to code with Python.I was working on a project and I decided to update some packages of Python which were not new to work on then something happened and I can't compile my codes.I deleted…
5
votes
0 answers

Importing mlab from mayavi or vtk : the kernel died

I have tried installing mayavi for several days, without results. I'm using spyder and anaconda. I can import mayavi on spyder without problem, but when I try importing vtk or from mayavi import mlab, the kernel died. I read a lot on the subject…
Amanda H
  • 51
  • 1
5
votes
1 answer

Save all currently installed packages in anaconda to a file

I want to make a .txt file with all the python packages my environment is using, and include it in the git repo, so that anyone who needs to run the code, can just make an environment, install all the packages from the list and use it. I have two…
Qubix
  • 4,161
  • 7
  • 36
  • 73
5
votes
2 answers

How to always run a main file in Spyder Project

I'm developing a python project with multiple files, it's annoying that I have to select the file where main is described and called before click run because if not Spyder3(Anaconda) runs the current selected file. How can I do to run my project…
taquionbcn
  • 543
  • 1
  • 8
  • 25
5
votes
2 answers

Add conda to my environment variables or path?

I am having trouble adding conda to my environment variables on windows. I installed anaconda 3 though I didn't installed python, so neither pip or pip3 is working in my prompt. I viewed a few post online but I didn't find anything regarding how to…
Emiliano Tonizzo
  • 73
  • 2
  • 2
  • 6
5
votes
1 answer

Conda-Build: Unsatisfiable dependencies for platform osx-64: {"torch[version='>=0.4']"}

I'm new to building conda package. I've uploaded the package to PyPI, so I followed this documentation about building conda from pip package. It works when I tried building pyinstrument from pip, but I got the following error when I tried building…
Yining.L
  • 133
  • 7
5
votes
4 answers

Pycharm debugger can't start: finished with exit code -1073741819 (0xC0000005)

After reinstalling anaconda, I set up a new Pycharm project. When I debug one of my python scripts it get this error: pydev debugger: process 12636 is connecting Process finished with exit code -1073741819 (0xC0000005) This only happens when I…
BOB FLORMAM
  • 53
  • 1
  • 4
5
votes
1 answer

XGBoost installation issues for Python Anaconda Windows 10 (18 May 2018)

Over the past several days I have tried to install XGBoost using instructions found at http://xgboost.readthedocs.io/en/latest/build.html XGBoost Installation in…
Karl Baker
  • 903
  • 12
  • 27
1 2 3
99
100