Hello,
I get the following error on my first run of git-bob:
Run git-bob github-action evgeniyredekop/osloscillator 1
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.13.5/x64/bin/git-bob", line 8, in
sys.exit(command_line_interface())
~~~~~~~~~~~~~~~~~~~~~~^^
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/git_bob/_terminal.py", line 16, in command_line_interface
from github.GithubException import UnknownObjectException
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/github/init.py", line 54, in
from . import Auth
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/github/Auth.py", line 38, in
from requests import utils
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/requests/init.py", line 43, in
import urllib3
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/urllib3/init.py", line 7, in
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/urllib3/connectionpool.py", line 11, in
from .exceptions import (
...<13 lines>...
)
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/urllib3/exceptions.py", line 2, in
from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
Error: Process completed with exit code 1.
Hello,
I get the following error on my first run of git-bob:
Run git-bob github-action evgeniyredekop/osloscillator 1
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.13.5/x64/bin/git-bob", line 8, in
sys.exit(command_line_interface())
~~~~~~~~~~~~~~~~~~~~~~^^
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/git_bob/_terminal.py", line 16, in command_line_interface
from github.GithubException import UnknownObjectException
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/github/init.py", line 54, in
from . import Auth
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/github/Auth.py", line 38, in
from requests import utils
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/requests/init.py", line 43, in
import urllib3
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/urllib3/init.py", line 7, in
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/urllib3/connectionpool.py", line 11, in
from .exceptions import (
...<13 lines>...
)
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/urllib3/exceptions.py", line 2, in
from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
Error: Process completed with exit code 1.