Python Forum
How to find the list of dependencies not present in the remote artifactory repository
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find the list of dependencies not present in the remote artifactory repository
#4
Are you able to install pipdeptree. Using pip again. If you succeed, run:

pipeptree -p twisted

Here is what I get:

Output:
Twisted==17.9.0 - Automat [required: >=0.3.0, installed: 0.6.0] - attrs [required: Any, installed: 17.4.0] - six [required: Any, installed: 1.11.0] - constantly [required: >=15.1, installed: 15.1.0] - hyperlink [required: >=17.1.1, installed: 18.0.0] - idna [required: >=2.5, installed: 2.6] - incremental [required: >=16.10.1, installed: 17.5.0] - zope.interface [required: >=4.0.2, installed: 4.4.3] - setuptools [required: Any, installed: 39.0.1]
Maybe you should ask the support team. Do you know if your repo is regularly updated?

If you download the package and extract it ( it is a zip file with a different extension ) you can open the setup.py and under section "install_requires" you will see the requirements. pip has download command instead of install
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
RE: How to find the list of dependencies not present in the remote artifactory repository - by wavic - Mar-30-2018, 01:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question [redistribution] Reduce number + size of dependencies? Winfried 2 633 Jan-31-2025, 10:17 PM
Last Post: snippsat
  Program to find Mode of a list PythonBoy 6 2,460 Sep-12-2023, 09:31 AM
Last Post: PythonBoy
  find random numbers that are = to the first 2 number of a list. Frankduc 23 7,050 Apr-05-2023, 07:36 PM
Last Post: Frankduc
  Is it possible to see dependencies before installing a package? quazirfan 4 2,525 Dec-06-2022, 02:50 PM
Last Post: snippsat
  Find (each) element from a list in a file tester_V 3 2,177 Nov-15-2022, 08:40 PM
Last Post: tester_V
  read a text file, find all integers, append to list oldtrafford 12 9,896 Aug-11-2022, 08:23 AM
Last Post: Pedroski55
  find some word in text list file and a bit change to them RolanRoll 3 2,358 Jun-27-2022, 01:36 AM
Last Post: RolanRoll
  How to find the second lowest element in the list? Anonymous 3 4,315 May-31-2022, 01:58 PM
Last Post: Larz60+
  Check if a value is present in each group Menthix 8 6,134 May-16-2022, 12:25 PM
Last Post: Menthix
  Python Program to Find the Total Sum of a Nested List vlearner 8 7,992 Jan-23-2022, 07:20 PM
Last Post: menator01

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020