deadsnakes / issues

Issues for https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
86 stars 6 forks source link

Support for new Ubuntu 24.04 LTS #282

Closed lucasfijen closed 5 months ago

lucasfijen commented 6 months ago

description

I might be really quick on the boat, but yesterday the new LTS dropped for Ubuntu; 24.04. Are you planning on adding support for this version?

Also, just wanted to express how much I appreciate deadsnakes, it makes installing different python versions for developing really hassle free, thank you so much!

os information

Ubuntu 24.04 LTS

lsb_release -a

# paste the output of `lsb_release -a` here

uname -a

# paste the output of `uname -a` here
MikeMcC399 commented 6 months ago

This would be much appreciated. Hopefully it is already being planned! I'm especially looking for Python 3.11 as Ubuntu 24.04 ships with Python 3.12, which is too high.

https://releases.ubuntu.com/noble/

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 24.04 LTS
Release:    24.04
Codename:   noble
$ uname -a
Linux ubuntu-24-04 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
asottile commented 6 months ago

we usually follow up within a week or so. if you want this expedited consider sponsoring or supporting the project as it's only worked on in my freetime

MyceliumMuse commented 6 months ago

need any cloud infrastructure or resources? hosting, dbs, domains, wordpress. looking for partners

wydnas commented 5 months ago

Echoing the grateful sentiments above but Python 3.10 needed here. Keep up the good work.

fuog commented 5 months ago

Wow, that was quick! Thank you so much for the work. I just found python3.10 @ 24.04 :heart: Unfortunately I found an error in the package. I'm opening a separate issue for it.. #283

asottile commented 5 months ago

this isn't closed yet so please don't

asottile commented 5 months ago

these should be available now -- minus 3.13 which is in process of building

MikeMcC399 commented 5 months ago

@asottile

Thank you very much! python3.11 is working fine for me on Ubuntu 24.04 🎉

jaraco commented 5 months ago

minus 3.13 which is in process of building

Where's the best place to follow progress on this concern?

asottile commented 5 months ago

ironically @jaraco you broke the build with the configparser changes

jaraco commented 5 months ago

ironically @jaraco you broke the build with the configparser changes

Oh, that's the first I'm hearing about it. Strange I don't see anything in my email pertaining to it. I check the bug tracker.

(I couldn't find anything, even after searching the Python bugtracker and reading the failed build log, so I'm without any leads and going to ignore the concern for now)

jaraco commented 5 months ago

I got around to checking this issue again and it seems to have been solved now.

bachphi commented 3 months ago

I am running Ubuntu 24.04 LTS & Python3.12.3. Installing MSSQL got some errors related to Python. I want to install Python3.11. But when I tried to add 'add-apt-repository ppa:deadsnakes/ppa' , I got TimeoutError [Errno 110] Connection timed out and a long list of errors above it. Below is some of its errors: Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 452, in sys.exit(0 if addaptrepo.main() else 1) ^^^^^^^^^^^^^^^^^ File "/usr/bin/add-apt-repository", line 435, in main shortcut = handler(source, shortcut_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 40, in shortcut_handler return handler(shortcut, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 89, in init if self.lpppa.publish_debug_symbols: ^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 133, in lpppa self._lpppa = self.lpteam.getPPAByName(name=self.ppaname) ^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 120, in lpteam self._lpteam = self.lp.people(self.teamname) ^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 111, in lp self._lp = login_func("%s.%s" % (self.module, self.class.name), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 494, in login_anonymously return cls(

How do I install Python3.11?

asottile commented 3 months ago

that's a problem with your Internet connection and not deadsnakes