Eulercoder / fabulous

Fabulous Bot for Slack!
GNU General Public License v3.0
18 stars 22 forks source link

Import Error while running make repl #53

Closed Buffer0x7cd closed 6 years ago

Buffer0x7cd commented 6 years ago

I am trying to install the fabulous bot on my system. First I have created a virtual environment by using virtualenv -p python3 venv After running the make repl i am getting import error. below is the screenshot of the error screenshot from 2017-12-22 17-14-10

rusrushal13 commented 6 years ago

Can you do pip install requests manually on your virtualenv.

Buffer0x7cd commented 6 years ago

It's already installed. here is the response i am getting for pip install requests Requirement already satisfied: requests in /home/ubuntu/venv/lib/python3.5/site-packages

rusrushal13 commented 6 years ago

you could check pip list in your virtualenv for requests module, as the bot is using python2.7 and you are using python3.5.

Buffer0x7cd commented 6 years ago

I tried creating a python2 environment by using `virtualenv -p python2' but still getting the same problem. here is the screenshot screenshot from 2017-12-22 17-58-02

rusrushal13 commented 6 years ago

@vicky002 any idea?

vicky002 commented 6 years ago

@rusrushal13 @Buffer0x7cd

I'll try this one, give me some time.

Buffer0x7cd commented 6 years ago

Fixed. I was using an old version which had sudo in the Makefile