-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't workingcan't reproduceNeed more info because I can't reproduce the problemNeed more info because I can't reproduce the problem
Description
When trying to run a model on pyactr with Python 3.10:
python package 'pyactr' not found. Please ensure it is installed with pip or is in your PYTHONPATH env variable
The problem here is that pyactr is using a deprecated import for collections.Sequence
in chunks.py (& possibly elsewhere?). What was a deprecation warning in Python <= 3.9 is now an error in 3.10.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcan't reproduceNeed more info because I can't reproduce the problemNeed more info because I can't reproduce the problem