简体   繁体   中英

What do these conda warnings on tensorflow mean? Any side effects if I leave them alone and how to fix them?

I recently upgraded to tensorflow v2.3 on anaconda 2020.7 distribution. I am using Windows 10.

Whenever I run conda update --all , I encounter the following warning message;

Collecting package metadata (current_repodata.json): done
Solving environment: -
Warning: 4 possible package resolutions (only showing differing packages):
  - anaconda/noarch::astunparse-1.6.3-py_0, anaconda/noarch::tensorflow-estimator-2.3.0-pyheb71bc4_0
  - anaconda/noarch::tensorflow-estimator-2.3.0-pyheb71bc4_0, defaults/noarch::astunparse-1.6.3-py_0
  - anaconda/noarch::astunparse-1.6.3-py_0, defaults/noarch::tensorflow-estimator-2.3.0-pyheb71bc4_0
  - defaults/noarch::astunparse-1.6.3-py_0, defaults/noarch::tensorflow-estimator-2.3.0-pyheb71bc4done

What does the warning mean? Any side effect if I ignore them?

How do I fix these warnings?

This is a known bug in conda . As for now, it seems okay to ignore this warnings.

If you are not tight to conda, you could also give the standard pip a chance (although using both at the same time does not work smoothly ).

These just mean that astunparse-1.6.3-py_0 and tensorflow-estimator-2.3.0-pyheb71bc4_0 could be updated too, does not affect anything at all in execution. Please go ahead, and do not worry about these.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM