Hi Alexey, We have a PIL/Pillow compatibility wrapper package you'll need to reinstall. Try:
pip uninstall pillowfight pip install pillowfight Christian On Tuesday, June 7, 2016, Alexey Neyman <[email protected]> wrote: > Saw the same error while upgrading from 2.0.19 to 2.0.24. Uninstalled PIL > ("pip uninstall PIL") and installed Pillow ("easy_install -U Pillow"), but > now rb-site fails with: > > bash-4.1# rb-site upgrade /var/www.reviewboard > 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.6/site-packages/pkg_resources.py", line 2655, in > <module> > working_set.require(__requires__) > File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in > require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in > resolve > raise DistributionNotFound(req) > pkg_resources.DistributionNotFound: PIL > > Any clues? > > Regards, > Alexey. > > On Friday, April 15, 2016 at 1:48:41 PM UTC-7, Christian Hammond wrote: >> >> Hi Markus, >> >> Not sure why it would suddenly break from 2.5.2 to 2.5.4 (to my >> knowledge, nothing changes on our end here), but PIL is old and outdated, >> and won't be an option for too many more major releases. >> >> I suggest uninstalling PIL and installing Pillow instead. That's the >> modern fork of PIL, and will be supported going forward. >> >> Christian >> >> -- >> Christian Hammond >> President/CEO of Beanbag <https://www.beanbaginc.com/> >> Makers of Review Board <https://www.reviewboard.org/> >> >> On Thu, Apr 14, 2016 at 3:02 AM, Markus Grimm <[email protected]> >> wrote: >> >>> >>> Small addition: PIL is installed on my system in version 1.1.7: >>> >>> > pip show pil >>> --- >>> Metadata-Version: 1.1 >>> Name: PIL >>> Version: 1.1.7 >>> Summary: Python Imaging Library >>> Home-page: http://www.pythonware.com/products/pil >>> Author: Secret Labs AB (PythonWare) >>> Author-email: [email protected] >>> License: Python (MIT style) >>> Location: /usr/local/lib/python2.7/dist-packages/PIL-1.1.7-py2.7-linux- >>> i686.egg >>> Requires: >>> Classifiers: >>> Development Status :: 6 - Mature >>> Topic :: Multimedia :: Graphics >>> Topic :: Multimedia :: Graphics :: Capture :: Digital Camera >>> Topic :: Multimedia :: Graphics :: Capture :: Scanners >>> Topic :: Multimedia :: Graphics :: Capture :: Screen Capture >>> Topic :: Multimedia :: Graphics :: Graphics Conversion >>> Topic :: Multimedia :: Graphics :: Viewers >>> >>> >>> >>> -- >>> 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. >>> >> >> -- -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- 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.
