Linux Python Dependency
Moderators: Site Moderators, FAHC Science Team
Linux Python Dependency
Hi guys, previously I tried to install FAHClient on Ubuntu 19.10 and one package that was depreciated was python-gtk2. I was wondering if v7.6 has solved the need for that dependency yet. Also I have tested out Ubuntu 20.04 beta and it seems that the canonical team has depreciated python2 in favor of python3 which will be the default python going forward. Will this issue be addressed before the release of 20.04 on 23 april?
-
- Posts: 2040
- Joined: Sat Dec 01, 2012 3:43 pm
- Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441
Re: Linux Python Dependency
No FAHClient 7.6.x is still running with python2
But Ubuntu 18.04 LTS is supported till April 2023 and even Ubuntu 14.04 LTS has not reached end of life April 2022.
https://wiki.ubuntu.com/Releases
But Ubuntu 18.04 LTS is supported till April 2023 and even Ubuntu 14.04 LTS has not reached end of life April 2022.
https://wiki.ubuntu.com/Releases
Re: Linux Python Dependency
I understand that the previous LTS are still supported but my work requires me to compile with the latest compilers rather than gcc 8 on 18.04 so I have not choice but to use the bleeding edge ubuntu and dual booting 18.04 and 20.04 is eating into my limited space. That's why I was hoping that the client will be upgraded to python3. Plus python2 has been discontinued since the start of this year.
-
- Site Moderator
- Posts: 6986
- Joined: Wed Dec 23, 2009 9:33 am
- Hardware configuration: V7.6.21 -> Multi-purpose 24/7
Windows 10 64-bit
CPU:2/3/4/6 -> Intel i7-6700K
GPU:1 -> Nvidia GTX 1080 Ti
§
Retired:
2x Nvidia GTX 1070
Nvidia GTX 675M
Nvidia GTX 660 Ti
Nvidia GTX 650 SC
Nvidia GTX 260 896 MB SOC
Nvidia 9600GT 1 GB OC
Nvidia 9500M GS
Nvidia 8800GTS 320 MB
Intel Core i7-860
Intel Core i7-3840QM
Intel i3-3240
Intel Core 2 Duo E8200
Intel Core 2 Duo E6550
Intel Core 2 Duo T8300
Intel Pentium E5500
Intel Pentium E5400 - Location: Land Of The Long White Cloud
- Contact:
Re: Linux Python Dependency
Please note that there's work being done to move from Python 2 to Python 3: https://github.com/FoldingAtHome/fah-control/pull/56
ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time
Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time
Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
Re: Linux Python Dependency
Awesome. Thanks panther!
Re: Linux Python Dependency
Fahcontrol is not a requirement for folding so it is safe to not install it.
You could pull the repo from github and apply the pull requests and get it to work that way. Alternatives are to install the python2 package for Ubuntu until python3 support gets implemented.
You could pull the repo from github and apply the pull requests and get it to work that way. Alternatives are to install the python2 package for Ubuntu until python3 support gets implemented.
Re: Linux Python Dependency
Yup I'm pulling the modified repo and installing it from source as we speak.ipkh wrote:Fahcontrol is not a requirement for folding so it is safe to not install it.
You could pull the repo from github and apply the pull requests and get it to work that way. Alternatives are to install the python2 package for Ubuntu until python3 support gets implemented.
Re: Linux Python Dependency
I eagerly await your results. I'm running Xubuntu 18.04 right now and am definitely moving to 20.04 when it gets released.