Irrationone / cellassign

Automated, probabilistic assignment of cell types in scRNA-seq data
Other
192 stars 81 forks source link

TensorFlow Probability requires a newer version of TensorFlow than available via devtools #98

Closed ameekbhalla closed 1 year ago

ameekbhalla commented 1 year ago

Hi, When I run cellassign(), I get the error quoted below in full:

Error in py_module_import(module, convert = convert) : ImportError: This version of TensorFlow Probability requires TensorFlow version >= 2.10; Detected an installation of version 2.9.3. Please upgrade TensorFlow to proceed.

But the problem is that the latest version of TensorFlow available at github.com/rstudio/tensorflow is 2.9.0

ameekbhalla commented 1 year ago

Another issue occurred after updating to the latest version of TensorFlow. That issue and its solution are discussed as https://github.com/Irrationone/cellassign/issues/98.