Code Monkey home page Code Monkey logo

Comments (5)

floriankrb avatar floriankrb commented on June 15, 2024 1

Indeed, apparently, the issue comes from the netcdf4 package, there is not much that we can do from climetlab.

from climetlab.

floriankrb avatar floriankrb commented on June 15, 2024 1

Yes, droping support for Windows python 3.7 would make sense IMO, depending on your users of course.

You can achieve this in the .github/workflow yaml file using exclude as in:

    strategy:
      fail-fast: true
      matrix:
        platform: ["ubuntu-latest", "macos-latest", "windows-latest"]
        python-version: ["3.7", "3.8", "3.9", "3.10"]
        exclude:
          - platform: "windows-latest"
            python-version: "3.7"

from climetlab.

jodemaey avatar jodemaey commented on June 15, 2024

This seems to be a common problem with NetCDF4 after a new release on Python 3.7 on Windows:

Unidata/netcdf4-python#901 (comment)

Unidata/netcdf4-python#1031 (comment)

from climetlab.

jodemaey avatar jodemaey commented on June 15, 2024

I want to comment on the fact that this is painful for plugin maintainers, because I cannot push to pip server due to this.
Plugin users start complaining that they cannot reach latest features because pip and github are not aligned.
If I have to wait 6 months that this is solved for this very particular version, then this is a problem.
The solution I see is dropping some Python versions in the tests to publish.

@floriankrb :
What would be the best according to you :

  • Drop all Windows tests (problems are usually there)
  • Drop only Python 3.7 Windows tests

?

Thank you in advance.

from climetlab.

jodemaey avatar jodemaey commented on June 15, 2024

Ok, I will do that. I hope this is not a slippery slope though :-)

from climetlab.

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.