Jump to content

Recommended Posts

Posted (edited)

Not really, only for retrocompatibily with current scripts.

Btw I noticed that in 3.14 these packages are also missing: bs4, pandas, pytz, python-dateutil

 

I didn't check it_IT.utf8 locale, due to to failed ftp access.

Edited by karplus
Posted

You're welcome to use Python 3.9 if you want. The reason I ask that question is because 95% of people who request modules on Python 3.9 do so because they don't even realize that Python 3.14 is available.

The next issue I noticed is there is no account with the username karplus and there is no account with the email address on this forum account. I did some digging in the logs and it looks like you may be referring to the account pyknite.

19 hours ago, karplus said:

Python 3.9: bs4, pandas, pytz, requests

Installed. You can see the current list of installed modules for Tommy2's Python 3.9 at https://tommy2-info.heliohost.org/pyinfo/info3.9.py

19 hours ago, karplus said:

Also, Italian is missing from the supported locales

root@tommy2 [/home/krydos]# /usr/bin/python3.9
Python 3.9.25 (main, Jul 13 2026, 00:00:00)
[GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale.setlocale(category=locale.LC_ALL, locale='it_IT.utf8')
'it_IT.utf8'
>>>

It looks like it's available now.

  • Krydos changed the title to [Solved] missing python3.9 packages and IT locale after tommy upgrade
Posted

I confirm that I am the owner of both accounts mentioned. When posting on the forum, I mistakenly used my previous account, karplus (which I used on the Johnny server), instead of my current account, pyknite.

I also confirm that the requested packages and locale are now working correctly with Python 3.9. If you make them available for Python 3.14 as well, I can update the scripts I use and switch to Python 3.14.

For now, thank you very much for all your help.

  • Krydos locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...