#1494 closed defect

'python setup.py install' does not install all dependencies — at Version 1

Reported by: canercandan Owned by: somebody
Priority: major Milestone: undecided
Component: code Version: 1.8.2
Keywords: setuptools install Cc:
Launchpad Bug:

Description (last modified by davidsarah)

I have made the test on an Ubuntu 10.04 and 11.04 distributions.

When I install tahoe-lafs using the sources with the commands:

python ./setup.py build
python ./setup.py install

not all of the dependencies are correctly installed. Indeed some of them located under support/lib/... are not in /usr/local/python-X.XX/dist-packages/...

So that when I use the command "tahoe" it generates missing dependencies error messages.

Solution: The temporary solution is to manually copy the whole of files and subdirectories located on support/lib/... into /usr/local/python-X.XX/dist-packages/... and then it works fine.

Change History (1)

comment:1 Changed at 2011-08-21T14:53:40Z by davidsarah

  • Component changed from unknown to code
  • Description modified (diff)
  • Keywords setuptools install added
  • Owner changed from nobody to somebody
  • Summary changed from Installation from sources not pretty fine to 'python setup.py install' does not install all dependencies
Note: See TracTickets for help on using tickets.