question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to install click from http://test.pypi.org/simple/

See original GitHub issue

Hi maintainer,

I failed to install click as a depenency from https://test.pypi.org/simple/ via install_requires=['click'] in my setup.py file.

Would you please upload click to https://test.pypi.org/legacy/ as usual after release for this kind of testing purpose ?

Thanks.

BTW, I can help to do it but it will host under my account in http://test.pypi.org

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ThiefMastercommented, Jan 20, 2019

Nothing stops you from doing it but i’d prefer it to not be there (chances are good it won’t be updated in the future) - why not specify both pypi and testpypi as package sources when testing?

0reactions
wizardbyroncommented, Jan 20, 2019

This goes for any package, but please don’t upload packages you don’t maintain to PyPI / Test with their official names. It just makes it difficult for the maintainers to do so if they choose to later.

Thanks for remind, I won’t.

Read more comments on GitHub >

github_iconTop Results From Across the Web

module on test.pypi can't install dependencies, even though ...
It is now on test.pypi and when I want to try to install it, it gives an error that dependencies couldn't be found....
Read more >
click · PyPI
Arbitrary nesting of commands. Automatic help page generation. Supports lazy loading of subcommands at runtime. Installing. Install and update using pip:
Read more >
click-tester - PyPI
A unittest.TestCase subclass which providesconvenience methods for testing click commands. ... pip install click-tester. Copy PIP instructions.
Read more >
click-types - PyPI
Python library that provides useful click types. ... Currently we support two ways of installing click-types on your system.
Read more >
click-creds - PyPI
Requires python version >=3.6 . $ pip install click-creds. Quickstart. Here's an example cli.py file. #!/usr/bin/env python3 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found