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

undefined symbol: PyType_GetModuleName when running gitmuse #2

Open
swl1020 opened this issue Feb 3, 2025 · 0 comments
Open

undefined symbol: PyType_GetModuleName when running gitmuse #2

swl1020 opened this issue Feb 3, 2025 · 0 comments

Comments

@swl1020
Copy link

swl1020 commented Feb 3, 2025

I used pip to install gitmuse with no issues.
I installed Ollama and Llama 3.2 and ran ollama serve with no issues.

I have Python 3.13.0a4 installed.

When running gitmuse, or gitmuse commit, I get the following error:

$ gitmuse
Traceback (most recent call last):
File "/home/slambert/.local/bin/gitmuse", line 5, in
from gitmuse.main import main
File "/home/slambert/.local/lib/python3.13/site-packages/gitmuse/main.py", line 2, in
from gitmuse.cli.cli_core import run_cli, run_commit
File "/home/slambert/.local/lib/python3.13/site-packages/gitmuse/cli/init.py", line 1, in
from .cli_core import run_cli
File "/home/slambert/.local/lib/python3.13/site-packages/gitmuse/cli/cli_core.py", line 4, in
from gitmuse.config.settings import CONFIG
File "/home/slambert/.local/lib/python3.13/site-packages/gitmuse/config/settings.py", line 6, in
import jsonschema # type: ignore
^^^^^^^^^^^^^^^^^
File "/home/slambert/.local/lib/python3.13/site-packages/jsonschema/init.py", line 13, in
from jsonschema._format import FormatChecker
File "/home/slambert/.local/lib/python3.13/site-packages/jsonschema/_format.py", line 11, in
from jsonschema.exceptions import FormatError
File "/home/slambert/.local/lib/python3.13/site-packages/jsonschema/exceptions.py", line 15, in
from referencing.exceptions import Unresolvable as _Unresolvable
File "/home/slambert/.local/lib/python3.13/site-packages/referencing/init.py", line 5, in
from referencing._core import Anchor, Registry, Resource, Specification
File "/home/slambert/.local/lib/python3.13/site-packages/referencing/_core.py", line 9, in
from rpds import HashTrieMap, HashTrieSet, List
File "/home/slambert/.local/lib/python3.13/site-packages/rpds/init.py", line 1, in
from .rpds import *
ImportError: /home/slambert/.local/lib/python3.13/site-packages/rpds/rpds.cpython-313-x86_64-linux-gnu.so: undefined symbol: PyType_GetModuleName

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

1 participant