You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand this is a very specific issue, but since Python 3.8 is still officially supported, I thought I'd let you know. Pinning the version to 41 (or at least <42) fixes the issue. It installs fine on MacOS and Linux.
While Python 3.8 is supported, PyPy 3.8 (which is what you're running here) is not (you won't see it on https://www.pypy.org/download.html), and therefore we do not publish wheels for it.
If you meet the build requirements you can probably still build for it, but we don't publish pre-built wheels for it anymore.
alex
added
the
waiting-on-reporter
Issue is waiting on a reply from the reporter. It will be automatically cloesd if there is no reply.
label
Feb 8, 2024
I guess I'll just note: the logs aren't verbose enough for me to prove this, but I imagine it works on macOS and Linux only because the Github Actions Runner comes with OpenSSL and other needed dependencies pre-installed, whereas they're not on Windows.
I understand this is a very specific issue, but since Python 3.8 is still officially supported, I thought I'd let you know. Pinning the version to 41 (or at least <42) fixes the issue. It installs fine on MacOS and Linux.
Here's some additional context:
Here's the GitHub Actions job I noticed the problem in: https://github.com/parafoxia/analytix/actions/runs/7832614747/job/21386253883
If there's any further information you need, please let me know.
The text was updated successfully, but these errors were encountered: