Apple M1 tensorflow-deps install fall

Hi the community!
I have a real problem with installation tensorflow with apple M1 CPU GPU support.
I type this command and have the following trace:
(I add “/” to avoid 2 links problem)
Collecting package metadata (current_repodata.json): | DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /conda.anaconda.org:443
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /repo.anaconda.com:443
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /repo.anaconda.com:443
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /repo.anaconda.com:443
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /conda.anaconda.org:443
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /repo.anaconda.com:443
| DEBUG:urllib3.connectionpool:https:///repo.anaconda.com:443 “GET /pkgs/main/noarch/current_repodata.json HTTP/1.1” 304 0
DEBUG:urllib3.connectionpool:https:///repo.anaconda.com:443 “GET /pkgs/r/noarch/current_repodata.json HTTP/1.1” 304 0
DEBUG:urllib3.connectionpool:https:///repo.anaconda.com:443 “GET /pkgs/main/osx-arm64/current_repodata.json HTTP/1.1” 304 0
/ DEBUG:urllib3.connectionpool:https:///repo.anaconda.com:443 “GET /pkgs/r/osx-arm64/current_repodata.json HTTP/1.1” 304 0

  • DEBUG:urllib3.connectionpool:https:///conda.anaconda.org:443 “GET /apple/noarch/current_repodata.json HTTP/1.1” 404 None
    / DEBUG:urllib3.connectionpool:https:///conda.anaconda.org:443 “GET /apple/osx-arm64/current_repodata.json HTTP/1.1” 404 None
    / DEBUG:urllib3.connectionpool:https:///conda.anaconda.org:443 “GET /apple/noarch/repodata.json HTTP/1.1” 304 0
    | DEBUG:urllib3.connectionpool:https:///conda.anaconda.org:443 “GET /apple/osx-arm64/repodata.json HTTP/1.1” 304 0
    done
    Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
    Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
    Collecting package metadata (repodata.json): - DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /conda.anaconda.org:443
    DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /conda.anaconda.org:443
    DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /repo.anaconda.com:443
    DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /repo.anaconda.com:443
    DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /repo.anaconda.com:443
    DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): /repo.anaconda.com:443
    \ DEBUG:urllib3.connectionpool:https:///repo.anaconda.com:443 “GET /pkgs/main/osx-arm64/repodata.json HTTP/1.1” 304 0
    DEBUG:urllib3.connectionpool:https:///repo.anaconda.com:443 “GET /pkgs/r/noarch/repodata.json HTTP/1.1” 304 0
    DEBUG:urllib3.connectionpool:https:///repo.anaconda.com:443 “GET /pkgs/r/osx-arm64/repodata.json HTTP/1.1” 304 0
    | DEBUG:urllib3.connectionpool:https:///repo.anaconda.com:443 “GET /pkgs/main/noarch/repodata.json HTTP/1.1” 304 0
    \ DEBUG:urllib3.connectionpool:https:///conda.anaconda.org:443 “GET /apple/noarch/repodata.json HTTP/1.1” 304 0
    / DEBUG:urllib3.connectionpool:https:///conda.anaconda.org:443 “GET /apple/osx-arm64/repodata.json HTTP/1.1” 304 0
    done
    Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
    Solving environment: \
    Found conflicts! Looking for incompatible packages.
    This can take several minutes. Press CTRL-C to abort.
    failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package → Available versions

do you already solve it? because i have same error like you