rstudio / tensorflow.rstudio.com

https://tensorflow.rstudio.com
9 stars 12 forks source link

Installation Error #55

Closed AlphaLX closed 7 months ago

AlphaLX commented 1 year ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. argcomplete 3.0.5 requires importlib-metadata<6,>=0.23; python_version == "3.7", but you have importlib-metadata 6.3.0 which is incompatible.

The version required by the importlib-metadata package is 0.23 or 6.23? My system is Ubuntu 20.04, x86_64, could you please tell me which version I need to install?

t-kalinowski commented 1 year ago

You can overcome the issue by passing the --ignore-installed option flag to pip. py_install("tensorflow", ignore_installed=TRUE)