Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in py_module_import(module, convert = convert) : #93

Open
D13001788135 opened this issue Nov 26, 2021 · 1 comment
Open

Error in py_module_import(module, convert = convert) : #93

D13001788135 opened this issue Nov 26, 2021 · 1 comment

Comments

@D13001788135
Copy link

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

@RuiyuRayWang
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants