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.

conda metapackages for installing sktime with soft dependencies

See original GitHub issue

pip users can install sktime with soft dependencies via pip install sktime[all_extras].

The same is not possible via conda currently, but could be achieved using metapackages, for instance.

Having that would be nice.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
freddyaboultoncommented, Jul 27, 2021

@fkiraly I took a crack at this here: https://github.com/conda-forge/sktime-feedstock/pull/11 .

However, it’s impossible to install all dependencies via conda:

  • pmdarima causes version conflicts, you can see the conda output in the failed ci runs of the first commits.
  • Even if pmdarima did not cause conflicts, it’s not available on windows
  • tbats and catch-22 do not have a package on conda forge

I’ve removed these from the recipe. I think that’s a good first step. Follow-up steps could include filing issues for tbats and catch-22 to create conda packages and investigating the problems with pmdarima.

0reactions
fkiralycommented, Jul 29, 2021

Closed with thanks. New issue is #1227. I already solved the docs item in #1226.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — sktime documentation
sktime releases are available via conda from conda-forge . To install sktime with core dependencies, excluding soft dependencies via conda type:.
Read more >
[ENH] Add tbats packages to sktime conda recipe #2350
Currently, installing sktime-all-extras via conda requires the packages - catch-22 , pmdarima and tbats to be installed via pip as well.
Read more >
Tool Dependencies and Conda - Galaxy Training!
All they do is define dependencies. For example, the hubward-all metapackage specifies the various other conda packages needed to get full hubward installation...
Read more >
Sktime - :: Anaconda.org
osx-arm64 v0.14.1; linux-64 v0.14.1; noarch v0.10.0; linux-aarch64 v0.14.1; osx-64 v0.14.1; win-64 v0.14.1. conda install. To install this package run one ...
Read more >
Debian -- Prospective packages
... remove and upgrade Cargo dependencies from the command line, ... estonianidcard: Metapackage installing all the packages for Estonian ID ...
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