Skip to content
Discussion options

You must be logged in to vote

(I've been meaning to release a new version of Herbie to PyPi; But I'm waiting for the next release of MetPy)

ERROR: Could not build wheels for cartopy, pygrib

What version of Python are you using? I've pretty much moved on to python 3.11 and haven't tested anything earlier.


I usually create conda envrionments from a file like https://github.com/blaylockbk/Herbie/blob/main/environment.yml

Instead of installing herbie-data from conda forge, you can install Herbie from GitHub (note the deletion and insertion below...)

name: herbie
channels:
  - conda-forge
dependencies:
  - python>=3.11
  - pip
  - rclone # Not used by Herbie, useful if you are downloading data (https://rclone.org/)

-

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@williamhobbs
Comment options

@blaylockbk
Comment options

@williamhobbs
Comment options

Answer selected by williamhobbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants