-
Notifications
You must be signed in to change notification settings - Fork 15
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
automate main.py run through tweets written #12
Comments
Hey @kaustav202 kindly assign this issue to me i would love to add this feature |
sure.. you can start working on it. all the best |
ModuleNotFoundError: No module named 'PIL' Has the dependency issues been fixed properly ? |
No module has that import.. can you tag that line |
There seems to be an issue with your matplotlib installation @rexdivakar.. PIL is a sub-dependency and typically should be installed along with matplotlib |
You can try to change the version of matplotlib.. update it. If that doesn't work sync your fork and clone it again |
hey can I work on this issue |
sure.. |
I'm submitting a ...
What is the current behavior?
What is the expected behavior?
We are currently having two independent steps in running the application
We need to move towards a single entry point, ensuring that the main module is started automatically.
How it can be tackled :
Or if there are better alternatives then please suggest
The text was updated successfully, but these errors were encountered: