conda-forge Questions

4

Are conda, miniconda, and anaconda free to use? I've seen stack overflow answers saying one or the other is free to use, then another answer saying the opposite. I am confused.
Indiscrete asked 11/12, 2022 at 17:13

3

I have an M1 MacBook using conda through miniforge3. I want to use some packages not built for ARM (ifcopenshell, pythonocc-core). Mixing channels (conda-forge/osx-64 and conda-forge/osx-arm) often...
Wavemeter asked 17/3, 2022 at 15:37

3

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 (current_repodata.json): done Solving ...
Ido asked 2/12, 2021 at 19:50

11

Solved

Is there a way to see what package versions are available with conda? I am getting an error with jupyter but it was working before. Something like yolk?
Spoonful asked 5/4, 2017 at 5:19

2

Solved

** Conda Fails to Create a new env: stuck at "Executing transaction"** I am working with a MacOS, BigSur 11.6, and have updated conda and mamba conda update --all conda update mamba and, ...
Deuteragonist asked 15/9, 2021 at 4:33

1

I have been stuck on this issue for several days, so any help is greatly appreciated. I recently had to move away from Anaconda (due to their change in the commercial policy) and decided to try Min...
Guardianship asked 18/6, 2021 at 9:2

2

I have developed my first Python package using Poetry as a dependency management and packaging tool. Publishing my work to PyPI has been as easy as running: poetry publish --build Now, I'd like to...
Benedikt asked 6/4, 2022 at 16:34

5

Solved

When I run conda search -c conda-forge nodejs, I get: # Name Version Build Channel ... nodejs 14.2.0 h2c41780_1 conda-forge nodejs 14.2.0 h38d8c5a_0 conda-forge nodejs 14.3.0 h2c41780_0 conda-forg...
Athodyd asked 11/6, 2020 at 13:2

1

So I use miniconda and was trying to install pyperclip from conda-forge but by mistake I capitalized the name so I run: conda install -c Conda-Forge pyperclip (Note the capital letters). The output...
Volny asked 27/12, 2021 at 23:12

1

For example, I have the following environment.yml file name: harmonic-backend channels: - conda-forge dependencies: - python==3.8.10 - apache-beam==2.31.0 - pyarrow==4.0.1 prefix: /opt/homebre...
Maritime asked 28/10, 2021 at 13:16

1

my conda-forge is not working and displaying the following error even while creating a new enviornment: (base) C:\Users\1836849\Documents\GitHub_Repository\ChemOS-master>conda create -n py36 pyt...
Sovereign asked 18/3, 2021 at 11:9

1

Solved

I'm testing poetry and I was wondering if it is possible to install prebuilt packages from conda-forge, as cartopy without relying on conda (so keeping a 100% poetry process). I googled this a bit ...
Barye asked 5/5, 2021 at 14:34

1

Solved

I had problems with pandas-datareader package v0.8.1. To fix my problem, I had to upgrade the package to a newer version 0.9 by running the following command: conda install -c anaconda pandas-datar...
Spodumene asked 20/12, 2020 at 23:52

3

Solved

The miniforge installer is a relatively new, community-led, minimal conda installer that (as it says in its readme) "can be directly compared to Miniconda, with the added feature that conda-forge i...
Comedian asked 4/3, 2020 at 18:38

2

I need the version 5.12 of the qt package in anaconda, but version 5.9.7 is installed. >>> conda list qt -f # packages in environment at /PATH/anaconda3/env/my_env # # Name Version Build ...
Schifra asked 1/6, 2020 at 7:47

1

Solved

While updating my packages I've noticed that there is a package named "matplotlib-base". I couldn't figure out what the difference to "matplotlib" is, neither on the official website nor here on St...
Alyssa asked 20/4, 2020 at 15:13

1

Solved

Documented Conda "best practices" is still to give conda-forge channel priority over defaults channel in environment.yml files. Can I continue to give priority to conda-forge whilst still downloadi...
Luckless asked 23/12, 2019 at 8:23

0

Conda does a nice job at keeping control of the necessary dependencies of a package, but apparently most packages exclude the C library as a traceable dependency. For example, let's install Gnuastr...
Hydrogen asked 19/12, 2019 at 17:50

1

Solved

I'm trying to have conda-forge host a python package I've created which is already on PyPI: https://pypi.org/project/ludoSim-jaib1/ I've read the conda-forge documentation on contributing packages...
Neuburger asked 14/7, 2019 at 21:56

1

Solved

I am trying to install a specific Keras version from Keras 1 API using conda-forge, because $ conda search keras returns only the following Keras 2 API options: keras 2.0.8 py35h86bcf3e_0 d...
Electromyography asked 23/12, 2017 at 19:6

1

Solved

I'm trying to install conda-forge packages from within an Anaconda Enterprise environment and the "standard" approach is failing because conda is searching relative to our enterprise anaconda insta...
Orientation asked 16/4, 2019 at 15:16
1

© 2022 - 2024 — McMap. All rights reserved.