Actions
Task #3933
closedFeature #3894: [Documentation] Document the run-tests.sh program on the Hacking pages on the wiki
Fix pkg_resources.VersionConflict in fuse tests
Description
Installed /home/tom/src/arvados/services/fuse/llfuse-0.40-py2.7-linux-x86_64.egg
Traceback (most recent call last):
File "setup.py", line 29, in <module>
zip_safe=False)
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/egg/setuptools/command/test.py", line 111, in run
File "build/bdist.linux-i686/egg/setuptools/dist.py", line 284, in fetch_build_eggs
File "build/bdist.linux-i686/egg/pkg_resources.py", line 569, in resolve
pkg_resources.VersionConflict: (arvados-python-client 0.1.1411069908.8ba7f94 (/tmp/tmp.rnjhBE5vpq/lib/python2.7/site-packages), Requirement.parse('arvados-python-client>=0.1.1411070090'))
Updated by Tom Clegg over 11 years ago
- Subject changed from Fix pkg_resources.VersionConflict in python tests to Fix pkg_resources.VersionConflict in fuse tests
Updated by Tom Clegg over 11 years ago
- Status changed from In Progress to Resolved
- Remaining (hours) changed from 1.0 to 0.0
(Just because fuse install failed.)
Actions