You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you release a version without dependency on rpy2?
It seems rpy2 relies on a very specific combination of Python and R.
I have R 3.6 + Python 3.6, and R 4 + Python 3.10.
But I do not have the Python 3.7 + R 3.6 combination that is required of using tradeseq. I tried using conda, but ended up with a mess, because apparently pip tries to install the most up to date version of pre-requisite packages that either do not compile or are not supported in older Python 3.7.
All of these seem to be related to rpy2.
Can you put up a conda environment? Or release without rpy2?
The text was updated successfully, but these errors were encountered:
My set up is:
MacOS Ventura
Python==3.9.16, rpy2==3.5.11, anndata2ri==1.2
tradeSeq 1.10.0, R version 4.2.2
I made a couple of changes in the tools/_downstream_analysis.py and it worked. Feel free to access my modified one (https://github.com/biopzhang/COMMOT/blob/main/commot/tools/_downstream_analysis.py). If @zcang is interested, please investigate and consider to incorporate it to the repo. Nonetheless, I'm not a huge fan of rpy2, I would rather consider to directly run the R code in R environment and read the outputs from python (which is also painful) ...
Can you release a version without dependency on rpy2?
It seems rpy2 relies on a very specific combination of Python and R.
I have R 3.6 + Python 3.6, and R 4 + Python 3.10.
But I do not have the Python 3.7 + R 3.6 combination that is required of using tradeseq. I tried using conda, but ended up with a mess, because apparently pip tries to install the most up to date version of pre-requisite packages that either do not compile or are not supported in older Python 3.7.
All of these seem to be related to rpy2.
Can you put up a conda environment? Or release without rpy2?
The text was updated successfully, but these errors were encountered: