x0rz / tweets_analyzer

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

No Module ascii_graph #44

Open drnic1 opened 6 years ago

drnic1 commented 6 years ago

Followed the install and verified ascii_graph is installed:

asciigraph -h Usage: asciigraph [-l

  • repeated install or requirements

But every time the tweet_analyzer is run

File "./tweets_analyzer.py", line 22, in from ascii_graph import Pyasciigraph ModuleNotFoundError: No module named 'ascii_graph'

REPTILEHAUS commented 6 years ago

Also hitting this issue

x0rz commented 6 years ago

Can't reproduce. What OS are you using?

REPTILEHAUS commented 6 years ago

Im on OSX

x0rz commented 6 years ago

Try with the command (as root) python -m pip install ascii_graph

drnic1 commented 6 years ago

I am on OsX (10.13.5) High Sierra Ran: python -m pip install ascii_graph

Requirement already satisfied: ascii_graph in /Library/Python/2.7/site-packages (1.2.0) botocore 0.73.0 has requirement python-dateutil>=2.1, but you'll have python-dateutil 1.5 which is incompatible.

Checked on Stack which suggested: pip install python-dateutil==2.1

Generated a slew of error messages even when run elevated and with sudo -H

tornado 4.3 requires backports_abc>=0.4, which is not installed. tornado 4.3 requires singledispatch, which is not installed. matplotlib 1.3.1 requires nose, which is not installed.

Attempted to fix these errors by installing backports_abc but got this error message

botocore 0.73.0 has requirement python-dateutil>=2.1, but you'll have python-dateutil 1.5 which is incompatible.

Which was the same error message for the original ascii_graph install

Perhaps some some fundamentals missing in my configuration that I need to fix for this to work

LuisDrmn commented 5 years ago

Same problem here on Debian 8.

x0rz commented 5 years ago

Looks like an issue with your package installs, try with pip install -r requirements.txt

ramanadk commented 4 years ago

Still I am getting the issue even though I used python -m pip install ascii_graph and pip install -r requirements.txt. I am using Windows10, Anaconda, Jupyter. The error I get is : ModuleNotFoundError: No module named 'ascii_graph'

mianObaid14 commented 9 months ago

same error on kali linux