'sudo pip install .' fails if tests have been run #2210

Closed
opened 2014-03-29 00:00:22 +00:00 by daira · 6 comments
daira commented 2014-03-29 00:00:22 +00:00
Owner
$ sudo pip install .
Unpacking /home/davidsarah/tahoe/git/trunk
Exception:
Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 139, in main
    status = self.run(options, args)
> File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 266, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
> File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1033, in prepare_files
    self.unpack_url(url, location, self.is_download)
> File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1157, in unpack_url
    return unpack_file_url(link, loc)
> File "/usr/lib/python2.7/dist-packages/pip/download.py", line 388, in unpack_file_url
    shutil.copytree(source, location)
> File "/usr/lib/python2.7/shutil.py", line 208, in copytree
    raise Error, errors
Error: [('/home/davidsarah/tahoe/git/trunk/_trial_temp/allmydata.test.test_cli/Backup/test_ignore_symlinks/Rq5UpD/home/foo2.txt', '/tmp/pip-XHkVmO-build/_trial_temp/allmydata.test.test_cli/Backup/test_ignore_symlinks/Rq5UpD/home/foo2.txt', "[2]Errno No such file or directory: '/home/davidsarah/tahoe/git/trunk/_trial_temp/allmydata.test.test_cli/Backup/test_ignore_symlinks/Rq5UpD/home/foo2.txt'"), ('/home/davidsarah/tahoe/git/trunk/_trial_temp/cli/Cp/dangling_symlink_vs_recursion/dir/link', '/tmp/pip-XHkVmO-build/_trial_temp/cli/Cp/dangling_symlink_vs_recursion/dir/link', "[2]Errno No such file or directory: '/home/davidsarah/tahoe/git/trunk/_trial_temp/cli/Cp/dangling_symlink_vs_recursion/dir/link'")]
``` $ sudo pip install . Unpacking /home/davidsarah/tahoe/git/trunk Exception: Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 139, in main status = self.run(options, args) > File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 266, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) > File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1033, in prepare_files self.unpack_url(url, location, self.is_download) > File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1157, in unpack_url return unpack_file_url(link, loc) > File "/usr/lib/python2.7/dist-packages/pip/download.py", line 388, in unpack_file_url shutil.copytree(source, location) > File "/usr/lib/python2.7/shutil.py", line 208, in copytree raise Error, errors Error: [('/home/davidsarah/tahoe/git/trunk/_trial_temp/allmydata.test.test_cli/Backup/test_ignore_symlinks/Rq5UpD/home/foo2.txt', '/tmp/pip-XHkVmO-build/_trial_temp/allmydata.test.test_cli/Backup/test_ignore_symlinks/Rq5UpD/home/foo2.txt', "[2]Errno No such file or directory: '/home/davidsarah/tahoe/git/trunk/_trial_temp/allmydata.test.test_cli/Backup/test_ignore_symlinks/Rq5UpD/home/foo2.txt'"), ('/home/davidsarah/tahoe/git/trunk/_trial_temp/cli/Cp/dangling_symlink_vs_recursion/dir/link', '/tmp/pip-XHkVmO-build/_trial_temp/cli/Cp/dangling_symlink_vs_recursion/dir/link', "[2]Errno No such file or directory: '/home/davidsarah/tahoe/git/trunk/_trial_temp/cli/Cp/dangling_symlink_vs_recursion/dir/link'")] ```
tahoe-lafs added the
packaging
normal
defect
1.10.0
labels 2014-03-29 00:00:22 +00:00
tahoe-lafs added this to the undecided milestone 2014-03-29 00:00:22 +00:00

Hm, maybe it would help if pip install would copy only the files that are supposed to be part of the sdist, i.e. those registered in the source:MANIFEST.in file, instead of all files currently in the filesystem.

Hm, maybe it would help if `pip install` would copy only the files that are supposed to be part of the sdist, i.e. those registered in the source:MANIFEST.in file, instead of all files currently in the filesystem.
daira commented 2014-04-02 23:52:27 +00:00
Author
Owner

Note that this doesn't happen when installing from an sdist (because sdists don't contain _trial_temp); it only happens when installing directly from a checkout on which tests have been run. So it is reasonable for MANIFEST.in not to be consulted, since, IIUC, the purpose of MANIFEST.in is only to determine what goes into an sdist. However, I don't understand why pip install is looking at directories that were not specified in the call to setuptools.setup.

Note that this doesn't happen when installing from an sdist (because sdists don't contain `_trial_temp`); it only happens when installing directly from a checkout on which tests have been run. So it is reasonable for `MANIFEST.in` not to be consulted, since, IIUC, the purpose of `MANIFEST.in` is only to determine what goes into an sdist. However, I don't understand why `pip install` is looking at directories that were not specified in the call to `setuptools.setup`.
daira commented 2014-04-03 00:31:10 +00:00
Author
Owner

Reassigning to dstufft for an explanation of why pip does what it does.

Reassigning to dstufft for an explanation of why pip does what it does.
daira commented 2014-04-14 23:07:29 +00:00
Author
Owner

To work around this, run make clean. (On Windows, run del /s /q _trial_temp*.)

To work around this, run `make clean`. (On Windows, run `del /s /q _trial_temp*`.)
daira commented 2015-01-14 00:32:02 +00:00
Author
Owner

#2104 was a duplicate.

#2104 was a duplicate.

No one should sudo pip install and the project won't suppose this use-case.

No one should `sudo pip install` and the project won't suppose this use-case.
exarkun added the
wontfix
label 2020-01-17 15:16:46 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#2210
No description provided.