Failed to install click from http://test.pypi.org/simple/
See original GitHub issueHi 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:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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?
Thanks for remind, I won’t.