Questions tagged as 'anaconda'

1
answer

Create an executable from a python script (NumPy)

Sorry that seems like a very simple doubt, but it is the first time that I do this and I am having difficulties. I have created with spyder, a software that brings anaconda, a calculator of systems of equations, in which I have used the numpy mo...
asked by 07.05.2018 / 21:38
2
answers

"conda" is not recognized as an internal or external command, program or batch file executable

I am installing tensor flow for python 3.6. I'm installing it with the Anaconda method ( link ) when trying to execute this command: C:> conda create -n tensorflow python=3.5 I get this error: "conda" no se reconoce como un comando in...
asked by 15.12.2017 / 00:10
1
answer

Problem installing Mayavi 4.5 in Python 3

I can not install Mayavi 4.5 correctly on Python 3. I have a full installation of Anaconda (the 64-bit version) on Python 3.5 and I installed Mayavi via: conda install -c menpo mayavi=4.5.0. The moment I try to load the library, I get the...
asked by 04.09.2016 / 18:50
0
answers

Problem installing Mayavi 4.5 in a 64-bit Anaconda3 distribution over Windows 8.1

I have a problem installing Mayavi 4.5 on the 64-bit version of Anaconda3 (in the 32-bit it does not give a single problem). After installing Anaconda3, by: conda install -c menpo mayavi=4.5.0 I install Mayavi. Everything seems to work well...
asked by 05.09.2016 / 23:21
1
answer

Error importing matplotlib in python

As you can see I'm using Anaconda, and in that python environment v. 3.6.6. Just run "import matplotlib.pyplot" the application "breaks". I have searched in StackOverflow anglosajon, but nothing useful. I think it's about version problems....
asked by 24.08.2018 / 00:33
0
answers

Install virtualenvwrapper from anaconda

Hi, I am trying to configure my python development environment with virtual env, based on this tutorial ; for this I try to run the command conda install virtualenvwrapper but I get the following error:    Solving environment: failed  ...
asked by 28.12.2018 / 21:08
0
answers

Anaconda is not updated, it stays loading

I've been trying to update Anaconda but it stays loading in the following message Current version 1.8.7 Aveilable version 1.9.2 Updating package on root ... I tried it by console with the command "conda update conda" and without success, i...
asked by 30.10.2018 / 12:29
0
answers

I have problems with scrapy in anaconda 3

I'm trying to use scrapy in anaconda 3 over windows 10, more specifically in spider. Scrapy as such, it is installed and when I have to import it or create the classes of the examples that I see on the internet, it works perfectly. Now when I t...
asked by 23.10.2018 / 05:26
1
answer

selenium installation for spyder

I tried to install selenium , use spyder3 of anaconda . I have installed it like this: conda install -c conda-forge selenium also with pip from the Anaconda3 directory    gives me error of not finding webdriv...
asked by 18.07.2018 / 01:49
0
answers

Problem with the index attribute of two DataFrame

I am loading a pair of data sets, one using DataReader and the other one of a csv downloaded from yahoo finance. import datetime as dt import pandas_datareader.data as web import pandas as pd import scipy.stats as stats import matplotlib.pyplo...
asked by 03.07.2018 / 03:26