Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultipleMapping Class error #45

Open
DavidGorlin opened this issue Apr 12, 2024 · 1 comment
Open

MultipleMapping Class error #45

DavidGorlin opened this issue Apr 12, 2024 · 1 comment

Comments

@DavidGorlin
Copy link

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

@eyurtsev
Copy link
Owner

Yeah it was written for older python versions and needs to be upgraded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants