-
Notifications
You must be signed in to change notification settings - Fork 94
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
Unable to initialize gitcc #101
Comments
I'm really sorry. This package is not really supported. It looks like we probably need to upgrade gitcc to support Python 3.11 but I'm afraid I'm unable to help with that. I just want to set expectations now so you don't waste your time. :( |
Hello Charleso ,
I installed 2.7.9 version of Python .I was able to eliminate that error.
Now I am getting below error.
$ gitcc rebase
No 'clearcase' variable found for branch 'master'
I want to rebase on main without any branches.I am using base clearcase.
This is my gitcc.file content
[core]
include = Import
exclude = lost+found
ignore_private_files = False
debug = False
type = Clearcase
[master]
clearcase = C:\Users\E9951943\E9951943_CC_Git\vobs\sandbox
branches = main
But still the issue persists. Please assist.
Regards,
Abubakar.M.K
From: charleso ***@***.***>
Sent: Tuesday, February 21, 2023 4:05 PM
To: charleso/git-cc ***@***.***>
Cc: Karajagi, Abubakar ***@***.***>; Author ***@***.***>
Subject: [EXTERNAL] Re: [charleso/git-cc] Unable to initialize gitcc (Issue #101)
I'm really sorry. This package is not really supported. It looks like we probably need to upgrade gitcc to support Python 3.11 but I'm afraid I'm unable to help with that. I just want to set expectations now so you don't waste your time. :(
—
Reply to this email directly, view it on GitHub<#101 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUNTFYIWBZ6Q6BH2452CDM3WYSK6NANCNFSM6AAAAAAVBZ55RA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Hello Charleso ,
Did you get a chance to look into below request ?
Regards,
Abubakar.M.K
From: Karajagi, Abubakar
Sent: Tuesday, February 21, 2023 4:13 PM
To: charleso/git-cc ***@***.***>
Subject: RE: [EXTERNAL] Re: [charleso/git-cc] Unable to initialize gitcc (Issue #101)
Hello Charleso ,
I installed 2.7.9 version of Python .I was able to eliminate that error.
Now I am getting below error.
$ gitcc rebase
No 'clearcase' variable found for branch 'master'
I want to rebase on main without any branches.I am using base clearcase.
This is my gitcc.file content
[core]
include = Import
exclude = lost+found
ignore_private_files = False
debug = False
type = Clearcase
[master]
clearcase = C:\Users\E9951943\E9951943_CC_Git\vobs\sandbox
branches = main
But still the issue persists. Please assist.
Regards,
Abubakar.M.K
From: charleso ***@***.******@***.***>>
Sent: Tuesday, February 21, 2023 4:05 PM
To: charleso/git-cc ***@***.******@***.***>>
Cc: Karajagi, Abubakar ***@***.******@***.***>>; Author ***@***.******@***.***>>
Subject: [EXTERNAL] Re: [charleso/git-cc] Unable to initialize gitcc (Issue #101)
I'm really sorry. This package is not really supported. It looks like we probably need to upgrade gitcc to support Python 3.11 but I'm afraid I'm unable to help with that. I just want to set expectations now so you don't waste your time. :(
—
Reply to this email directly, view it on GitHub<#101 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUNTFYIWBZ6Q6BH2452CDM3WYSK6NANCNFSM6AAAAAAVBZ55RA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to initialize gitcc. Please refer below error. Could you please assist .I am using latest Python version.
C:\Users\User>gitcc init C:/Users/User/User_CCC_git
Traceback (most recent call last):
File "C:\Program Files\Python311\Scripts\gitcc-script.py", line 33, in
sys.exit(load_entry_point('git-cc==1.0.1.dev0', 'console_scripts', 'gitcc')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\git_cc-1.0.1.dev0-py3.11.egg\git_cc\gitcc.py", line 25, in main
File "C:\Program Files\Python311\Lib\site-packages\git_cc-1.0.1.dev0-py3.11.egg\git_cc\gitcc.py", line 30, in invoke
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
The text was updated successfully, but these errors were encountered: