Code Monkey home page Code Monkey logo

Comments (8)

MahdiHasanNCSU avatar MahdiHasanNCSU commented on July 23, 2024 1

That's exactly what I was thinking. I believe that the updated version of xeofs also requires Python version >= 3.10.
I will update my status. I appreciate your active engagement.

from xeofs.

MahdiHasanNCSU avatar MahdiHasanNCSU commented on July 23, 2024 1

The issue is resolved after creating a new environment with updated package versions. Appreciate your help!

from xeofs.

nicrie avatar nicrie commented on July 23, 2024

Hey @MahdiHasanNCSU thank you for raising this issue. Which version of xeofs are you using?
If you're using a conda environment, you can check the version using

conda list xeofs

Alternatively, within Python you can use

from xeofs import __version__
print(__version__)

from xeofs.

MahdiHasanNCSU avatar MahdiHasanNCSU commented on July 23, 2024

xeofs 0.7.2

from xeofs.

nicrie avatar nicrie commented on July 23, 2024

In that case please update to the most recent version, which is v2.3.2. Then your issue should be gone. Please let me know if it worked.

With conda, the following should work:

conda update xeofs

from xeofs.

MahdiHasanNCSU avatar MahdiHasanNCSU commented on July 23, 2024

Thanks @nicrie. For some reason, xeofs is not updating. 'conda update xeofs' runs without any issue, but I see the same version 0.7.2.

from xeofs.

MahdiHasanNCSU avatar MahdiHasanNCSU commented on July 23, 2024

Since this is an issue on my end, I will see if I can figure it out. But, you are welcome to give any suggestions.

from xeofs.

nicrie avatar nicrie commented on July 23, 2024

Did you try installing in a fresh environment? The only reason I can think of right now is that some other packages in that environment prevent updating you to a more recent version of xarray. xeofs requires at least xarray version 2023.01.

from xeofs.

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.