Closed GoogleCodeExporter closed 9 years ago
Thanks, I will look into this issue.
I have to admit I am not at home with all the intricacies of distribute but
will try my best.
Need some time to chew on this, though.
Best wishes,
Andreas
Original comment by andreas....@gmail.com
on 26 Jun 2013 at 8:55
The better way to accomplish the above is to use virtualenv. Setting --prefix
and --install-lib is a recipe for disaster.
Original comment by kevin.ja...@invitae.com
on 26 Jun 2013 at 9:54
Hi,
is it still a problem? I have removed distribute as it seems to be deprecated.
We are using pysam in a virtualenv without problems.
Best wishes,
Andreas
Original comment by andreas....@gmail.com
on 18 Sep 2013 at 7:07
This problem, of needing the --install-lib to exist before installing, seems to
be a general one that I am finding for a host of python modules that use
whatever mechanism (distribute? recent setuptools?) assumes it will use *.pth
files and/or easy_install. Since I am installing and maintaining a central
application stree for a number of users, virtualenv isn't really a useful
option for me. I've worked around it by simply making the directory first,
and adding that directory to the PYTHONPATH variable before installing. I do
other things on the backend by way of symbolic links so everything works out.
Regarding #2 in my original message, I don't have to export PYTHONPATH, I just
precede the install with 'env PYTHONPATH=...
I *did* just download the latest version, and it is still using distribute, not
only that it is using an old one:
Downloading
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz
(yes, distribute *is* deprecated now; there is a wrapper verson 0.7.3 which is
the last version, wraps setuptools, and which I already have installed, so I
don't know why it grabs this version). I'm still trying to figure it out, your
setup.py wants to import distribute_setup.
Original comment by martin.d...@gmail.com
on 2 Oct 2013 at 1:57
Thanks, I have released a new version 0.7.6 without distribute.
Please let me know if it still tries to use distribute.
Best wishes,
Andreas
Original comment by andreas....@gmail.com
on 2 Oct 2013 at 7:10
that worked great, thanks!
Original comment by martin.d...@gmail.com
on 2 Oct 2013 at 8:59
Thanks!
Original comment by andreas....@gmail.com
on 24 Nov 2013 at 10:21
Original issue reported on code.google.com by
martin.d...@gmail.com
on 7 May 2013 at 4:05