Currently I am trying to filter some data for single cell RNA sequencing, and this process requires the use of python. I am trying to run the following codes and I am facing some errors.
%pylab inline
import warnings
warnings.filterwarnings("ignore")
from SCCAF import *
The image of the error message is attached with this post.
error message
I would also like to say that I have elementary knowledge in working with python, so it can be some issue from my side that I am not able to solve. Also currently I am using google colab to run this code. Can any one please me with this problem.
I have tried installing SCAAF and scanpy using pip install, but still no progress.