Installing autogluon in conda
See original GitHub issueHi 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:
- Created 3 years ago
- Reactions:4
- Comments:7
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+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.
upvote