- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
social plugin build issue #5493
Comments
Thanks for reporting. I think it's related to the Python version – you're using 3.8, we're using 3.11 without issues. I'll check if we can support 3.8 as well, or add a note to the documentation that 3.11 is needed for that. |
Should be fixed in |
@squidfunk that does resolve that error but we're seeing another version compatibility issue
See PrefectHQ/prefect#9501 for example Thanks! |
FYI Netlify only supports Python 3.8 so it's important to maintain compatibility with 3.8 for many users. Your package also says it supports 3.7+ — might be worth running a CI workflow that tests the lowest compatible version too. |
Fixed in |
|
Does not appear be to fixed in a9dda0990 Checked on latest insider too 43c30522afe4bdbd89da17b0c3c314d17e621541 |
@bilal-fazlani could you please create a reproduction? I'm not sure what you're now seeing, but I can't reproduce the error anymore. Please use the |
Released as part of 9.1.12+insiders-4.33.2. @bilal-fazlani if you manage to create a reproduction, please open a new issue. |
Its working now. Not sure what was the issue but it was definitely on my local environment. |
As of 9.1.14+insiders-4.35.0, the social plugin should be compatible with Python 3.7. We replaced |
I began seeing the same issue again today with 3.8 (Netlify). Works fine in my local environment (Python 3.9). How did it get fixed for you? I did not change the code - Netlify deployment was working for the same commit until March 26 (it is published), but since March 27 the same commit build is failing with this zipfile error for google font loading in social plugin. Weird. |
Context
No response
Bug description
I just started seeing errors in the build process related to social card plugins that is blocking deployment. Nothing changed in our docs, so I'm flagging this issue just in case.
Here's my Netlify build command:
I was able to resolve this issue by commenting out the social cards feature in (hummingbot/hummingbot-site#188, but I'd like to bring them back.
Related links
-Social cards
Reproduction
Here's the error from Netlify logs:
Steps to reproduce
I wasn't able to reproduce the issue on my Mac
Browser
No response
Before submitting
The text was updated successfully, but these errors were encountered: