-
Notifications
You must be signed in to change notification settings - Fork 654
fix Cannot find module 'argparse' issue #1631
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
Conversation
LGTM!! Unfortunately we cannot publish the pre-release versions as of now via CI, as we don't have valid token for publishing. I'll merge the PR, thank you for your contribution! |
@arturcic, I know @JakeGinnivan has too many GitHub notifications to follow them, so please try to reach out to him in other channels. |
Any luck on reaching @JakeGinnivan ? |
@gep13 we need a valid PAT (personal access token) on marketplace. I am a member on marketplace, but the PAT I generate is not valid, last time @JakeGinnivan has generated one. I talked to Jake few weeks ago when this issue first time appeared. I did not have time to ping him again. |
Would be great if I can generate myself a valid PAT |
What would be required for you to generate a valid PAT, @arturcic? |
That's only an assumption, to have a valid PAT you need to have owner permissions, currently I have only contributor, Jake and Pascal have owner. Still I am able to manually publish the artifacts on marketsplace, but not from command line in a CI scenario |
@arturcic ok, this is something we need to get sorted out. Are there any other permissions that are needed? |
@asbjornu I reached out to @JakeGinnivan and he has issued @arturcic with a PAT that will get him started. He mentioned that you are an Administrator of the VSTS Project. Are you in a position to add @arturcic as an administrator as well (as well as everyone else on the team)? |
I got the new PAT from @JakeGinnivan, but it seems it's not valid :( |
Looking forward to this release in Azure DevOps :) |
In the settings for GitVersion on Azure DevOps, @arturcic is listed as an administrator already. |
That is right, but I need to be here https://marketplace.visualstudio.com/manage/publishers/gittools |
Perhaps @pascalberger can help in this regard as well? |
Aha. I have no access there at all: Can @pascalberger please make @arturcic an owner then? |
Sounds like it would be good to get yourself @asbjornu added in there as well 😄 Is there anyone else that should be added? Is there a document that lists all the places that contributors to GitVersion need to be given access? I think that this would be a good thing to have, as a reference for bringing on new people. Perhaps this is something that @arturcic could compile, since he has gone through it most recently? |
Sure |
Yep, I wouldn't mind having access, @gep13. Just need to get @pascalberger's attention. 😄 |
Where do I need to give you permissions? In the Azure DevOps organization you seem to be already an collection administrator @asbjornu. I failed to find where to set permissions for marketplace when I looked quickly. Do you know how to get there? I'll be occupied with meetings the whole day, but try to have another look as soon as I find a few minutes. |
@pascalberger, it's in here as @arturcic wrote in #1631 (comment). |
@asbjornu Mmh, I also get a 403 while accessing this site... |
@pascalberger @asbjornu @arturcic I have reached out to @JakeGinnivan to see if he can offer any help here. |
@asbjornu my suspicion is that it is complaining because mine is an MSA with custom domain. I have passed on another email address to @JakeGinnivan |
My Gmail address might be considered valid, perhaps. I’ll DM it to you, @JakeGinnivan. |
Nice! |
Any progress on this one guys? |
I'll try to generate a new token and try to upload a vsix from command line to see if it works, I hope I can find some time today |
Any progress here? |
Unfortunately none, busy with other stuff for now, hopefully will have time to have a look. Sorry, doing only when I have some free time left, it's not my day by day job |
Ofcourse. Thank you. Wish I could contribute in solving this. |
Is there anything I can do to help this along? |
This is ridiculous |
This is open source. There are no guarantees when, or if, things well get done. All time given to this repository and its tools is volunteer, and I would ask you to consider that when posting things like this. |
I tried today and I'm also having this issue in linux agent. I guess it hasn't released to marketplace? Thanks. |
Since it takes long to update the Azure DevOps task I have made a workaround. Use gitversion tool In fact -g option in first step should not be used because it install gitversion globally. |
@kmiterror I wonder why don't you use the latest task? https://marketplace.visualstudio.com/items?itemName=gittools.gitversion. You will have to unistall and then install back to the organization. Otherwise it's using the older cached version |
@cyan198 , it was already released |
Ahh, I missed that one, I assumed that since the issue is not closed then it's not released yet. |
Resolves #1610