-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fedora 35 beta + Python error #36
Comments
When I try to install on Fedora 35, I get this error:
|
Yep me too - just did a clean install of the latest F35 beta and having the same problem as you. |
Same on a brand new (f35) RC1.2 installation (which will be the final/production build).
|
Looking here I see that the f35 repo has not been built yet, not sure how we can do that ourselves... |
Currently on F35, there seems to be a workaround. I can confirm that this works on Fedora 35. |
sudo dnf copr enable dawid/better_fonts -y
/usr/lib/python3.10/site-packages/dnf-plugins/copr.py:433: DeprecationWarning: distro.linux_distribution() is deprecated. It should only be used as a compatibility shim with Python's platform.linux_distribution(). Please use distro.id(), distro.version() and distro.name() instead.
dist = linux_distribution()
The text was updated successfully, but these errors were encountered: