We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried installing and running this using Python 2.7. However, I get the following error:
D:\just-dice-bot-aces>cmd /k \python27\python just-dice-bot.py Traceback (most recent call last): File "just-dice-bot.py", line 46, in from matplotlib.figure import Figure # @UnresolvedImport File "D:\python27\lib\site-packages\matplotlib__init__.py", line 111, in raise ImportError("matplotlib requires dateutil") ImportError: matplotlib requires dateutil
The text was updated successfully, but these errors were encountered:
Me too.
Sorry, something went wrong.
No branches or pull requests
I tried installing and running this using Python 2.7. However, I get the following error:
D:\just-dice-bot-aces>cmd /k \python27\python just-dice-bot.py
Traceback (most recent call last):
File "just-dice-bot.py", line 46, in
from matplotlib.figure import Figure # @UnresolvedImport
File "D:\python27\lib\site-packages\matplotlib__init__.py", line 111, in
raise ImportError("matplotlib requires dateutil")
ImportError: matplotlib requires dateutil
The text was updated successfully, but these errors were encountered: