pycodesuggest
pycodesuggest copied to clipboard
Can't get attribute 'UTC'
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
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!
I'm getting the same error. How to solve this?
Run the following code
pip uninstall github3.py
pip install github3-py==0.9.3
and it works on my computer, hope to help.
same error,since I use conda,there is no github3.py==0.9.3 Anybody succeeded?
Run the following code
pip uninstall github3.py pip install github3-py==0.9.3
and it works on my computer, hope to help.
兄弟,你测试过代码,跑通了吗?如果跑通了,效果如何?
Run the following code
pip uninstall github3.py pip install github3-py==0.9.3
and it works on my computer, hope to help.
兄弟,你测试过代码,跑通了吗?如果跑通了,效果如何?
我在我的电脑上试过了,跑通了。