dbmi-pitt / SocialMediaDataScience

Data Science module - text analytics, Natural Language Processing, and Machine Learning on Social Media (twitter) data
24 stars 50 forks source link

Part 3 #10

Closed Sooter-L closed 5 years ago

Sooter-L commented 5 years ago

When I run the following code:

%matplotlib inline

import operator import numpy as np import matplotlib import matplotlib.pyplot as plt import jsonpickle import json import random import tweepy import spacy import time from datetime import datetime

I received these errors:

C:\Users\letha\Anaconda3\lib\importlib_bootstrap.py:219: RuntimeWarning: cymem.cymem.Pool size changed, may indicate binary incompatibility. Expected 48 from C header, got 64 from PyObject return f(*args, *kwds) C:\Users\letha\Anaconda3\lib\importlib_bootstrap.py:219: RuntimeWarning: cymem.cymem.Address size changed, may indicate binary incompatibility. Expected 24 from C header, got 40 from PyObject return f(args, **kwds)

Is this something I need to worry about it, and if so, how can fix it?

Sooter-L commented 5 years ago

I updated my Anaconda package and this went away.