Python Forum
more on the ubuntu/pypi packaging problems
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
more on the ubuntu/pypi packaging problems
#1
1. ubuntu has included many pypi packages in order to resolve dependencies of some non-pypi packages in its repository without running pip.

2. pypi packages come in 2 formats (egg and distutils). the ones in distutils format do not include a file that lists the files in the package. see #4

3. pip did not extract a list of files at the time it installed them in order to generate a true list of files. so those in distutils format had no record of installed files once the installation was complete. pip cannot uninstall these packages.

4. there is a list of files for distutils packages that pip apparently does not know about or know how to find. see the output of the find /usr -print|fgrep dist-info/RECORD command. these files are CSV format with field 1 being a path relative to the installation target, which is the parent directory of the package-version.dist-info subdirectory.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
more on the ubuntu/pypi packaging problems - by Skaperen - Aug-29-2018, 01:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ubuntu video problems darter 3 4,264 Mar-19-2018, 12:59 AM
Last Post: darter

Forum Jump:

User Panel Messages

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