-
Notifications
You must be signed in to change notification settings - Fork 14
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
pip not python3 compatible #804
Comments
I think we just haven't done a PyPI release in a while. The version in the repo is @glennhickey You control the toil-vg PyPI project right? |
Gitlab doesn't have the pypi credentials either
@cmarkello You are listed as a maintainer here: https://pypi.org/project/toil-vg/#description. I'm not sure what the process is, but could you please log in there and add me and @adamnovak as maintainers, or otherwise share the login credentials? Thanks . |
I don't think I actually have a pypi account for this; I can go ahead
and make one.
…On 4/28/20, Glenn Hickey ***@***.***> wrote:
[Gitlab doesn't have the pypi credentials
either](https://ucsc-ci.com/vgteam/toil-vg/-/jobs/50196)
```
Submitting dist/toil-vg-1.6.0.tar.gz to https://upload.pypi.org/legacy/
Upload failed (403): Invalid or non-existent authentication information. See
https://pypi.org/help/#invalid-auth for details
error: Upload failed (403): Invalid or non-existent authentication
information. See https://pypi.org/help/#invalid-auth for details
make: *** [pypi] Error 1
Makefile:86: recipe for target 'pypi' failed
```
@cmarkello You are listed as a maintainer here:
https://pypi.org/project/toil-vg/#description. I'm not sure what the
process is, but could you please log in there and add me and @adamnovak as
maintainers, or otherwise share the login credentials? Thanks .
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#804 (comment)
|
An alternative would be to get access to this account: https://pypi.org/user/cgcloud_jenkins/ which is also a toil-vg maintainer. |
OK, I'm "adamnovak" now. I'm not sure who has the credentials to
cgcloud_jenkins.
Maybe cluster-admin has a credentials management process we should be
using for these sorts of things?
…On 4/28/20, Glenn Hickey ***@***.***> wrote:
An alternative would be to get access to this account:
https://pypi.org/user/cgcloud_jenkins/ which is also a toil-vg maintainer.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#804 (comment)
|
@glennhickey I've added @adamnovak as maintainer for the project. I don't know what your pypi username is. |
It seems that the pip file for toil-vg still relies on execfile() which is python2 specific. Can you change to use exec()? Or am I doing something wrong.
$ pip install toil-vg
The text was updated successfully, but these errors were encountered: