-
Notifications
You must be signed in to change notification settings - Fork 454
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
Comments
Also hitting this issue |
Can't reproduce. What OS are you using? |
Im on OSX |
Try with the command (as root) |
I am on OsX (10.13.5) High Sierra
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
Attempted to fix these errors by installing backports_abc but got this error message
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 |
Same problem here on Debian 8. |
Looks like an issue with your package installs, try with |
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. |
same error on kali linux |
Followed the install and verified ascii_graph is installed:
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'
The text was updated successfully, but these errors were encountered: