Open FionaMoon opened 2 years ago
Hi @FionaMoon, thank you for using CellPhoneDB. Could you please let us know which version of R (R --version
) and which version of rpy2 (pip show rpy2
) do you have installed on your environment?
Hi prete, My R version is
R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-conda-linux-gnu (64-bit)
My rpy2 version is
pip show rpy2
Name: rpy2
Version: 3.5.2
Summary: Python interface to the R language (embedded R)
Home-page: https://rpy2.github.io
Author: Laurent Gautier
Author-email: lgautier@gmail.com
License: GPLv2+
Location: /xtdisk/miniconda/envs/cpdb/lib/python3.8/site-packages
Requires: cffi, jinja2, pytz, tzlocal
Required-by: CellPhoneDB
Thank you for your help!
And it seems have another problem like in #363, markupsafe
need to be downgrading. If I don't do this I 'll got error:
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
I have the error of cannot import name 'soft_unicode' from 'markupsafe' what should i do ?
pip install -U markupsafe<=2.0.1
should solve your markupsafe issue
Hi all, I met a strange problem which never exists before. Every time I run
cellphonedb plot heatmap_plot
, I'll get errors like thisAny suggestions for me? Thank you inadvance!