JArma19
Results
2
issues of
JArma19
I'm trying to use pigeo in library mode, but .load_model() function cause always this error: ``` >>> pigeo.load_model() 04/25/2020 08:41:20 PM loading the saved model from pickle files in ./models/lrworld...
Hi, I am facing the following issue: Given the following piece of code `quotes = app.get_tweet_quotes(tweet.id, pages=pages, wait_time=wait_time)` It throws this error: `AttributeError: 'Twitter' object has no attribute 'get_tweet_quotes'` However,...