Using older notebook on latest Anaconda Navigator tensorflow unsatisfiable error

from ktsh.tanaka.2020 to quique123

Package conflicts are caused by version mismatches when deploying the package.

I checked the status of the conflict, but basically it is due to the version mismatch. In order to avoid this situation, it is necessary to upgrade the version of each package with [version =’> = x.y.z’].

For package version upgrade,

(base) C: \ Users \ marci> conda upgrade “corresponding package”

Must be executed. For large packages (eg Tesorflow, Prophet), it may automatically upgrade the required packages.

however,
C: \ Users \ marci> pip install “Applicable package”
If the package can be installed with, it may not be upgraded automatically.

If the python version or the appropriate Chanel is set, it will be selected automatically.

added / updated specs:
–decorator

The following packages will be downloaded:

package | build
--------------------------- | -----------------
certifi-2021.10.8 | py39h06a4308_2 156 KB anaconda
decorator-5.1.1 | pyhd3eb1b0_0 12 KB anaconda
openssl-1.1.1n | h7f8727e_0 3.8 MB anaconda
-------------------------------------------------- -------------------------------------------------- ----------
                                       Total: 4.0 MB

The following packages will be SUPERSEDED by a higher-priority channel:

certifi intel-> anaconda
decorator pkgs / main-> anaconda
openssl intel-> anaconda

Proceed ([y]/n)?

Is displayed.

I think the basic cause is that the system settings are not appropriate. In particular, in the case of Windows, software that requires automatic URL transmission may be malware that does not have a port for downloading Anaconda in the security software settings and firewall settings.

I hope that the settings around that will also be reviewed.

Regards, you.
ktsh.tanaka.2020