Skip to content

pyactr installs, but fails to run w/Python 3.10 #137

@asmaloney

Description

@asmaloney

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.

See: Stack Overflow question

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcan't reproduceNeed more info because I can't reproduce the problem

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions