How do I intall a older Python version than my current 3.8.5?

I am using Ubuntu 20.04 and want to install a detection tool for a Lidar sensor. This tool requires Tensorflow version 1.13.0 or a simmilar one. I figured out that the newest version doesn't have a command which is used in this tool. I also figured out that the version 1.13.0 is only available at an older python version like 3.6 or 3.7. I also don't know if Tensorflow 1.13.0 is available because I read that only 1.15.0 or newer versions are supported until now.I already tried installing an older python version with "sudo apt-get python3.7" and it didn't work.

Does anyone know how I can install the older Python and Tensorflow?

3

1 Answer

I would suggest try using a virtual env for your development efforts.

Try the below thread

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like