-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个报错怎么解决呢? #1
Labels
Comments
谢谢反馈。 忘记检查哈希缓存文件.bypy.pickle是否存在了。。。 |
打错了一个函数名-_-,修正,请再次下载。。 |
Closed
Closed
Closed
Closed
Closed
Closed
Closed
This was referenced Aug 28, 2016
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
~ bypy.py cleancache
Token file: '/home/time/.bypy.json'
Hash Cache file: '/home/time/.bypy.pickle'
App root path at Baidu Yun '/apps/bypy'
sys.stdin.encoding = UTF-8
sys.stdout.encoding = UTF-8
[13:27:08] Exception occured while getting size of '/home/time/.bypy.pickle'. Exception:
Traceback (most recent call last):
File "/home/time/../bin/bypy.py", line 355, in getfilesize
size = os.path.getsize(path)
File "/usr/lib/python2.7/genericpath.py", line 49, in getsize
return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: '/home/time/.bypy.pickle'
*** WARNING ***
Hash Cache file '/home/time/.bypy.pickle' is very large (-1B).
This may affect program's performance (high memory consumption).
You can first try to run 'bypy.py cleancache' to slim the file.
But if the file size won't reduce (this warning persists), you may consider deleting / moving the Hash Cache file '/home/time/.bypy.pickle'
*** WARNING ***
The text was updated successfully, but these errors were encountered: