Skip to content

Commit 29c82dc

Browse files
authored
PR #481 Make GHC installable on Ubuntu 22.4 and 24.4 / Python 3.12 (#481)
* Fix installing on Ubuntu 22.4 through pinning astroid, see sphinx-extensions2/sphinx-autodoc2#31 (comment) Also fix a minimal discrepancy in install instructions. * Fix install on Ubuntu 24.4 through bumping lxml version.
1 parent f43539e commit 29c82dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Install
5151
.. code-block:: bash
5252
5353
python3 -m venv ghc && cd ghc
54-
source ghc/bin/activate
54+
source ./bin/activate
5555
git clone https://github.com/geopython/GeoHealthCheck.git
5656
cd GeoHealthCheck
5757

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
astroid==2.15.8 # https://github.com/sphinx-extensions2/sphinx-autodoc2/issues/31
12
Jinja2==3.0.3
23
markupsafe==2.0.1
34
Flask==1.1.1
@@ -9,7 +10,7 @@ SQLAlchemy==1.3.8
910
Flask-SQLAlchemy==2.4.0
1011
itsdangerous==1.1.0
1112
pyproj >=2.6.1
12-
lxml >= 4.8.0, <= 4.9.2
13+
lxml >= 4.8.0, <= 4.9.4
1314
OWSLib==0.20.0
1415
jsonschema==3.0.2 # downgrade from 3.2.0 on sept 29, 2020, issue 331, consider better fix
1516
openapi-spec-validator==0.2.8

0 commit comments

Comments
 (0)