Minimal installation package for the python package manager [conda], which includes only conda and all its dependencies (in contrast to [anaconda] which is the "enterprise" distibution of conda)
767 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
Unable to activate Conda environment on Google colab
I trying to create a conda environment on google colab, but it is not getting activated. Installation : ! wget ! chmod +x ... python shell conda google-colaboratory miniconda
Anshuman Sinha
- 21
HDF5 installed via codna, but the location couldn't bed found
I'm trying to install the recent version HDF5 1.12.1 (via conda) and h5py 3.6.0 (via pip3). Both package were installed successfuly through the recent version of conda, but my environment does not ... conda miniconda
goldpm1
- 1
How to install from specific url with conda env file (yml)
Anyone out there knows how to install a conda package (not pip) from a specific url with a conda env file (yml)? Example: : name: special_env channels: - defaults dependencies: - python=3.8 - ... anaconda conda miniconda
Greg7000
- 157
Why PIL is not working on miniconda python 3.9?
from PIL import image ImportError: cannot import name 'image' from 'PIL' (<path>9/lib/python3.9/site-packages/PIL/__init__.py) pip install, conda install all tested. May anyone experienced same ... python python-imaging-library importerror miniconda
Iasonas Christoulakis
- 9
Matplotlib 3.5.2 not plotting as expected
In a fresh Python install (Miniconda3, for details see below), Matplotlib 3.5.2 is not plotting as it used to: Example 1 import numpy as np import matplotlib.pyplot as plt from math import pi x = np.... python-3.x matplotlib spyder miniconda
Sita
- 61
cshrc not getting sourced after installing miniconda
Hope this is an easy one for somebody: After installing miniconda on mac, my ~/.cshrc file no longer gets sourced when running a new shell. The system-wide cshrc is getting sourced from /etc/csh.... macos csh miniconda
superlazy
- 587
devtools::build issue with conda
this is my first Stack Overflow question so please do not mind the terminology. I try to build a package using devtools::build using a conda environment from my WSL: devtools::build('pkg') However, i ... r conda gnu devtools miniconda
Kaan_K
- 1
Solving environment: failed with repodata from current_repodata.json occurring while installing RapidsAI on Ubuntu18.04 WSL2
I try to install RapidsAI in Ubuntu18.04 in WSL2 using conda but the installation always stuck after repodata message Solving environment: failed with repodata from current_repodata.json This was ... conda miniconda rapids
abhipraja
- 11
How does one install opam with conda for Mac/apple/os-x?
I discovered that one can install much more than python stuff in conda. I am instlaling opam with conda for ubuntu with: conda install -c conda-forge opam and wanted to do it for my mac. Got some ... macos anaconda conda miniconda opam
Charlie Parker
- 13.4k
I was trying to use conda env create command in amazon linux 2, it is taking forever at "Collecting package metadata (repodata.json): \"
i had tried to run conda env create -f using miniconda and anaconda3 on an EC2 instance using Amazon linux 2, still it is taking forever at *Collecting package metadata (repodata.json): * , can ... linux
amazon-ec2 anaconda miniconda
SAI VINIL
- 5
Not able to shutdown jupyter notebook from anacondaprompt
So I just started using jupyter notebooks. I have installed something called mini conda and followed a walkthrough which guided me through installing jupyter notebooks. However, after finishing my ... jupyter-notebook miniconda
Siddharth Reddy
- 31
How to uninstall miniconda via homebrew?
Using MacOS Monterey, m1 chip. Installed homebrew and used homebrew to install miniconda. However, the Miniconda which was downloaded via homebrew did not work. Rather, the miniconda installer works. ... homebrew uninstallation apple-m1 miniconda macos-monterey
ReG
- 11
Creating a conda environment with python 3.8 with conflicting requirement(s)?
Context After setting up a conda environment.yml and trying to install it with a python 3.8 version, I am experiencing some difficulties. Attempts I tried explicitly specifying the python version at ... python anaconda conda miniconda
a.t.
- 1,421
Miniconda cannot create an environment with Python 3.7 installed in it (macOS Monterey M1 chip)
I am trying to create an environment in miniconda with python 3.7 in my macbook air(macOS Monterey Apple M1 chip) as below, conda create --new newenv python=3.7 However I get the below error- ... python apple-m1 miniconda macos-monterey
Amulya Ejjina
- 1
Disco Diffusion: Error when typing python "prd.py"
I have Disco Diffusion on my PC, it was fairly straightforward to install with little to no issue. However, I tried it on my friend's PC following the exact same steps. However, now I'm coming up with ... python machine-learning artificial-intelligence miniconda disco
Abdullah James
- 1
153050per page