`rpm -q python-dns` showed python-dns-1.11.1-2.20140901git9329daf.el7.noarch
After installing pyton-dns 1.12 everything worked fine. Thanks a lot! Am Donnerstag, 19. Januar 2017 00:50:06 UTC+1 schrieb Stephen Gallagher: > > > > On Wed, Jan 18, 2017 at 11:20 AM O. Holzkamp <[email protected] > <javascript:>> wrote: > >> Hello, >> I had the same problems when trying to execute " rb-site install >> /var/www/reviewerBoard" >> >> After installing the proposed packages, the erro changed as following: >> >> >> Traceback (most recent call last): >> File "/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 3011, in >> <module> >> parse_requirements(__requires__), Environment() >> >> File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in >> resolve >> raise DistributionNotFound(req) >> pkg_resources.DistributionNotFound: dnspython>=1.12.0 >> >> Can you help me with that? >> >> > Do you have python-dns installed on the system? It should have been pulled > in by python-djblets... > > What does `rpm -q python-dns` show you? > > If it's showing you python-dns-1.11.1-1.el7, you need to get 1.12.0 from > RHEL/CentOS 7.3. I should have put an explicit version requirement on the > package, but I forgot to account for the possibility that people might have > older versions already installed. I'll push out an update that enforces > this shortly. > -- 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.
