欧博官网Adding Python 3.7 to Anaconda
This question already has answers here:
Cannot install Python 3.7 on osx-arm64 (4 answers)
Closed 3 years ago.
My current anaconda only has python 3.8 and 3.9.
python 3.8.5 h05baefb_8_cpython conda-forge python 3.8.6 h12cc5a1_1_cpython conda-forge python 3.8.6 h12cc5a1_2_cpython conda-forge python 3.8.6 h12cc5a1_3_cpython conda-forge python 3.8.6 h12cc5a1_4_cpython conda-forge python 3.8.6 h12cc5a1_5_cpython conda-forge python 3.8.6 h3098bc4_0_cpython conda-forge python 3.8.8 h12cc5a1_0_cpython conda-forge python 3.9.0 h4b4120c_5_cpython conda-forge python 3.9.0 hd001b3a_0_cpython conda-forge python 3.9.0 hd001b3a_1_cpython conda-forge python 3.9.0 hd001b3a_2_cpython conda-forge python 3.9.0 hd001b3a_3_cpython conda-forge python 3.9.0 hf1b0709_4_cpython conda-forge python 3.9.1rc1 h4b4120c_0_cpython conda-forge python 3.9.1rc1 h4b4120c_1_cpython conda-forge python 3.9.1 h4b4120c_0_cpython conda-forge python 3.9.1 hcbd9b3a_1_cpython conda-forge python 3.9.1 hcbd9b3a_2_cpython conda-forge python 3.9.1 hcbd9b3a_3_cpython conda-forge python 3.9.1 hcbd9b3a_4_cpython conda-forge python 3.9.1 hcbd9b3a_5_cpython conda-forge python 3.9.2 hcbd9b3a_0_cpython conda-forgeThis is what it output when I enter conda search --full-name python
Now I want to install tensorflowjs but for that I need tensorflow, but pip install tensorflow gives me this error ERROR: Could not find a version that satisfies the requirement tensorflow ERROR: No matching distribution found for tensorflow
My python version is 3.8.8 in my virtual environment but I think I need to be in a lower version, but when try to install python 3.7 using conda install -c anaconda python=3.7 it gives me this
- python=3.7 Current channels: - https://conda.anaconda.org/anaconda/osx-arm64 - https://conda.anaconda.org/anaconda/noarch - https://repo.anaconda.com/pkgs/main/osx-arm64 - https://repo.anaconda.com/pkgs/main/noarch - https://repo.anaconda.com/pkgs/r/osx-arm64 - https://repo.anaconda.com/pkgs/r/noarch - https://conda.anaconda.org/conda-forge/osx-arm64 - https://conda.anaconda.org/conda-forge/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.I have no idea how to get python 3.7 in my conda, please help!
2025-07-17 04:07 点击量:2