-
Notifications
You must be signed in to change notification settings - Fork 178
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
macropy.activate fails in Python 3.10.2 #107
Comments
I'm running into the same error here, which prevents Psychopy from running. I don't know how to debug this... |
@DestyNova I got the problem via PsychoPy/javascripthon also: The solution for PsychoPy/javascripthon is to use the unreleased version of javascripthon that does not depend on macopy (https://github.com/metapensiero/metapensiero.pj/blob/master/CHANGES.rst) |
Thanks @danielshub -- I was falling down the rabbit hole of debugging Macropy but this sounds like a better solution 👍 |
I've opened #108 which addresses this problem. |
I am unable to use
macropy.activate
from version 1.1.0b2 in Python 3.10.2 on Arch Linux. When runningimport macropy.activate
I expected Python to cleanly import the package, but instead it gives an error related to lineno.The text was updated successfully, but these errors were encountered: