question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing autogluon in conda

See original GitHub issue

Hi I am getting the following issue while installing autogluon in Conda environment. Can you please help?

> conda install -c anaconda autogluon
> Solving environment: failed
> 
> PackagesNotFoundError: The following packages are not available from current channels:
> 
>   - autogluon
> 
> Current channels:
> 
>   - https://conda.anaconda.org/anaconda/linux-64
>   - https://conda.anaconda.org/anaconda/noarch
>   - https://repo.anaconda.com/pkgs/main/linux-64
>   - https://repo.anaconda.com/pkgs/main/noarch
>   - https://repo.anaconda.com/pkgs/free/linux-64
>   - https://repo.anaconda.com/pkgs/free/noarch
>   - https://repo.anaconda.com/pkgs/r/linux-64
>   - https://repo.anaconda.com/pkgs/r/noarch
>   - https://repo.anaconda.com/pkgs/pro/linux-64
>   - https://repo.anaconda.com/pkgs/pro/noarch
> 
> To search for alternate channels that may provide the conda package you're
> looking for, navigate to
> 
>     https://anaconda.org
> 
> and use the search bar at the top of the page.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:7

github_iconTop GitHub Comments

1reaction
kelszocommented, Aug 10, 2022

+1 for this. Especially when autogluon doesn’t support the latest dask version and thus collides with other packages that requires it. Sadly due to autogluons structure it isn’t possible to just use grayskull on the main package and publish that; all subpackages need to be packaged on conda-forge.

0reactions
adampilzcommented, Jun 14, 2022

upvote

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — AutoGluon Documentation 0.6.2 documentation
AutoGluon requires Python version 3.7, 3.8, or 3.9. For troubleshooting the installation process, you can check the Installation FAQ. Select your preferences ...
Read more >
Installing autogluon in conda · Issue #612 - GitHub
Hi I am getting the following issue while installing autogluon in Conda environment. Can you please help? > conda install -c anaconda ...
Read more >
A Beginner's Guide to AutoGluon | Kaggle
If you use something other than a Kaggle notebooks, you may also need the following: # !pip install -U pip # !pip install...
Read more >
autogluon - PyPI
First install package from terminal: # pip install -U pip # pip install -U setuptools wheel # pip install autogluon # autogluon==0.6.0 from ......
Read more >
TabPFN/README.md - Hugging Face
git clone git@github.com:automl/TabPFN.git cd TabPFN conda create -n TabPFN ... create a separate environment and install autogluon==0.4.0, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found