pyknite Posted August 3 Posted August 3 Good morning, I noticed that after the Tommy server upgrade, importing the following packages fails in Python 3.9: bs4, pandas, pytz, requests . They are missing from here too: https://tommy2-info.heliohost.org/pyinfo/info3.9.py Also, Italian is missing from the supported locales: import locale locale.setlocale(category=locale.LC_ALL, locale='it_IT.utf8')
wolstech Posted August 3 Posted August 3 Python components don't move between servers. Krydos can reinstall these for you...
pyknite Posted August 4 Author Posted August 4 (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 August 4 by karplus
Krydos Posted August 4 Posted August 4 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.
pyknite Posted August 4 Author Posted August 4 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 Posted August 4 Posted August 4 13 hours ago, pyknite said: 3.14 these packages are also missing: bs4, pandas, pytz, python-dateutil Installed. You can see the current list of installed modules for Tommy2's Python 3.14 at https://tommy2-info.heliohost.org/pyinfo/info3.14.py 1
Recommended Posts