Questions tagged as 'anaconda'

1
answer

How to save Python figure with matplotlib?

Any figure I try to save in Jupyter Notebook saves a blank file, what kind of error can be occurring, since it does not acknowledge any errors? import numpy as np import matplotlib.pyplot as plt data1 = [10,5,2,4,6,8] data2 = [ 1,2,4,8,7,4]...
asked by 16.06.2018 / 06:24
1
answer

Cassandra installation error - DRIVER in python

Hello, I'm trying to create a development environment with python and Cassandra, but I'm having trouble installing the Connector in python, I'm following the environment that I currently have the error that I'm having to return. Operating System:...
asked by 29.12.2017 / 12:11
1
answer

How to use the two versions of anaconda in linux?

Good afternoon guys, I'm studying python for projects and I was recommended to use the anaconda package. I am a linux user (ubuntu) and therefore installed the two packages on my system. Currently in the college project, we are working with data...
asked by 23.07.2017 / 18:40
0
answers

Python InvalidArgumentError: You must feed to value for placeholder tensor 'and' with dtype float and shape [?, 10]

Hello I'm using a CNN network for street view house numbers SVHN data. When I try to run my code below to generate a summary that can be read by the Tensorboard through graphics, the following error appears:    InvalidArgumentError: You mu...
asked by 21.05.2018 / 13:31
1
answer

Anaconda / osx - change the default version of python

I was using python with anaconda on osx 10.8 and the spyder crashed. When I tried to reboot, the launcher showed the spyder as not being installed. I figured the anaconda might have had a problem and rebooted the computer, but the problem contin...
asked by 29.05.2014 / 09:46
1
answer

For Python, what is the difference between pip x conda x anaconda

I'm learning python and saw that tutorials always appear for the tools: pip conda anaconda And I was in doubt what the practical difference between them?     
asked by 01.05.2018 / 17:52
2
answers

Error in deploy django / app in heroku?

I need your help to try to find the error in my deploy, which I'm trying to do in heroku. Follow bash information: (python3) user@Inspiron-5548:~/opt/anaconda3/envs/python3/Projetos/ecommerce$ heroku logs (python3) user@Inspiron-5548:~/opt/...
asked by 24.08.2017 / 18:06
1
answer

How to configure SublimeREPL for Anaconda (Python)?

I installed the SublimeREPL for run the line or the selection directly from Sublime Text 2 . However, In the same way as in this previous problem , SublimeREPL is not using Anaconda but rather another version of Python. How to configure Sublim...
asked by 09.03.2014 / 17:49
0
answers

Manually install packages

I am making a code in Python that uses multiple libraries. I tried installing pycrypto through pip and it always gives Microsoft Build Tools error pip install pycrypto Collecting pycrypto Using cached https://files.pythonhosted.org/pack...
asked by 20.11.2018 / 16:46
0
answers

Transparent data download with application form

I'm trying to put together a script for web scraping, however it's a lot of data and using selenium has not been a good solution. To do all the downloading I would demand at least 12 days. How can I optimize this script? I wonder if having a for...
asked by 18.11.2018 / 19:47