Opened 19 years ago
Closed 19 years ago
#52 closed defect (invalid)
Error building on x86_64 (intel xeon): _mutate_outputs() arguments
Reported by: | anonymous | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
I get the following error when building:
python setup.py bdist_egg
running bdist_egg running egg_info writing ./TracAccountManager.egg-info/PKG-INFO writing list of top-level names to ./TracAccountManager.egg-info/top_level.txt installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py Traceback (most recent call last):
File "setup.py", line 24, in ?
package_data={'acct_mgr': templates/*.cs?})
File "build\bdist.win32\egg\setuptools\init.py", line 51, in setup File "/usr/lib64/python2.3/distutils/core.py", line 149, in setup
dist.run_commands()
File "build\bdist.win32\egg\setuptools\dist.py", line 419, in run_commands File "/usr/lib64/python2.3/distutils/dist.py", line 927, in run_command
cmd_obj.run()
File "build\bdist.win32\egg\setuptools\command\bdist_egg.py", line 175, in run
TypeError: _mutate_outputs() takes exactly 6 arguments (5 given)
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
version: | stable → trunk |
---|
comment:2 Changed 19 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
My dev box is an x86_64 (Athlon not Xeon) plus this all occurs inside the Python code, so I don't think that the processor architecture is an issue here.
This looks like it is a bug in the
setuptools
package. Make sure that you've upgraded to the latest version. If you still have trouble the PEAK mailing list would be a better place to ask.