Git Product home page Git Product logo

Comments (12)

mmann1123 avatar mmann1123 commented on May 24, 2024 1

Ok looks like it builds 2.0 fine on everything but python 3.7. regardless of OS. Should we pin python >=3.8

Looks like opencv is the issue.

    • nothing provides libopencv 4.2.0 py36_5 needed

from geowombat.

jgrss avatar jgrss commented on May 24, 2024

Hmm, geowombat==1.11.4 pulls a higher version of rasterio than v1.0.23. I just did a fresh installation from main and it installed rasterio==1.3.2. Is conda free to build any version of rasterio in the build? I don't see a version requirement for it.

from geowombat.

mmann1123 avatar mmann1123 commented on May 24, 2024

Yeah I don't pin any versions in the feedstock and it should be able to pull whatever solves all requirements. So not sure... Instead of pinning xarray could we just implement the np.max min as suggested in #186? (although that seemed to open other issues possibly)

from geowombat.

jgrss avatar jgrss commented on May 24, 2024

Can you see if this is still an issue after #189?

from geowombat.

mmann1123 avatar mmann1123 commented on May 24, 2024

@jgrss I think finally step is to pin python 3.8 or greater

from geowombat.

jgrss avatar jgrss commented on May 24, 2024

See #200

from geowombat.

jgrss avatar jgrss commented on May 24, 2024

#200 is merged into main so let me know how the conda build goes.

from geowombat.

mmann1123 avatar mmann1123 commented on May 24, 2024

After much futzing I figured out that adding the skip line to meta.yml in the feedstock would allow us to avoid building in py3.7. Should be merging soon.

build:
  number: 0
  skip: true  # [py<38]
  script: {{ PYTHON }} setup.py build && pip install .  

from geowombat.

mmann1123 avatar mmann1123 commented on May 24, 2024

Resolved! @jgrss new conda build should be available in a few hours

from geowombat.

mmann1123 avatar mmann1123 commented on May 24, 2024

from geowombat.

jgrss avatar jgrss commented on May 24, 2024

This is closed from ~month ago. Is this correct?

from geowombat.

mmann1123 avatar mmann1123 commented on May 24, 2024

from geowombat.

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.