Skip to content

Commit

Permalink
Pin libabseil to 20230125
Browse files Browse the repository at this point in the history
The error we're getting is

l_cord.so.2301.0.0: cannot open shared object file: No such file or directory

and 2301.0.0 seems suspiciously like the 2301 in the libabseil version number.
  • Loading branch information
jdangerx committed Sep 11, 2023
1 parent cfca10e commit 9a89e6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devtools/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ dependencies:
- python-snappy>=0.6,<1
- sqlite>=3.36,<4

# libabseil 20230802 isn't linked by libgdal-3.7.1, which is dependency of
# fiona==1.9.4, dependency of geopandas 0.13.2
- libabseil==20230125.3

# These are not normal Python packages available on PyPI
- nodejs # Useful for Jupyter
- pandoc # Useful for rendering RST files in Atom
Expand Down
4 changes: 4 additions & 0 deletions test/test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ dependencies:
- tox>=4,<5
- google-cloud-sdk>=386,<446
- sqlite-utils~=3.29

# libabseil 20230802 isn't linked by libgdal-3.7.1, which is dependency of
# fiona==1.9.4, dependency of geopandas 0.13.2
- libabseil==20230125.3

0 comments on commit 9a89e6d

Please sign in to comment.