You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting errors while running docker image. Fixed by using specific python and tweepy version.
Top of DockerFile:
FROM python:3.6
RUN pip install -U pip
RUN pip install --no-cache-dir boto3
RUN pip install --no-cache-dir awscli
RUN pip install --no-cache-dir tweepy==3.7
RUN pip install --no-cache-dir datetime`
The text was updated successfully, but these errors were encountered:
Getting errors while running docker image. Fixed by using specific python and tweepy version.
Top of DockerFile:
The text was updated successfully, but these errors were encountered: