[tahoe-lafs-trac-stream] [tahoe-lafs] #1494: 'python setup.py install' does not install all dependencies (was: Installation from sources not pretty fine)

tahoe-lafs trac at tahoe-lafs.org
Sun Aug 21 07:53:40 PDT 2011


#1494: 'python setup.py install' does not install all dependencies
-----------------------------+--------------------------------
     Reporter:  canercandan  |      Owner:  somebody
         Type:  defect       |     Status:  new
     Priority:  major        |  Milestone:  undecided
    Component:  code         |    Version:  1.8.2
   Resolution:               |   Keywords:  setuptools install
Launchpad Bug:               |
-----------------------------+--------------------------------
Changes (by davidsarah):

 * keywords:   => setuptools install
 * owner:  nobody => somebody
 * component:  unknown => code


Old description:

> I have made the test on an Ubuntu 10.04 and 11.04 distributions.
>
> When I am installing tahoe-lafs using the sources with the commands:
> python ./setup.py build
> python ./setup.py install
>
> All the dependencies are not correctly installed. Indeed some of them
> located on 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 sub-
> directories located on support/lib/... in /usr/local/python-X.XX/dist-
> packages/... and then it works fine.

New description:

 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.

--

-- 
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1494#comment:1>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list