Giter Site home page Giter Site logo

Comments (7)

amotl avatar amotl commented on June 12, 2024 1

It may be because the pinning of xradar>=0.0.13 is insufficient for an alpha library. It will probably break too quickly, so maybe use exact version pinning instead?

Remark: I don't want to hamper your velocity, just sharing my thoughts. Kudos for conceiving xradar by the way - I've taken a few glimpses and it looks excellent.

from wetterdienst.

amotl avatar amotl commented on June 12, 2024 1

Ah, forget about my suggestion, you've probably synchronised things well, because 0.0.13 is actually the latest release. Sorry for the noise, I will try to come up with a minimal repro if I can find some minutes.

from wetterdienst.

kmuehlbauer avatar kmuehlbauer commented on June 12, 2024 1

The reason

RUN python -m pip install --no-cache-dir --prefer-binary --no-deps wradlib

--no-deps will miss installing xradar here

xradar is now at 0.0.13, so latest version. Most of the code I've ported verbatim from wradlib to xradar and it is as stable as it gets. I've made sure that wradlib is only affected in the slightest way.

wradlib currently only uses the backend code from xradar, which is not about to change, besides bug fixes. I hope this is a little comforting with regard to the beta status of xradar.

from wetterdienst.

amotl avatar amotl commented on June 12, 2024 1

--no-deps will miss installing xradar here

Oh, thank you so much for spotting this. I missed it. I actually don't know why we have those lines here.

# Install wradlib.
RUN python -m pip install --no-cache-dir --prefer-binary --no-deps wradlib

poetry run pip install --verbose --no-input --no-deps wradlib

It would be better to install wradlib as a regular optional dependency of wetterdienst there, see GH-875.

from wetterdienst.

kmuehlbauer avatar kmuehlbauer commented on June 12, 2024

In 1.19 xradar has been added as dependency.

It was added in requirements.txt, I can't immediately see, why this brakes here.

from wetterdienst.

amotl avatar amotl commented on June 12, 2024

It would be better to install wradlib as a regular optional dependency of wetterdienst there, see #875.

I gave it a try with GH-878, but immediately got tripped, and by that, reminded, about the error we are observing then, because we don't use Anaconda on our CI, and the dependency chain wradlib -> Cartopy -> GDAL does not resolve well 1.

Footnotes

  1. I am specifically wondering why wradlib pulls in Cartopy, even though it is only listed as optional dependency, right?

from wetterdienst.

amotl avatar amotl commented on June 12, 2024

We've improved the situation with GH-879. Thanks again!

from wetterdienst.

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.