cellassign icon indicating copy to clipboard operation
cellassign copied to clipboard

Error in py_module_import(module, convert = convert) :

Open D13001788135 opened this issue 3 years ago • 1 comments

when i run this:

fit <- cellassign(exprs_obj = example_sce[rownames(example_marker_mat),],

  •               marker_gene_info = example_marker_mat, 
    
  •               s = s, 
    
  •               learning_rate = 1e-2, 
    
  •               shrinkage = TRUE,
    
  •               verbose = FALSE)
    

an error happens: Error in py_module_import(module, convert = convert) : ModuleNotFoundError: No module named 'tensorflow_probability'

i would appreciate it if someone could help me solve this issue

D13001788135 avatar Nov 26 '21 07:11 D13001788135

@D13001788135 Possible solution: install R tensorflow package via devtools and explicitly specify a version. #94

RuiyuRayWang avatar Dec 05 '21 05:12 RuiyuRayWang