Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Module ascii_graph #44

Open
drnic1 opened this issue Jul 6, 2018 · 9 comments
Open

No Module ascii_graph #44

drnic1 opened this issue Jul 6, 2018 · 9 comments

Comments

@drnic1
Copy link

drnic1 commented Jul 6, 2018

Followed the install and verified ascii_graph is installed:

asciigraph -h
Usage: asciigraph [-l ] [-f file] [-s inc|dec]
[-c] [-t [-T ]
[-w ] [-m ] [-H] [-M cs|si]
<<<

  • 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
Copy link

Also hitting this issue

@x0rz
Copy link
Owner

x0rz commented Jul 9, 2018

Can't reproduce. What OS are you using?

@REPTILEHAUS
Copy link

Im on OSX

@x0rz
Copy link
Owner

x0rz commented Jul 9, 2018

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

@drnic1
Copy link
Author

drnic1 commented Jul 9, 2018

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
Copy link

Same problem here on Debian 8.

@x0rz
Copy link
Owner

x0rz commented Sep 12, 2018

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

@ramanadk
Copy link

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
Copy link

same error on kali linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants