Skip to content
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

v1.0.0执行smart_copy报错 #145

Closed
qq332982511 opened this issue Jul 29, 2022 · 1 comment
Closed

v1.0.0执行smart_copy报错 #145

qq332982511 opened this issue Jul 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@qq332982511
Copy link

下面的脚本在v1.0.0上执行报错, 但在v0.1.2上可以正常执行

import megfile
url = 'https://data.megengine.org.cn/models/weights/resnet50_fbaug_76254_4e14b7d1.pkl'
dst = './xxx.pkl'
megfile.smart_copy(url, dst)

image

@LoveEatCandy LoveEatCandy added the bug Something isn't working label Jul 29, 2022
This was referenced Jul 29, 2022
@LoveEatCandy
Copy link
Collaborator

megfile 1.0.0.post5 已经修复了这个 bug,请 pip install -U megfile 使用,
如果问题依旧存在,请 reopen 此 issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants