I used pip today for the first time in a while and I got the helpful message You are using pip version 8.1.1, however version 9.0.1 is available. You shou
I want to use sqlite with the json extension so I've installed it with homebrew. When I run which sqlite though, the one that is being used is the anaconda inst
I use Anaconda to manage my python environments. Based on the answer here, I try to stick to one channel in each environment. I want to install Beampy. Based on
In my root environment I run $ jupyter notebook and in the browser, click on the 'Conda' tab. This always used to list my conda environments and the packages
I have a very simple Pure Python package on PyPI that I'd like to make available on binstar. My package targets Python 2.6+ and 3.2+ with a single codebase. I
I'm too new with tensorflow and keras, actually I'm trying first to install it correctly. I used Anaconda to make it easier. My question is probabily related to
I am a ruby programmer trying to learn python. I am pretty familiar with pyenv since it is like a copy and paste from rbenv. Pyenv helps allow to have more than
I am using Spyder with Anaconda on macOS. I have already updated Anaconda and Spyder to version 4.2.0 (4.2.1 was not found). The problem is now, that if I am ty
I installed Julia 1.5.3 on my Linux Mint 20 system. I copied the Julia files in julia-1.5.3-linux-x86_64.tar.gz to /opt/julia-1.5.3/, adjacent to the folder /o
When creating conda virtual environment with YAML file for the first time, I unknowingly ran: conda env update -f environment.yml call activate process_name
When I try to launch Jupyter notebook from Anaconda3 I get this Application launch error: Fail to get yarn configuration. /root/anaconda3/lib/python3.8/site-pac
I'm trying to install the dlib package in Anaconda by running the following: conda install -c menpo dlib I'm getting the following error: UnsatisfiableError
I recently discovered Conda after I was having trouble installing SciPy, specifically on a Heroku app that I am developing. With Conda you create environments,
I'm on Ubuntu 16.04. I went to File > Default Settings > Project Interpreter > add local and browsed to my anconda3/long/path/python3.6. When I open a
I'm on Ubuntu 16.04. I went to File > Default Settings > Project Interpreter > add local and browsed to my anconda3/long/path/python3.6. When I open a
I've been trying to use the packages pandas, numpy, matplotlib, seaborn in my "Visual Studio Code", but the program keeps showing me the following message: "im
So basically, I am fairly new to programming and using python. I am trying to build an ANN model for which I have to use Tensor flow, Theano and Keras library.
I am trying to implement the Keras libraries for Convolutional Neural Networks on my Spyder IDE using Anaconda as such: from keras.models import Sequential
I'm having issues with importing my modules into jupyter. I did the following: Create virtual env Activate it (everything below is in the context of my venv) i
I'm new to Python and have been trying to run a Python script through the cmd terminal (after invoking Python 3.6 in the Anaconda 4.3 distribution). I've looked