kaustav202 / RealTime-TwitterDataAnalysis

Collect and process real time twitter data plotting various metrics like volume , proportion, sentiment. Analyze tweet node networks and map them geographically.
28 stars 14 forks source link

automate main.py run through tweets written #12

Open kaustav202 opened 1 year ago

kaustav202 commented 1 year ago

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

rexdivakar commented 1 year ago

Hey @kaustav202 kindly assign this issue to me i would love to add this feature

kaustav202 commented 1 year ago

sure.. you can start working on it. all the best

rexdivakar commented 1 year ago
from PIL import Image

ModuleNotFoundError: No module named 'PIL'

Has the dependency issues been fixed properly ?

kaustav202 commented 1 year ago
from PIL import Image

ModuleNotFoundError: No module named 'PIL'

Has the dependency issues been fixed properly ?

No module has that import.. can you tag that line

rexdivakar commented 1 year ago

image

Yes i have installed all the dependencies and i tried it with another machine too same issue, guess we are missing some import !!

kaustav202 commented 1 year ago

image

Yes i have installed all the dependencies and i tried it with another machine too same issue, guess we are missing some import !!

There seems to be an issue with your matplotlib installation @rexdivakar.. PIL is a sub-dependency and typically should be installed along with matplotlib

kaustav202 commented 1 year ago

You can try to change the version of matplotlib.. update it. If that doesn't work sync your fork and clone it again

om-khandwala commented 1 year ago

hey can I work on this issue

kaustav202 commented 1 year ago

hey can I work on this issue

sure..