When I tried to recreate the corpus, I got the following issue:
Traceback (most recent call last):
File "github-scraper/scraper.py", line 143, in
main(sys.argv[1:])
File "github-scraper/scraper.py", line 130, in main
repos = create_repos(dbFile)
File "github-scraper/scraper.py", line 59, in create_repos
repos = pickle.load(infile)
AttributeError: Can't get attribute 'UTC' on <module 'github3.utils' from '/Users/apple/anaconda3/lib/python3.7/site-packages/github3/utils.py'>
I zoomed the error in:
pickle.load('/data/cloned_repos.dat')
It seems like this error is related with loading the cloned_repos.dat file.
Does anyone have the same issue?
How can I solve it?
Many thanks!
When I tried to recreate the corpus, I got the following issue:
Traceback (most recent call last):
File "github-scraper/scraper.py", line 143, in
main(sys.argv[1:])
File "github-scraper/scraper.py", line 130, in main
repos = create_repos(dbFile)
File "github-scraper/scraper.py", line 59, in create_repos
repos = pickle.load(infile)
AttributeError: Can't get attribute 'UTC' on <module 'github3.utils' from '/Users/apple/anaconda3/lib/python3.7/site-packages/github3/utils.py'>
I zoomed the error in:
pickle.load('/data/cloned_repos.dat')
It seems like this error is related with loading the cloned_repos.dat file.
Does anyone have the same issue?
How can I solve it?
Many thanks!