Questions tagged [miniconda]

Ask Question

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

-1votes0answers23views

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 ... user avatar Anshuman Sinha

  • 21
0votes0answers13views

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 ... user avatar goldpm1

  • 1
2votes1answer42views

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 - ... user avatar Greg7000

  • 157
-1votes2answers18views

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 ... user avatar Iasonas Christoulakis

  • 9
0votes1answer31views

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.... user avatar Sita

  • 61
-1votes1answer19views

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.... user avatar superlazy

  • 587
0votes0answers6views

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 ... user avatar Kaan_K

  • 1
1vote0answers57views

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 ... user avatar abhipraja

  • 11
1vote1answer21views

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 ... user avatar Charlie Parker

  • 13.4k
0votes1answer15views

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 ... user avatar SAI VINIL

  • 5
0votes1answer9views

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 ... user avatar Siddharth Reddy

  • 31
0votes0answers23views

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. ... user avatar ReG

  • 11
2votes1answer56views

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 ... user avatar a.t.

  • 1,421
0votes0answers33views

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- ... user avatar Amulya Ejjina

  • 1
-1votes0answers41views

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 ... user avatar Abdullah James

  • 1

153050per page

1 2 3 4 552

You Might Also Like