You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: