Coder Social home page Coder Social logo

Comments (8)

fernandocamargoai avatar fernandocamargoai commented on June 18, 2024 2

Oh, understood. Thanks for the update.

By the way, I installed it with:

pip install --no-deps pytorchts==0.3.1

from pytorch-ts.

kashif avatar kashif commented on June 18, 2024

ah damn! Yes that will not works... hmmm ok for now kindly first manually install:

pip install git+https://github.com/awslabs/gluon-ts.git@master#egg=gluonts

and then:

pip install pytorchts

till I can figure out how to fix this.

from pytorch-ts.

harshilkamdar avatar harshilkamdar commented on June 18, 2024

Huh, not sure if this is an issue on pytorch-ts's end, but when I try to install gluonts with the method above, I get the error:

ContextualVersionConflict: (pydantic 1.7.3 (/opt/conda/lib/python3.7/site-packages), Requirement.parse('pydantic<1.7,~=1.1'), {'gluonts'})

It seems to be installing the right version of pydantic but some conda issues? not sure.

from pytorch-ts.

kashif avatar kashif commented on June 18, 2024

I see and if you remove your pydantic first via:

pip uninstall pydantic

and then try to install gluonts via the command above does it work?

from pytorch-ts.

harshilkamdar avatar harshilkamdar commented on June 18, 2024

No, didn't work. I'm on a cloud-hosted notebook, so that might be the issue. Thank you for the great package!

from pytorch-ts.

kashif avatar kashif commented on June 18, 2024

I see, and how about if you install the 1.6.1 version via: pip install pydantic==1.6.1 and then glutonts?

from pytorch-ts.

fernandocamargoai avatar fernandocamargoai commented on June 18, 2024

I don't this project specify the gluonts version using pip instead of the master branch? Like:
gluonts>=0.6.7

from pytorch-ts.

kashif avatar kashif commented on June 18, 2024

@fernandocamargoti some of my fixes to gluonts are still in master so as soon as a new version comes I will update it here.

from pytorch-ts.

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.