install-logos / ricedb

A simple, portable configuration file manager
GNU General Public License v3.0
110 stars 6 forks source link

Import Error No module named 'requests' #70

Closed alexohneander closed 9 years ago

alexohneander commented 9 years ago

I got these Error:

[root@shell ricedb]# rice
Traceback (most recent call last):
  File "/usr/bin/rice", line 2, in <module>
    from ricedb import ricemain 
  File "/usr/lib/python3.4/site-packages/ricedb/ricemain.py", line 2, in <module>
    import json, os, argparse, requests
ImportError: No module named 'requests'
alexohneander commented 9 years ago

Sorry my fault.

pip install requests