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
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: ccm in /home/workenv/.local/lib/python3.11/site-packages (3.1.5)
Requirement already satisfied: pyYaml in /usr/lib64/python3.11/site-packages (from ccm) (6.0)
Requirement already satisfied: six>=1.4.1 in /usr/lib/python3.11/site-packages (from ccm) (1.16.0)
Run test: ccm create test -v 4.0.0 -n 3 -s
Traceback (most recent call last):
File "/home/workenv/.local/bin/ccm", line 107, in <module>
parser = cmd.get_parser()
^^^^^^^^^^^^^^^^
File "/home/workenv/.local/lib/python3.11/site-packages/ccmlib/cmds/command.py", line 60, in get_parser
get_remote_usage()
File "/home/workenv/.local/lib/python3.11/site-packages/ccmlib/remote.py", line 32, in get_remote_usage
return RemoteOptionsParser().usage()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/workenv/.local/lib/python3.11/site-packages/ccmlib/remote.py", line 497, in usage
usage = self.parser.format_help().split("optional arguments:")[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/local/bin/ccm", line 107, in <module>
parser = cmd.get_parser()
File "/usr/local/lib/python3.10/dist-packages/ccmlib/cmds/command.py", line 60, in get_parser
get_remote_usage()
File "/usr/local/lib/python3.10/dist-packages/ccmlib/remote.py", line 32, in get_remote_usage
return RemoteOptionsParser().usage()
File "/usr/local/lib/python3.10/dist-packages/ccmlib/remote.py", line 497, in usage
usage = self.parser.format_help().split("optional arguments:")[1]
IndexError: list index out of range
ccm
doesn't seems to be working on Fedora 37.Installation steps:
pip install ccm
Run test:
ccm create test -v 4.0.0 -n 3 -s
The text was updated successfully, but these errors were encountered: