Questions tagged as 'anaconda'

0
answers

Anaconda spyder "There is no IPython interpreter to execute ..."

When I try to run my program .py in Anaconda-spyder I get a pop-up with the following error:    "There is no IPython interpreter to run program_name.py Please favor a new one and try again" I lack administrator permissions on the curr...
asked by 27.06.2018 / 15:08
1
answer

Anaconda3 - install matplotlib.ppylot package

In Windows 10, I have Anaconda3 installed (it includes Conda 4.4.6 and python 3.6.3). I need to install the matplotlib.ppylot module. I execute conda install matplotlib.ppylot and I get the notice that I attached. How...
asked by 12.06.2018 / 13:57
0
answers

Problem with Tensorflow API

I'm starting in this world of using the Tensorflow api, so these days I tried to try several demos, among them is to make the object detection in real time with webcam, the truth is not me has worked, try other ways, but now this API is...
asked by 04.06.2018 / 20:25
1
answer

Failed to package a .py in .exe with pyinstaller

I'm trying to create an .exe with pyinstaller of my application .py I work with anaconda and Spyder, it generates the exe well but when I'm going to execute it I get the following error: This application failed to start because it could not find...
asked by 08.06.2018 / 13:25
0
answers

I can not upload a project to pypi

I'm trying to upload a project to pypi with this command: setup.py sdist upload -r pypitest but I get this error: File "setup.py", line 3, in <module> setup(name='spongebot', version='1.0', packages=find_packages(), description =...
asked by 30.04.2018 / 16:14
1
answer

TypeError: 'numpy.float64' object can not be interpreted as an integer

I try to perform an arithmetic operation using values obtained from a DataFrame using statements df.loc[] . The sentence beneficio = (cotz_fin - cotz_ini) * opcion produces the error:    "TypeError: 'numpy.float64' object can not...
asked by 13.11.2017 / 13:50
0
answers

PyQt5 Can not find the qsqlpsql.dll driver

I have installed ANACONDA 5.0.0, in Win10, Python 3.6.2, by default Anaconda brings PyQT5 but when executing a program that tries to connect with postgresql9.5 it tells me the driver has not been found.     
asked by 08.10.2017 / 17:59
1
answer

Why does not my python code work?

import numpy as np import cv2 import time # Cargamos el vídeo camara = cv2.VideoCapture(0) # Inicializamos el primer frame a vacío. # Nos servirá para obtener el fondo fondo = None # Recorremos todos los frames while True: # Obtenemos el frame...
asked by 02.07.2017 / 00:16