This is my installation information

[root@localhost ~]# easy_install reviewboard

Searching for reviewboard
Best match: ReviewBoard 2.5.8
Processing ReviewBoard-2.5.8-py2.7.egg
ReviewBoard 2.5.8 is already the active version in easy-install.pth
Installing rbext script to /usr/bin
Installing rbssh script to /usr/bin
Installing rb-site script to /usr/bin

Using /usr/lib/python2.7/site-packages/ReviewBoard-2.5.8-py2.7.egg
Processing dependencies for reviewboard
Searching for Pillow>=3.4.2
Reading https://pypi.python.org/simple/Pillow/
Best match: Pillow 4.0.0
Downloading 
https://pypi.python.org/packages/8d/80/eca7a2d1a3c2dafb960f32f844d570de988e609f5fd17de92e1cf6a01b0a/Pillow-4.0.0.tar.gz#md5=d5af224b0fa2c66dacc9814785fef9e7
Processing Pillow-4.0.0.tar.gz
Writing /tmp/easy_install-58wNOq/Pillow-4.0.0/setup.cfg
Running Pillow-4.0.0/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-58wNOq/Pillow-4.0.0/egg-dist-tmp-lKiGhL
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs/_static'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching 'appveyor.yml'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in 
distribution
warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
warning: no previously-included files matching '*.so' found anywhere in 
distribution


The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.

Please see the install instructions at:
   http://pillow.readthedocs.io/en/latest/installation.html

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 811, in __bootstrap_inner
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/multiprocessing/pool.py", line 329, in 
_handle_workers
    debug('worker handler exiting')
TypeError: 'NoneType' object is not callable

Exception TypeError: TypeError("'NoneType' object does not support item 
deletion",) in <Finalize object, dead> ignored
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 811, in __bootstrap_inner
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/multiprocessing/pool.py", line 353, in 
_handle_tasks
    debug('task handler got sentinel')
TypeError: 'NoneType' object is not callable

Traceback (most recent call last):
  File "/usr/bin/easy_install", line 9, in <module>
    load_entry_point('setuptools==0.9.8', 'console_scripts', 
'easy_install')()
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
1992, in main
    with_ei_usage(lambda:
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
1979, in with_ei_usage
    return f()
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
1996, in <lambda>
    distclass=DistributionWithoutHelpCommands, **kw
  File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
380, in run
    self.easy_install(spec, not self.no_deps)
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
623, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
658, in install_item
    self.process_distribution(spec, dists[0], deps, "Using")
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
706, in process_distribution
    [requirement], self.local_index, self.easy_install
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 618, in 
resolve
    dist = best[req.key] = env.best_match(req, self, installer)
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 862, in 
best_match
    return self.obtain(req, installer) # try and download/install
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 874, in 
obtain
    return installer(requirement)
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
623, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
653, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
849, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
1130, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File 
"/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 
1115, in run_setup
    run_setup(setup_script, args)
  File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 69, 
in run_setup
    lambda: execfile(
  File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 120, 
in run
    return func()
  File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 71, 
in <lambda>
    {'__file__':setup_script, '__name__':'__main__'}
  File "setup.py", line 791, in <module>
__main__.RequiredDependencyException:

The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.

Please see the install instructions at:
   http://pillow.readthedocs.io/en/latest/installation.html



在 2017年2月15日星期三 UTC+8上午11:22:19,Christian Hammond写道:
>
> Can you show me exactly what you typed to install Review Board, and 
> exactly what was shown?
>
> Christian
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
> On Tue, Feb 14, 2017 at 7:19 PM, <[email protected] <javascript:>> wrote:
>
>> sprry,I didn't say clear
>> In my centos7 configuration reviewboard
>> Install reviewboard there is an error:
>> 'The headers or library files could not be found for zlib,
>> a required dependency when compiling Pillow from source.
>>
>> Please see the install instructions at:
>>    http://pillow.readthedocs.io/en/latest/installation.html'
>>
>> I don't know what's the problem!
>>
>>
>> 在 2017年2月14日星期二 UTC+8下午5:04:38,Christian Hammond写道:
>>>
>>> Hi,
>>>
>>> We'll need to know more about how you installed Review Board and what 
>>> system you're on.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond
>>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>>> Makers of Review Board <https://www.reviewboard.org/>
>>>
>>> On Tue, Feb 14, 2017 at 12:04 AM, <[email protected]> wrote:
>>>
>>>> Traceback (most recent call last):
>>>>   File "/usr/bin/rb-site", line 5, in <module>
>>>>     from pkg_resources import load_entry_point
>>>>   File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3007, 
>>>> in <module>
>>>>     working_set.require(__requires__)
>>>>   File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 728, 
>>>> in require
>>>>     needed = self.resolve(parse_requirements(requirements))
>>>>   File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, 
>>>> in resolve
>>>>     raise DistributionNotFound(req)
>>>> pkg_resources.DistributionNotFound: Pillow>=3.4.2
>>>>
>>>> Can you tell me what's the problem?
>>>>
>>>> -- 
>>>> Supercharge your Review Board with Power Pack: 
>>>> https://www.reviewboard.org/powerpack/
>>>> Want us to host Review Board for you? Check out RBCommons: 
>>>> https://rbcommons.com/
>>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "reviewboard" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to [email protected].
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to