Giter Club home page Giter Club logo

Comments (4)

flobrec avatar flobrec commented on September 17, 2024 2

I had the same issue. What worked for me was:

  • Installed Pyhton 3.7.7 (as recommended, put probably not the issue)
  • installed torch with conda install pytorch torchvision cpuonly -c pytorch (according to issue 29395, pip install torch is not working on Windows, hence went to pytorch site, see Quick Start Locally)
  • tried to install u8darts but had an issue with fbprohet and cython version, downgraded with conda install cython=0.29.17 (probably this step can be skipped since I still had an issue with fbprophet afterwards
  • tried to install u8darts but had an issue with fbprophet, therefore first installed fbprophet with conda install -c conda-forge fbprophet
  • installed u8darts with pip install u8darts
  • after that, still had to install plotly, but then the darts-intro.ipynb from the examples ran

from darts.

TheMP avatar TheMP commented on September 17, 2024 2

Hi @flobrec, thank you for letting us know. We have addressed your issue and merged it to develop branch. It will come out together with release 0.3.0 of Darts.

from darts.

hrzn avatar hrzn commented on September 17, 2024

Hello, that looks like an issue with your pip setup. Can you do pip install torch to test?
In addition, we have seen issues with Python 3.7.1. I would recommend using a more recent version like 3.7.7.

from darts.

TheMP avatar TheMP commented on September 17, 2024

Hi @flobrec, I'm happy to announce that the issue you have reported is resolved now.

from darts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.