pysal / momepy

Urban Morphology Measuring Toolkit
https://docs.momepy.org
BSD 3-Clause "New" or "Revised" License
496 stars 59 forks source link

[pre-commit.ci] pre-commit autoupdate #488

Closed pre-commit-ci[bot] closed 1 year ago

pre-commit-ci[bot] commented 1 year ago

updates:

jGaboardi commented 1 year ago

Failure in Sphinx build:

$ python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Traceback ``` Running Sphinx v6.2.1 Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/sphinx/config.py", line 354, in eval_config_file exec(code, namespace) # NoQA: S102 File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/checkouts/488/docs/conf.py", line 21, in import momepy # noqa File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/__init__.py", line 7, in from .distribution import * File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/distribution.py", line 14, in from .utils import _azimuth File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/utils.py", line 7, in import libpysal File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/__init__.py", line 26, in from . import examples File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/examples/__init__.py", line 11, in from .base import example_manager File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/examples/base.py", line 13, in import requests File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/requests/__init__.py", line 43, in import urllib3 File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/urllib3/__init__.py", line 38, in raise ImportError( ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/sphinx/cmd/build.py", line 280, in build_main app = Sphinx(args.sourcedir, args.confdir, args.outputdir, File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/sphinx/application.py", line 207, in __init__ self.config = Config.read(self.confdir, confoverrides or {}, self.tags) File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/sphinx/config.py", line 177, in read namespace = eval_config_file(filename, tags) File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/sphinx/config.py", line 367, in eval_config_file raise ConfigError(msg % traceback.format_exc()) from exc sphinx.errors.ConfigError: There is a programmable error in your configuration file: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/sphinx/config.py", line 354, in eval_config_file exec(code, namespace) # NoQA: S102 File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/checkouts/488/docs/conf.py", line 21, in import momepy # noqa File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/__init__.py", line 7, in from .distribution import * File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/distribution.py", line 14, in from .utils import _azimuth File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/utils.py", line 7, in import libpysal File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/__init__.py", line 26, in from . import examples File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/examples/__init__.py", line 11, in from .base import example_manager File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/examples/base.py", line 13, in import requests File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/requests/__init__.py", line 43, in import urllib3 File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/urllib3/__init__.py", line 38, in raise ImportError( ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168 Configuration error: There is a programmable error in your configuration file: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/sphinx/config.py", line 354, in eval_config_file exec(code, namespace) # NoQA: S102 File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/checkouts/488/docs/conf.py", line 21, in import momepy # noqa File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/__init__.py", line 7, in from .distribution import * File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/distribution.py", line 14, in from .utils import _azimuth File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/momepy/utils.py", line 7, in import libpysal File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/__init__.py", line 26, in from . import examples File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/examples/__init__.py", line 11, in from .base import example_manager File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/libpysal/examples/base.py", line 13, in import requests File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/requests/__init__.py", line 43, in import urllib3 File "/home/docs/checkouts/readthedocs.org/user_builds/momepy/envs/488/lib/python3.8/site-packages/urllib3/__init__.py", line 38, in raise ImportError( ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168 ```