CyberPunkMetalHead / cryptocurrency-news-analysis

This python module can analyse cryptocurrency news for any number of coins given and return a sentiment. Can be easily integrated with a Trading bot to keep an eye on the news.
203 stars 52 forks source link

Error : ModuleNotFoundError: No module named 'requests' #1

Open alexisDubus opened 3 years ago

alexisDubus commented 3 years ago

Hello, I'm kind of new on python bug when I try to run your code I get this error :

_File "main.py", line 2, in

import requests, json, re, os

ModuleNotFoundError: No module named 'requests'_

Thanks for sharing !

MinesJA commented 3 years ago

Do you have an environment setup / installed the modules?

If not, this is a helpful walkthrough on how to use virtualenvs: https://realpython.com/python-virtual-environments-a-primer/