[reportlab-users] Problem with MacOS X install
William Herschel
billherschel at yahoo.com
Mon Jun 2 17:53:16 EDT 2014
Hi,
I'm encountering an error installing reportlab. I'm on MacOS 10.9.3 using Continuum Analytica Anaconda distribution.
Using the command:
easy_install reportlab
Ends with the attached output.
Can anyone help me with a solution?
Thanks,
Bill
Downloading standard T1 font curves
Finished download of standard T1 font curves
Traceback (most recent call last):
File "/Users/t/anaconda/bin/easy_install", line 9, in <module>
load_entry_point('setuptools==2.2', 'console_scripts', 'easy_install')()
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 1922, in main
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 1909, in with_ei_usage
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 1926, in <lambda>
File "/Users/t/anaconda/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/Users/t/anaconda/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/Users/t/anaconda/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 358, in run
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 593, in easy_install
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 623, in install_item
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 809, in install_eggs
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 1015, in build_and_install
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/easy_install.py", line 1000, in run_setup
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/sandbox.py", line 50, in run_setup
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/sandbox.py", line 100, in run
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/sandbox.py", line 52, in <lambda>
File "setup.py", line 536, in <module>
File "setup.py", line 525, in main
File "/Users/t/anaconda/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/Users/t/anaconda/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/Users/t/anaconda/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/bdist_egg.py", line 185, in run
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/bdist_egg.py", line 171, in call_command
File "/Users/t/anaconda/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/Users/t/anaconda/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/install_lib.py", line 20, in run
File "/Users/t/anaconda/lib/python2.7/distutils/command/install_lib.py", line 111, in build
self.run_command('build_ext')
File "/Users/t/anaconda/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/Users/t/anaconda/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/t/anaconda/lib/python2.7/site-packages/setuptools-2.2-py2.7.egg/setuptools/command/build_ext.py", line 52, in run
File "/Users/t/anaconda/lib/python2.7/distutils/command/build_ext.py", line 307, in run
customize_compiler(self.compiler)
File "/Users/t/anaconda/lib/python2.7/distutils/sysconfig.py", line 170, in customize_compiler
_osx_support.customize_compiler(_config_vars)
File "/Users/t/anaconda/lib/python2.7/_osx_support.py", line 418, in customize_compiler
_find_appropriate_compiler(_config_vars)
File "/Users/t/anaconda/lib/python2.7/_osx_support.py", line 185, in _find_appropriate_compiler
if 'llvm-gcc' in data:
TypeError: argument of type 'NoneType' is not iterable
More information about the reportlab-users
mailing list