Steve Corman
Steve Corman
No I fixed, but I discovered all the other py3_* scripts in that package have the same error. Also in the docs, item 2 of the installation section is not...
Also in optional arguments section, time formats are specified as 'YYYY-mm-DDTHH:MM' but should be "YYYY-MM-DD HH:MM"
Aha! I wonder why it didn’t throw an error. Thanks….S From: Igor Brigadir ***@***.***> Sent: Thursday, May 19, 2022 3:12 PM To: twitterdev/search-tweets-python ***@***.***> Cc: Steven Corman ***@***.***>; Author ***@***.***>...
This was apparently written for Python2
For anyone else having the same problem, I got this working on Python3/numpy 1.19.5/ gensim 3.8.3/networkx 2.5/node2vec 0.4.3. As follows: Change print statements in word2vec.py to Python3 syntax (lines 46...
I just had the same thing happen: ``` Traceback (most recent call last): File "C:\Python311\Lib\site-packages\gdeltdoc\helpers.py", line 15, in load_json result = json.loads(json_message) ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\json\__init__.py", line 346, in loads return...
Running this should reproduce it. I can't remember the exact days. The first was in late September I think. There were a couple in December too. ``` date_generated = pd.date_range('2020-09-01','2020-12-31',freq...