Category "conda"

Create conda package across many versions

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

Tensorflow my GPU is not recognized and There are many dll errors

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

creating conda venv: conda env create VS conda env update

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

Install Dlib in Anaconda Python

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

How to avoid error "conda --version: conda not found" in az ml run --submit-script command?

I would like to run a test script on an existing compute instance of Azure using the Azure Machine Learning extension to the Azure CLI: az ml run submit-script

Does Conda replace the need for virtualenv?

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,

Visual Studio Code terminal doesn't activate Conda environment

I read this Stack Overflow post on a similar issue, but the suggestions there don't seem to be working. I installed Visual Studio Code on my Windows machine and

Getting error in Spyder Anaconda from Keras Libraries CNN: WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation

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

How do I run a python file in Atom? Conda env?

I don't quite know what to do. I use VSCode and Jupyter Notebook and conda env. I just downloaded Atom and it keeps saying no kernal for grammar python. I have

Error while configuring conda activate on powershell using "conda init"

I tried to use the command conda activate It threw me an error: CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. If u

conda package on Nexus Repository

My company uses Nexus repository as npm proxy for package management. Does anyone have experience using Nexus to hold Conda packages (Python) and for proxy? In

CondaValueError: Value error: prefix already exists:

Reference: https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/ I've run the following commands to install conda and create a virtual e

Cannot install Python 3.7 on osx-arm64

I am trying to create a new environment with Python 3.7 using Conda like: conda create -n qnn python=3.7 I got following errors: Collecting package metadata (