I am not familiar with the python pip package system, but I have long before installed cellphonedb (2.0.2) and only today realized that merely typing pip install cellphonedb does not upgrade it to the latest package. I only were able to install the latest one with pip install cellphonedb==2.1.2.
I suspect that there will be other people who will not have the latest bug-fixes etc. updated based on the README.md first page on this.
Hi,
I am not familiar with the python pip package system, but I have long before installed cellphonedb (2.0.2) and only today realized that merely typing
pip install cellphonedb
does not upgrade it to the latest package. I only were able to install the latest one withpip install cellphonedb==2.1.2
.I suspect that there will be other people who will not have the latest bug-fixes etc. updated based on the
README.md
first page on this.