in latests python and pip version of 03.07.2024 I discovered this issue
File "..../lib/python3.12/site-packages/parsimonious/expressions.py", line 9, in
from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect' (..../lib/python3.12/inspect.py). Did you mean: 'getargs'?
Replicated the error on both linux and windows environments. not sure if what I did fixed the problem, but for me it did the job
in latests python and pip version of 03.07.2024 I discovered this issue File "..../lib/python3.12/site-packages/parsimonious/expressions.py", line 9, in
from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect' (..../lib/python3.12/inspect.py). Did you mean: 'getargs'?
Replicated the error on both linux and windows environments. not sure if what I did fixed the problem, but for me it did the job