eyurtsev / eyurtsev/FlowCytometryTools

MultipleMapping Class error

Open
#45 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
129
Forks
44
PR merge metrics
No merged PRs in 30d

Description

Hello,

Using FlowCytometryTools, we have had a number of issues running this code. We tend to get the error, "collections' has no attribute 'MutableMapping'".

When calling FCMeasurment, we get that the MutableMapping method in Measurment class is the culprit.

"MeasurementCollection(collections.MutableMapping, BaseObject
collections' has no attribute 'MutableMapping'"

In some environments, I have circumvented this by importing abc directly from collections in the begining of the script, but I am not sure why that is working, and doesn't always suffice. Have you experienced this issue in the past? It looks like this class has been updated before.

For background information, we are trying to install this on differnt machines. Some are mac M1 chip, some are Intel, some are microsoft, some are linux ubuntu. It doesn't seam to cooperate with all OS. We also have trouple installing it in a jupyter notebook.

We were wondering if the code needs to be updated with new version of python..

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.