Project

General

Profile

Bug #365

setup.py install fails

Added by Pierre Chifflier over 14 years ago. Updated over 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
11/02/2009
Due date:
% Done:

0%

Resolution:

Description

$ python setup.py install --prefix=/tmp                                                                    
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'entry_points'                                                        
  warnings.warn(msg)                                                                                                                                      
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'zip_safe'                                                            
  warnings.warn(msg)                                                                                                                                      
running install                                                                                                                                           
creating //tmp/etc                                                                                                                                        
creating //tmp/etc/prelude-correlator                                                                                                                     
...
byte-compiling /tmp/lib/python2.5/site-packages/PreludeCorrelator/siteconfig.py to siteconfig.pyc
running install_egg_info
Writing /tmp/lib/python2.5/site-packages/prelude_correlator-0.9.0_beta7.egg-info
running install_scripts
running build_scripts
error: cannot copy tree 'build/scripts-2.5': not a directory

I have no idea of what's causing this :(

History

#1 Updated by Pierre Chifflier over 14 years ago

The issue seems related to the version of python-setuptools: upgrading to 0.6.6 solved the problem.

#2 Updated by Yoann VANDOORSELAERE over 14 years ago

  • Status changed from New to Resolved

Thanks Pierre for the feedback, I'm thus closing this ticket!

Also available in: Atom PDF