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.

[BUG] Problem with sktime-dl installation; cannot import e.g. sktime_dl.deeplearning

See original GitHub issue

Describe the bug

I create a new Conda env: conda create -n sktime-dl python=3.6 then run: pip install sktime-dl but than when I try to from sktime_dl.deeplearning import CNNClassifier Python cannot find sktime_dl.deeplearning.

I also tried to install development version of sktime-dl but the package cannot be installed as there are NumPy and h5py conflicts (Tensorflow requires older numpy and h5py). I also tried to install required NumPy and h5py before running pip install ., but it doesn’t help.

To Reproduce

conda create -n sktime-dl python=3.6
conda activate sktime-dl
pip install sktime-dl
from sktime_dl.deeplearning import CNNClassifier

Expected behavior

I can run: from sktime_dl.deeplearning import CNNClassifier and I can run locally Jupyter Notebooks from examples.

Additional context

Versions Linux-4.19.128-microsoft-standard-x86_64-with-debian-buster-sid Python 3.6.11 | packaged by conda-forge | (default, Aug 5 2020, 20:09:42) NumPy 1.18.5 SciPy 1.5.4 sktime 0.4.3 sktime_dl 0.1.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:19

github_iconTop GitHub Comments

3reactions
saltazaurcommented, Nov 20, 2020

I would love to come back once sktime-dl works. The library and models look so promising! I will monitor the repo 😃 👍

0reactions
oustellacommented, Mar 26, 2021

@mloning I can do that!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changelog — sktime documentation
Changelog#. All notable changes to this project will be documented in this file. We keep track of changes in this file since v0.4.0....
Read more >
sktime - PyPI
sktime is a library for time series analysis in Python. It provides a unified interface for multiple time series learning tasks.
Read more >
Learn All About Using Sktime For Time Series Forecasting ...
It is a new open-source scikit-learns compatible python library which provides a unified interface for machine learning with time-series related tasks, ...
Read more >
ModuleNotFoundError: No module named 'sktime.transformers'
from sktime.transformations.panel.rocket import Rocket ... ERROR: Could not install packages due to an OSError: [WinError 5] Access is ...
Read more >
Timeseries - Machine & Deep Learning Compendium - GitBook
​SKtime-DL - using keras and DL​. 4. ​TSFresh - extracts 1200 features, filters them using FDR for time series classification etc.
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