On Mon, Jan 14, 2019 at 11:00 AM jeffrey.west via Review Board
Community <reviewboard@googlegroups.com> wrote:
>
> I ran the following commands
>
> dnf install memcached
> dnf module install reviewboard:3.0
> dnf install mariadb mariadb-server
> systemctl start mariadb
> systemctl enable mariadb
> mysql_secure_installation
>
> Created database for MySQL
>
> rb-site install /var/www/site
>
> I receive the following error
>
> Traceback (most recent call last):
>   File "/usr/bin/rb-site", line 6, in <module>
>     from pkg_resources import load_entry_point
>   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 
> 3112, in <module>
>     @_call_aside
>   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 
> 3096, in _call_aside
>     f(*args, **kwargs)
>   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 
> 3125, in _initialize_master_working_set
>     working_set = WorkingSet._build_master()
>   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 
> 580, in _build_master
>     return cls._build_from_requirements(__requires__)
>   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 
> 593, in _build_from_requirements
>     dists = ws.resolve(reqs, Environment())
>   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 
> 781, in resolve
>     raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'requests_oauthlib==0.8.*,>=0.8.0' 
> distribution was not found and is required by asana
>
> pip list (shows the following)
>
> Package                      Version
> ---------------------------- --------
> asana                        0.7.0
> asn1crypto                   0.24.0
> backports.ssl-match-hostname 3.5.0.1
> bcrypt                       3.1.4
> cffi                         1.11.5
> chardet                      3.0.4
> cryptography                 2.3
> Django                       1.6.11.7
> django-braces                1.12.0
> django-cors-headers          1.1.0
> django-evolution             0.7.7
> django-haystack              2.4.1
> django-multiselectfield      0.1.3
> django-oauth-toolkit         0.9.0
> django-pipeline              1.6.14
> Djblets                      1.0.8
> dnspython                    1.15.0
> docutils                     0.14
> enum34                       1.1.6
> feedparser                   5.2.1
> futures                      3.1.1
> idna                         2.7
> ipaddress                    1.0.18
> IPy                          0.81
> Markdown                     2.6.11
> mercurial                    4.5.3
> mod-wsgi                     4.6.4
> mysqlclient                  1.3.12
> oauthlib                     1.0.3
> olefile                      0.46
> paramiko                     2.4.2
> Pillow                       5.3.0
> pip                          18.1
> ply                          3.9
> psycopg2                     2.7.5
> publicsuffix                 1.1.0
> pyasn1                       0.3.7
> pycparser                    2.14
> pycrypto                     2.6.1
> Pygments                     2.2.0
> pymdown-extensions           3.5
> PyNaCl                       1.2.1
> PySocks                      1.6.8
> python-dateutil              2.7.0
> python-memcached             1.58
> python-mimeparse             1.6.0
> pytz                         2018.5
> PyYAML                       4.2b4
> rbintegrations               1.0
> requests                     2.20.0
> requests-oauthlib            1.0.0
> ReviewBoard                  3.0.10
> sepolicy                     1.1
> setools                      4.1.1
> setuptools                   40.4.3
> six                          1.11.0
> urllib3                      1.24.1
> Whoosh                       2.7.4
>
> Anyone have any ideas?
>
> Jeff
>


Hmm, looks like I may have a packaging bug there. I'll take a look at
it after lunch. You shouldn't use pip to update those if you used RPM
to install them. Bad Things (TM) will happen.

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to