Skip to content

Bot does not start "No module named requests" #446

@mike4001

Description

@mike4001

Hi, I am running your bot for several months now.

I just updated (via git pull).

When I now try to start the bot I get the error message

pi@retropie:~/poloniexlendingbot $ python lendingbot.py
Traceback (most recent call last):
File "lendingbot.py", line 17, in
from modules.ExchangeApiFactory import ExchangeApiFactory
File "/home/pi/poloniexlendingbot/modules/ExchangeApiFactory.py", line 6, in
from modules.Bitfinex import Bitfinex
File "/home/pi/poloniexlendingbot/modules/Bitfinex.py", line 6, in
import requests
ImportError: No module named requests`

Can you help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions