-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
3.11 build reports missing _tkinter on Ubuntu 18.04 #98973
Comments
I know that this procedure is not the same as in building guide. I tried to perform steps listed there (edit sources.list, install all mentioned packages), and while _uuid did appear, _tkinter is still reported as missing. |
this was due to #31698 -- here's (for example) what |
deadsnakes version reports |
Oh, ok, they have changes in deb scripts, and I am trying to build with |
no it doesn't? $ python3.11 -c 'import _tkinter'
$ |
I tried |
that's not the same as my diff above shows |
Hm, I took it from your diff
and then passed to configure like this |
oh well i missed |
Yay, it worked, thanks for pointing to deadsnakes patches. |
I asked about this when the pkg-config change landed (linked above) -- this is intentional that they no longer support platforms missing proper pkg-config for tkinter |
So WONTFIX then, understood, thanks |
On Debian/buster (old, ok ...), I needed to say |
Bug report
Python 3.11 build on Ubuntu 18.04 reports
checking for stdlib extension module _tkinter... missing
even if all necessary packages are installed. This does not happen on Ubuntu 20.04, the difference that I noticed is that 20.04 packages include.pc
files for pkg-config while on 18.04 they are not.Installed packages on 18.04:
Dockerfile,
RUN ./configure
eventually prints that _tkinter and _uuid are missingYour environment
The text was updated successfully, but these errors were encountered: