Skip to content

MultipleMapping Class error  #45

Description

@DavidGorlin

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..

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions