Since versions.py is requesting HTML from:
|
"https://devguide.python.org/versions/", |
and
|
"https://numba.readthedocs.io/en/stable/user/installing.html#version-support-information", # noqa |
both of which use Cloudflare underneath the hood, pd.read_html is unable to overcome the Javascript challenges and is causing versions.py to either fail or encounter a 429 HTTP error
Since
versions.pyis requesting HTML from:stumpy/versions.py
Line 29 in 9ae54f0
and
stumpy/versions.py
Line 72 in 9ae54f0
both of which use Cloudflare underneath the hood,
pd.read_htmlis unable to overcome the Javascript challenges and is causingversions.pyto either fail or encounter a 429 HTTP error