Mercurial commands not working due to using python 3.13

已回答

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.

0

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.

0

请先登录再写评论。