Python Forum

Full Version: how to download from pip when name matches other
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am trying to download (not install) package "odns" using the command "pip3 download odns" but i get the error:
Output:
lt2a/forums /home/forums 179> pip3 download odns Collecting odns Could not find a version that satisfies the requirement odns (from versions: ) No matching distribution found for odns lt2a/forums /home/forums 180> pip3 search odns odns (0.0.1) - DNS tools and libs lt2a/forums /home/forums 181> pip3 search dns|fgrep odns microdns (1.0.0) - Micro DNS odns (0.0.1) - DNS tools and libs octodns (0.9.6) - OctoDNS: DNS as code - Tools for managing DNS across multiple providers lt2a/forums /home/forums 182>
how can i explicitly download (not install) that one package?
Hmm!
Have you tried --python-version option?
I just looked at it in PYPI and can't get it how can download it from the website itself.
pip install dnspython
i don't want to install it, just download it. and the package name is "odns", not "dnspython".