branca dependency issue
See original GitHub issueDoes ipyleaflet require a specific version of branca
? My geemap package depends on ipyleaflet. During the pip installation of geemap with a fresh conda env, I got the following error every time. However, the package works fine even with this error. Is there a way to get rid of this error? Thanks.
ERROR: ipyleaflet 0.13.0 has requirement branca<0.4,>=0.3.1, but you’ll have branca 0.4.1 which is incompatible.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
undeclared dependency on branca? · Issue #435 · python ... - GitHub
I cloned master to fix a bug but installing a local version of folium didn't work for me. It rather complained that branca...
Read more >Branca Python module is unable to find 2 essential json files ...
EDIT: The problem seems to be with branca, which is a dependency of folium. It looks for that _cnames.json file which is in...
Read more >branca - npm
Authenticated and encrypted API tokens using modern crypto. Latest version: 0.5.0, last published: 8 months ago. Start using branca in your ...
Read more >branca - crates.io: Rust Package Registry
Branca is a secure alternative token format to JWT. This implementation is written in pure Rust and uses the XChaCha20-Poly1305 AEAD ...
Read more >branca - Go Packages
branca is a secure alternative to JWT, This implementation is written in pure Go (no cgo dependencies) and implements the branca token ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No it simply required a fix on the recipe. Once it’s fixed we can merge and get
0.13.1
on condaIt took some time but it’s there: https://github.com/conda-forge/ipyleaflet-feedstock/pull/88 Unfortunately it failed because it’s looking for a 0.13.0 JS file. We will probably need a 0.13.2 release, sorry for that.