-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
pyactr installs, but fails to run w/Python 3.10 #137
Comments
Fixes proposed for pyactr. We will need a pyactr pip release so people can run with Python 3.10. |
Avoid an error message and possible confusion while we wait for #137 to be solved.
pyactr 0.3.1 has been released as a pip package with fixes for this. Need to update pyactr in requirements.txt to 0.3.1. |
Looks like it's still a problem. When I ran the command that checks this on the command line it worked, so I'm not sure what else is going on here. |
Cannot reproduce using homebrew python 3.10.4 on macOS 12.4 or macOS 10.14.6... If I install everything from scratch it works. |
When trying to run a model on pyactr with Python 3.10:
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
The text was updated successfully, but these errors were encountered: