When runing "cellphonedb method statistical_analysis cellphonedb_metadata.csv cellphonedb_count.csv" , it cames error:
AttributeError: module 'time' has no attribute 'clock'
I install the higher version of sqlalchemy it reminds me
"ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
cellphonedb 1.1.0 requires SQLAlchemy<1.2.99,>=1.2, but you have sqlalchemy 1.4.7 which is incompatible."
When I run "cellphonedb method statistical_analysis cellphonedb_metadata.csv cellphonedb_count.csv" again, it still call the error:
" raise sa_exc.InvalidRequestError(
sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Please use the .select_from() method to establish an explicit left side, as well as providing an explicit ON clause if not present already to help resolve the ambiguity."
When runing "cellphonedb method statistical_analysis cellphonedb_metadata.csv cellphonedb_count.csv" , it cames error: AttributeError: module 'time' has no attribute 'clock' I install the higher version of sqlalchemy it reminds me "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. cellphonedb 1.1.0 requires SQLAlchemy<1.2.99,>=1.2, but you have sqlalchemy 1.4.7 which is incompatible." When I run "cellphonedb method statistical_analysis cellphonedb_metadata.csv cellphonedb_count.csv" again, it still call the error: " raise sa_exc.InvalidRequestError( sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Please use the .select_from() method to establish an explicit left side, as well as providing an explicit ON clause if not present already to help resolve the ambiguity."