-
Notifications
You must be signed in to change notification settings - Fork 366
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
Packages not uploaded to PyPI: sh: 1: twine: not found #299
Comments
I have the same issue. @koterpillar did you find any workarounds? |
My current workaround is to upload manually. I suppose installing |
So, I did a bit of digging around and found the culprit. First, one needs to install twine with However it breaks where it calls twine if you do a deploy to a custom PyPI server. The problem is how the The
But when twine is called, So Line 68 in 89be69b
|
We issued an intermediate fix for this. In addition to manually install twine, you need to add
Hope this helps. |
Thanks for the fix. (Can you send a link to it?) What does |
@dhermes |
twine does not work well with virtualenv, and this caused issues such as #296 and #299. This commit aims to fix the problem by installing twine without `--user`, which is suggested in #299 (comment)
I pushed to the |
2015-08-18 5:05 GMT+10:00 Hiro Asari notifications@github.com:
|
Great! I've released 1.7.19. |
This error seems to have recurred:
I tried @zupo's fix:
but this gives the error:
Any help appreciated, thanks! |
I have the same error.
|
Sorry about the issue. Could you point us to a build log URL that shows the problem? |
Yes it's at line 3678 at: https://travis-ci.org/WessexWater/chellow/builds/132497112#L3678 Even though the build is green the deployment to PyPI failed. |
Thanks for the information. Whatever the regression is, I think the issue should be handled anew. Please open a new ticket. |
As requested I've opened a new issue #453 for this. |
I also failed to auto publish my package with the same error: https://travis-ci.org/hermanbergwerf/bashbeautify/builds/141048289#L245 |
@hermanbergwerf Could you try rerunning the build? I think |
I have retried the build several times, but I did not add |
I see the failure here: https://travis-ci.org/hermanbergwerf/bashbeautify/builds/141048289#L202. I think this is a regression, so please open a new issue. Thanks. |
See #470 |
In this build:
https://travis-ci.org/koterpillar/aloe/jobs/74553631
the package isn't being released to PyPI, and there is an error message in the log:
The text was updated successfully, but these errors were encountered: