I am trying to create an environment with Python 3.4.2 in order to have compatibility with a device I am using. I have tried the below in the conda prompt,
conda create --name my_env python=3.4
however I get the following error:
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.4
Current channels:
- https://conda.anaconda.org/anaconda-fusion/win-64
- https://conda.anaconda.org/anaconda-fusion/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
It seems Python 3.4 is no longer supported on Anaconda. I was wondering if there is a way to get Python 3.4 onto an environment without having to install an old version of Anaconda