robswc / tradingview-webhooks-bot

a framework 🏗 for trading with tradingview webhooks!
http://tvwb.robswc.me
GNU General Public License v3.0
591 stars 180 forks source link

flask issue #24

Closed sib61111 closed 3 years ago

sib61111 commented 3 years ago

Hi - I have successfully followed the steps to install pipenv and can see the pipfile and lock file as well. Upon running the pipenv graph, I see the following:

Flask==1.1.2

So far - does that sound right to you? Upon starting the virtual environment and running the webhook-bot, I see the following which is where I'm stuck.

Traceback (most recent call last): File "webhook-bot.py", line 15, in import requests ModuleNotFoundError: No module named 'requests'

I feel like I haven't gotten very far with this (am not all that experienced, to be honest). To be clear I do have all the necessary installations. Thanks