You are not logged in.

#1 2021-08-03 05:33:00

yqqwe123
Member
Registered: 2021-07-28
Posts: 1

How to install Python 3.9 along with Python 3.8 in Arch Linux?

I'm working with tensorflow.
Recently Arch replaced  Python 3.8 with 3.9 and at the moment there is no tensorflow build for Python 3.9. Downgrading Python version for the whole system for that single reason do not looks like good idea for me. My goal is to create virtual environment with python 3.8. Is there a way to have both (3.8 and 3.9) versions available in the system? Python page of arch wiki doesn't mention that.

I know, I can use: virtualenv -p python3.8 py38 but I need an interpreter in the system.

thank you for any relpy

edit:thank you for all your rely

Last edited by yqqwe123 (2021-08-04 13:03:22)

Offline

#2 2021-08-03 05:40:57

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,576

Re: How to install Python 3.9 along with Python 3.8 in Arch Linux?

Did you look here?

Offline

#3 2021-08-03 06:03:41

Galactic_CakeYT
Member
Registered: 2021-07-31
Posts: 3

Re: How to install Python 3.9 along with Python 3.8 in Arch Linux?

I recommend using paru it makes my life really simple.

Offline

#4 2021-08-03 06:10:29

loqs
Member
Registered: 2014-03-06
Posts: 18,042

Re: How to install Python 3.9 along with Python 3.8 in Arch Linux?

yqqwe123 wrote:

I'm working with tensorflow.
Recently Arch replaced Python 3.8 with 3.9 and at the moment there is no tensorflow build for Python 3.9.

python-tensorflow is built with python 3.9.

Offline

Board footer

Powered by FluxBB