Mercurial commands not working due to using python 3.13
Answered
Pull failed
abort: cannot import name 'getargspec' from 'inspect' (/opt/homebrew/Cellar/python@3.13/3.13.5/Frameworks/Python.framework/Versions/3.13/lib/python3.13/inspect.py)
how to resolve this?
In terminal it is working fine.
Please sign in to leave a comment.
The IDE doesn't call python directly. Mercurial is written on Python.
Please try to update Mercurial to work with current Python version, or use another version of Python in the local path:
/opt/homebrew/Cellar/python@3.13/…Also, you can try the advices from this SO post: https://stackoverflow.com/questions/74711405/importerror-cannot-import-name-getargspec-from-inspect-c-users-swapn-appd.