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

Running FoxDot on OSX 13.31 #264

Closed
lasconcore opened this issue May 18, 2023 · 1 comment
Closed

Running FoxDot on OSX 13.31 #264

lasconcore opened this issue May 18, 2023 · 1 comment

Comments

@lasconcore
Copy link

lasconcore commented May 18, 2023

Hello,

Thanks in advance for your help :)

I am getting the bellow response in terminal whilst trying to launch FoxDot. Any guidance as to what I've got wrong?

laurenceconway@MacBook-Air FoxDot % python3 -m FoxDot
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in _get_module_details
File "", line 112, in _get_module_details
File "/Users/laurenceconway/FoxDot/FoxDot/init.py", line 106, in
from .lib import *
File "/Users/laurenceconway/FoxDot/FoxDot/lib/init.py", line 12, in
from .TempoClock import *
File "/Users/laurenceconway/FoxDot/FoxDot/lib/TempoClock.py", line 53, in
from .Players import Player
File "/Users/laurenceconway/FoxDot/FoxDot/lib/Players.py", line 141, in
from .Key import *
File "/Users/laurenceconway/FoxDot/FoxDot/lib/Key.py", line 3, in
from .Patterns import *
File "/Users/laurenceconway/FoxDot/FoxDot/lib/Patterns/init.py", line 72, in
from .Main import *
File "/Users/laurenceconway/FoxDot/FoxDot/lib/Patterns/Main.py", line 81, in
class metaPattern(object):
File "/Users/laurenceconway/FoxDot/FoxDot/lib/Patterns/Main.py", line 632, in metaPattern
@loop_pattern_method
^^^^^^^^^^^^^^^^^^^
File "/Users/laurenceconway/FoxDot/FoxDot/lib/Patterns/Main.py", line 61, in loop_pattern_method
new_function.argspec = inspect.getargspec(f)
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
laurenceconway@MacBook-Air FoxDot %

@gorhgorh
Copy link

this is not an osx issue this is a pyton issue, use python 3.10.X as getargs was removed in 3.11

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