x0rz / tweets_analyzer

Tweets metadata scraper & activity analyzer
GNU General Public License v3.0
2.94k stars 454 forks source link

pip install not working #70

Open islandBilly opened 4 years ago

islandBilly commented 4 years ago

I just switched to the new Mint OS and when I try to reinstall this, the pip install fails:

$ pip install -r requirements.txt Collecting ascii-graph==1.5.1 (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/ab/57/90a36a9377d72cfc09a433019182030daf9bdd64db97c5808867a6ddbc57/ascii_graph-1.5.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in ImportError: No module named setuptools

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8m9h1A/ascii-graph/

Any ideas?

archmord commented 4 years ago

Try to install each module individually